Searched refs:push (Results 1 – 25 of 31) sorted by relevance
12
/development/samples/UiAutomator/ |
D | README | 8 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/ |
D | HeadsUpNotificationFragment.java | 121 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/ |
D | Transactions.ts | 79 this.history[transactionId].push(event); 100 children.push(mergeTreeNode); 102 children.push(new ApplyTreeNode()); 131 toVisit.push(child);
|
/development/tools/winscope/src/flickerlib/layers/ |
D | LayerTraceEntry.ts | 57 it.chips.push(VISIBLE_CHIP); 60 it.chips.push(RELATIVE_Z_PARENT_CHIP); 63 it.chips.push(MISSING_LAYER);
|
D | Layer.ts | 86 entry.chips.push(RELATIVE_Z_CHIP); 89 entry.chips.push(GPU_CHIP); 91 entry.chips.push(HWC_CHIP);
|
/development/tools/winscope/src/utils/ |
D | diff.js | 187 diffTrees.push(deletedTreeDiff); 201 diffTrees.push(diffTree); 215 diffTrees.push(diffTree); 242 diffChildren.push(...childDiffTrees);
|
D | utils.js | 77 parts.push(part + timeUnit);
|
/development/tools/winscope/src/ |
D | transform_transaction.js | 23 transactions.push(Object.freeze({ 31 transactions.push(Object.freeze({
|
D | decodeVideo.js | 63 timeline.push(parseUint64LE(buffer, dataStart) * 1000);
|
D | transform_wl.js | 28 chips.push(get_visible_chip());
|
D | transform.js | 286 children.push(this._transform(obj[key], key, fieldOptions[key], 296 children.push(this._transform(new Terminal(), new Terminal(), undefined, 371 parts.push(part + str);
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | abi_dump.h | 19 #pragma clang diagnostic push
|
D | abi_diff.h | 19 #pragma clang diagnostic push
|
/development/tools/winscope/src/flickerlib/ |
D | ErrorTrace.ts | 27 states.push(transformedState);
|
D | TagTrace.ts | 27 states.push(transformedState);
|
D | LayersTrace.ts | 29 entries.push(transformedEntry);
|
D | WindowManagerTrace.ts | 28 entries.push(transformedEntry);
|
D | ObjectFormatter.ts | 77 props.push(prop); 250 flags.push(mapping[flagValue]); 264 flags.push(leftOver);
|
/development/tools/winscope/src/mixins/ |
D | Timeline.js | 129 blocks.push(block); 136 blocks.push(block); 168 transitions.push(transition); 179 processedTransitions.push(transitions[prev]);
|
/development/tools/winscope/ |
D | webpack.config.prod.js | 93 webpackConfig.plugins.push(new BundleAnalyzerPlugin());
|
/development/vndk/tools/header-checker/tests/input/ |
D | example1.h | 72 void push(T t) { in push() function
|
/development/vndk/tools/definition-tool/assets/visual/ |
D | dep-graph.js | 299 node.parent.children.push(node); 323 depends.push(l); 331 depends.push(l);
|
/development/scripts/ |
D | reverse_tether.sh | 89 $ADB push $HWADDR /data/local/hwaddr # TODO(szym) handle failures?
|
/development/tools/winscope/libs/virtualList/ |
D | VirtualList.js | 270 slots.push(h(Item, {
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 173 gcloud docker -- push $(DOCKER_CANONICAL_ID)
|
12