Searched refs:push (Results 1 – 18 of 18) sorted by relevance
68 type_flags.push("SCALE");71 type_flags.push("TRANSLATE");75 type_flags.push("ROT_INVALID");77 type_flags.push("ROT_270");79 type_flags.push("ROT_180");82 type_flags.push("ROT_90");85 type_flags.push("FLIP_V");88 type_flags.push("FLIP_H");
60 chips.push(GPU_CHIP);62 chips.push(HWC_CHIP);68 chips.push(get_visible_chip());71 chips.push(RELATIVE_Z_CHIP);74 chips.push(RELATIVE_Z_PARENT_CHIP);77 chips.push(MISSING_LAYER);147 flattened.push(idToTransformed[e.id]);161 res.push(l.rect);
104 children.push(transform_json(null, formatted, options));107 children.push(transform_json(e, ""+i, options));110 children.push(transform_json(null, obj, options));112 children.push(transform_json(null, ""+obj, options));115 children.push(transform_json(obj[key], key, options));149 parts.push(part + str);
33 if (flags & FLAG_HIDDEN) verboseFlags.push("HIDDEN");34 if (flags & FLAG_OPAQUE) verboseFlags.push("OPAQUE");35 if (flags & FLAG_SECURE) verboseFlags.push("SECURE");246 globalState.opaqueRects.push(layer);248 globalState.transparentRects.push(layer);
63 timeline.push(parseUint64LE(buffer, dataStart) * 1000);
28 chips.push(get_visible_chip());
37 chips.push(get_visible_chip());
8 To run this demo you must build it first and push it on your device:9 # adb push uiautomator.samples.jar /data/local/tmp20 To run this demo you must build it first and push it on your device:21 # adb push uiautomator.samples.jar /data/local/tmp29 To run this demo you must build it first and push it on your device:30 # adb push uiautomator.samples.jar /data/local/tmp
121 Intent push = new Intent(); in createNotification() local122 push.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in createNotification()123 push.setClass(getActivity(), LNotificationActivity.class); in createNotification()126 push, PendingIntent.FLAG_CANCEL_CURRENT); in createNotification()
19 #pragma clang diagnostic push
72 void push(T t) { in push() function
299 node.parent.children.push(node);323 depends.push(l);331 depends.push(l);
89 $ADB push $HWADDR /data/local/hwaddr # TODO(szym) handle failures?
173 gcloud docker -- push $(DOCKER_CANONICAL_ID)
173 device.push(gdbserver_local_path, gdbserver_remote_path)
397 pathLengthStack.push(path.length()); in parseWith()
423 def push(self, local, remote, sync=False): member in AndroidDevice