Home
last modified time | relevance | path

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

/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/tools/winscope/src/
Dtransform.js96 children.push(transform_json(null, formatted, options));
99 children.push(transform_json(e, ""+i, options));
102 children.push(transform_json(null, obj, options));
104 children.push(transform_json(null, ""+obj, options));
107 children.push(transform_json(obj[key], key, options));
141 parts.push(part + str);
Dtransform_sf.js50 chips.push(get_visible_chip());
59 chips.push(RELATIVE_Z_CHIP);
62 chips.push(RELATIVE_Z_PARENT_CHIP);
65 chips.push(MISSING_LAYER);
129 flattened.push(idToTransformed[e.id]);
143 res.push(l.rect);
Dtransform_wm.js37 chips.push(get_visible_chip());
/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/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js299 node.parent.children.push(node);
323 depends.push(l);
331 depends.push(l);
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js368 args.push(before);
373 args.push(wrapped);
376 args.push(after);
417 hooks[name].push(callback);
470 Array.prototype.push.apply(env.classes, aliases); method in Array
/development/vndk/tools/header-checker/tests/input/
Dexample1.h71 void push(T t) { in push() function
/development/vndk/tools/header-checker/merge-abi-diff/src/
Dmerge_abi_diff.cpp15 #pragma clang diagnostic push
/development/vndk/tools/sourcedr/sourcedr/static/js/
Dmain.js173 deps.push($('#dep' + i).text());
179 codes.push($('#code' + i).text());
/development/scripts/
Dreverse_tether.sh89 $ADB push $HWADDR /data/local/hwaddr # TODO(szym) handle failures?
/development/python-packages/gdbrunner/
D__init__.py164 device.push(gdbserver_local_path, gdbserver_remote_path)
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java397 pathLengthStack.push(path.length()); in parseWith()
/development/python-packages/adb/
Ddevice.py423 def push(self, local, remote, sync=False): member in AndroidDevice
/development/vndk/tools/header-checker/header-abi-util/include/
Dir_representation_protobuf.h19 #pragma clang diagnostic push
/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation.cpp19 #pragma clang diagnostic push