Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 29) sorted by relevance

12

/development/tools/winscope/src/
Dmatrix_utils.js68 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");
Dtransform_sf.js74 chips.push(GPU_CHIP);
77 chips.push(HWC_CHIP);
83 chips.push(get_visible_chip());
86 chips.push(RELATIVE_Z_CHIP);
89 chips.push(RELATIVE_Z_PARENT_CHIP);
92 chips.push(MISSING_LAYER);
187 flattened.push(idToTransformed[e.id]);
201 res.push(l.rect);
Dtransform_transaction.js23 transactions.push(Object.freeze({
31 transactions.push(Object.freeze({
Dsf_visibility.js33 if (flags & FLAG_HIDDEN) verboseFlags.push('HIDDEN');
34 if (flags & FLAG_OPAQUE) verboseFlags.push('OPAQUE');
35 if (flags & FLAG_SECURE) verboseFlags.push('SECURE');
255 globalState.opaqueRects.push(layer);
257 globalState.transparentRects.push(layer);
278 relatives.push(layerMap[id]);
290 children.push(layerMap[id]);
DdecodeVideo.js63 timeline.push(parseUint64LE(buffer, dataStart) * 1000);
Dtransform.js285 children.push(this._transform(obj[key], key, fieldOptions[key],
295 children.push(this._transform(new Terminal(), new Terminal(), undefined,
370 parts.push(part + str);
Dtransform_wl.js28 chips.push(get_visible_chip());
Dmain.js120 filesByType[file.type].push(file);
/development/samples/UiAutomator/
DREADME8 To run this demo you must build it first and push it on your device:
9 # adb push uiautomator.samples.jar /data/local/tmp
20 To run this demo you must build it first and push it on your device:
21 # adb push uiautomator.samples.jar /data/local/tmp
29 To run this demo you must build it first and push it on your device:
30 # adb push uiautomator.samples.jar /data/local/tmp
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java121 Intent push = new Intent(); in createNotification() local
122 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()
/development/tools/winscope/src/traces/
DTransactions.ts79 this.history[transactionId].push(event);
100 children.push(mergeTreeNode);
102 children.push(new ApplyTreeNode());
131 toVisit.push(child);
/development/vndk/tools/header-checker/src/repr/protobuf/
Dabi_diff.h19 #pragma clang diagnostic push
Dabi_dump.h19 #pragma clang diagnostic push
/development/tools/winscope/src/utils/
Ddiff.js218 diffTrees.push(deletedTreeDiff);
232 diffTrees.push(diffTree);
246 diffTrees.push(diffTree);
273 diffChildren.push(...childDiffTrees);
Dutils.js77 parts.push(part + timeUnit);
/development/tools/winscope/src/flickerlib/
DWindowManagerTrace.ts28 entries.push(transformedEntry)
DObjectFormatter.ts190 flags.push(mapping[flagValue]);
204 flags.push(leftOver);
Dcommon.js116 rects.push(parsedRect)
/development/tools/winscope/src/mixins/
DTimeline.js91 blocks.push(block);
98 blocks.push(block);
/development/tools/winscope/
Dwebpack.config.prod.js93 webpackConfig.plugins.push(new BundleAnalyzerPlugin());
/development/vndk/tools/header-checker/tests/input/
Dexample1.h72 void push(T t) { in push() function
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js299 node.parent.children.push(node);
323 depends.push(l);
331 depends.push(l);
/development/scripts/
Dreverse_tether.sh89 $ADB push $HWADDR /data/local/hwaddr # TODO(szym) handle failures?
/development/tools/winscope/libs/virtualList/
DVirtualList.js270 slots.push(h(Item, {
/development/tools/repo_diff/service/repodiff/
DMakefile173 gcloud docker -- push $(DOCKER_CANONICAL_ID)

12