Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 219) sorted by relevance

123456789

/development/tools/repo_diff/service/repodiff/
DREADME.md45 To run the same set of upgrades for production, run:
68 To run:
70 `make run`
72 For production: `ROLE="prod" make run`
76 To connect to the MySQL server used by the application, run:
80 To create new, canonical migration scripts to update the database schema, run:
84 To undo the latest database migration, run:
88 To upgrade to the latest database version, run:
92 To run tests, run:
105 projections of the underlying model. The application, then, should run whatever
Drepodiff.go23 go run(appConfig, statusChannel)
27 func run(appConfig ent.ApplicationConfig, statusChannel chan ent.StatusMessage) { func
/development/tools/bugreport/src/com/android/bugreport/
DMain.java39 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/
DCameraOps.java88 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/
DReceiveShareService.java40 @Override public void run() { in onHandleIntent()
55 public void run() { in onHandleIntent()
/development/gsi/gsi_util/
Dgsi_util.py40 def run(self, argv): member in GsiUtil
75 tool.run(sys.argv)
/development/tools/ndk/
Dbuild_ndk_docs.py46 subprocess.run(["build/soong/soong_ui.bash", "--make-mode", "ndk"],
65 subprocess.run(['doxygen', str(doxyfile)], cwd=ANDROID_TOP, check=True)
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
DListViewDeletion.java80 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/UiAutomator/
DREADME8 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/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintUiHelper.java85 public void run() { in onAuthenticationError()
113 public void run() { in onAuthenticationSucceeded()
130 public void run() {
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DChatManager.java31 public void run() { in run() method in ChatManager
71 public void run() { in write()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DVoiceRecognition.java188 public void run() { in onReceive()
197 public void run() { in onReceive()
207 public void run() { in onReceive()
218 public void run() { in onReceive()
/development/vndk/tools/definition-tool/
DREADME.md10 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/tools/mkstubs/tests/data/
DTestBaseClass.java40 public void run() { in run() method in TestBaseClass
/development/tools/labpretest/
DREADME7 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/vndk/tools/header-checker/
DREADME.md37 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/apps/Development/src/com/android/development/
DLogViewer.java92 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/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintUiHelper.java108 public void run() { in onAuthenticationError()
136 public void run() { in onAuthenticationSucceeded()
154 public void run() {
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
DCounterFragment.java65 public void run() { in startAnimation()
68 public void run() { in startAnimation()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DToonGame.java131 public void run() {
143 public void run() { in play()
145 public void run() { in play()
164 public void run() {
DPlayerSetupActivity.java197 public void run() { in buttonClick()
217 public void run() { in buttonClick()
220 public void run() { in buttonClick()
281 public void run() {
313 endAction.run(); in popChildrenIn()
352 endAction.run(); in slideToNext()
/development/samples/ReceiveContentDemo/
DREADME.md4 To build and run:
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java218 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()
/development/samples/browseable/MediaRecorder/
D_index.jd10 can be easily replaced with a SurfaceView to run on older devices.
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList9.java45 public void run() { in run() method in List9.RemoveWindow
78 public void run() { in onCreate()

123456789