/development/vndk/tools/sourcedr/sourcedr/commands/ |
D | review.py | 17 return run 20 def run(args): function 29 app.run()
|
D | scan.py | 9 return run 12 def run(_): function
|
D | init.py | 22 return run 25 def run(args): function
|
D | collect.py | 20 return run 23 def run(args): function
|
/development/tools/bugreport/src/com/android/bugreport/ |
D | Main.java | 39 System.exit(run(args)); in main() 47 public static int run(String[] args) { in run() method in Main 55 return run(options); in run() 72 public static int run(Options options) { in run() method in Main
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
D | CameraOps.java | 88 public void run() { in openCamera() 116 public void run() { 131 public void run() { in setSurfaces() 156 public void run() { in setRepeatingRequest() 174 public void run() { in setRepeatingBurst() 214 public void run() {
|
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/ |
D | ReceiveShareService.java | 40 @Override public void run() { in onHandleIntent() 55 public void run() { in onHandleIntent()
|
/development/gsi/gsi_util/ |
D | gsi_util.py | 40 def run(self, argv): member in GsiUtil 74 tool.run(sys.argv)
|
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/ |
D | ListViewDeletion.java | 80 public void run() { in onCreate() 99 public void run() { in onCreate() 109 public void run() { in onCreate() 126 public void run() { in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
D | AdvancedPreferences.java | 43 public void run() { 70 mForceCheckBoxRunnable.run(); in onResume()
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | FingerprintUiHelper.java | 85 public void run() { in onAuthenticationError() 113 public void run() { in onAuthenticationSucceeded() 130 public void run() {
|
/development/samples/UiAutomator/ |
D | README | 8 To run this demo you must build it first and push it on your device: 20 To run this demo you must build it first and push it on your device: 29 To run this demo you must build it first and push it on your device:
|
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/ |
D | prism.js | 164 _.hooks.run("before-highlightall", env); 205 _.hooks.run('before-sanity-check', env); 209 _.hooks.run('before-highlight', env); 211 _.hooks.run('after-highlight', env); 213 _.hooks.run('complete', env); 217 _.hooks.run('before-highlight', env); 225 _.hooks.run('before-insert', env); 230 _.hooks.run('after-highlight', env); 231 _.hooks.run('complete', env); 243 _.hooks.run('before-insert', env); [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | VoiceRecognition.java | 188 public void run() { in onReceive() 197 public void run() { in onReceive() 207 public void run() { in onReceive() 218 public void run() { in onReceive()
|
/development/tools/mkstubs/tests/data/ |
D | TestBaseClass.java | 40 public void run() { in run() method in TestBaseClass
|
/development/vndk/tools/definition-tool/ |
D | README.md | 10 To run VNDK definition tool, you will need three inputs: 72 Some devices keep their vendor modules in `/system/vendor`. To run VNDK 93 And then, run VNDK definition tool with: 105 To run VNDK definition tool against an image (`.img`), run the following 106 command to mount the images and run `vndk_definition_tool.py` with `sudo`:
|
/development/vndk/tools/header-checker/ |
D | README.md | 37 For more command line options, run `header-abi-dumper --help`. 55 For more command line options, run `header-abi-linker --help`. 70 For more command line options, run `header-abi-diff --help`. 95 To create reference ABI dumps for a specific library, run the command below: 113 For more command line options, run `utils/create_reference_dumps.py --help`.
|
/development/tools/labpretest/ |
D | README | 7 and reboots, sets up for a monkey run and finally runs a random monkey test. 14 The idea is to run this script at the same time for multiple devices, typically 15 I would connect 8 devices to a host and run this script in 8 separate shell 20 If there is only one device attached to the host you can simply just run the 25 how many monkey events and finally -x to make it skip the monkey run portion
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | FingerprintUiHelper.java | 108 public void run() { in onAuthenticationError() 136 public void run() { in onAuthenticationSucceeded() 154 public void run() {
|
/development/apps/Development/src/com/android/development/ |
D | LogViewer.java | 92 public void run() { in run() method in LogViewer.LogReader 147 public void run() { in run() method in LogViewer.AppendThrowable 160 public void run() { in run() method in LogViewer.AppendCharacters
|
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/ |
D | CounterFragment.java | 65 public void run() { in startAnimation() 68 public void run() { in startAnimation()
|
/development/vndk/tools/definition-tool/tests/ |
D | run.py | 17 runner.run(tests)
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
D | ToonGame.java | 131 public void run() { 143 public void run() { in play() 145 public void run() { in play() 164 public void run() {
|
/development/vndk/tools/sourcedr/ |
D | runtest.py | 25 runner.run(tests)
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
D | ListViewItemAnimations.java | 218 public void run() { in animateSwipe() 304 public void run() { in animateOtherViews() 353 finalEndAction.run(); in moveView() 366 endAction.run(); in setAnimatorEndAction() 377 endAction.run(); in setAnimationEndAction()
|