/packages/modules/Virtualization/virtmanager/src/ |
D | crosvm.rs | 46 running: AtomicBool, field 66 running: AtomicBool::new(true), in new() 105 self.running.store(false, Ordering::Release); in monitor() 110 pub fn running(&self) -> bool { in running() method 111 self.running.load(Ordering::Acquire) in running()
|
D | aidl.rs | 105 running: vm.running(), in debugListVms() 164 Ok(self.instance.running()) in isRunning()
|
/packages/apps/Nfc/src/com/android/nfc/echoserver/ |
D | EchoServer.java | 171 boolean running = true; field in EchoServer.ServerThread 218 while (running) { in run() 227 running = false; in run() 230 running = false; in run() 264 running = false; in shutdown()
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | service.cpp | 59 std::atomic<bool> running { true }; in main() local 60 std::thread ueventHandler(EvsEnumerator::EvsUeventThread, std::ref(running)); in main() 78 running = false; in main()
|
/packages/apps/Gallery2/ |
D | proguard.flags | 62 # - Required for running exif tests on userdebug 70 # - Required for running blobcache tests on userdebug 73 # - Required for running glcanvas tests on userdebug 84 # - Required for running jpeg stream tests on userdebug
|
/packages/modules/adb/daemon/ |
D | usb.cpp | 263 bool running = true; in StartMonitor() local 264 while (running) { in StartMonitor() 305 running = false; in StartMonitor() 311 running = false; in StartMonitor() 321 running = false; in StartMonitor() 327 running = false; in StartMonitor() 345 running = false; in StartMonitor() 358 running = false; in StartMonitor()
|
/packages/modules/adb/ |
D | SERVICES.TXT | 12 ADB client detects that an obsolete server is running after an 35 emulator will forward automatically to the adbd daemon running 44 be sent directly to the adbd daemon running on the device. 55 running. (Used to implement the -e convenience option) 59 either the device or emulator connect to/running on the host. 75 running on the host. This will fail if there is none or more than one. 79 interpreted as 'any single device or emulator connected to/running on 221 Connects to the JDWP thread running in the VM of process <pid>. 231 This service is used by DDMS to know which debuggable processes are running
|
D | OVERVIEW.TXT | 8 connected to or running on a given host developer machine 71 between the client and the service running in adbd. In this case 125 - Local transports, for emulators running on the host, connected to 130 running on another machine. This hasn't been done yet though.
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | HandoverServer.java | 182 boolean running; in run() 184 running = mServerRunning; in run() 190 while (running) { in run() 240 running = mServerRunning; in run()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerNotificationBuilder.kt | 68 val running = timer.isRunning in build() constant 78 if (running) { in build() 130 stateText = if (running) { in build() 176 notification.setCustomContentView(buildChronometer(pname, base, running, stateText)) in build() 184 running -> { in build() 389 running: Boolean, in buildChronometer() 394 content.setChronometer(R.id.chronometer, base, null, running) in buildChronometer()
|
D | StopwatchNotificationBuilder.kt | 68 val running = stopwatch!!.isRunning in build() constant 74 content.setChronometer(R.id.chronometer, base, null, running) in build() 78 if (running) { in build() 139 .setOngoing(running) in build()
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
D | SnepServer.java | 111 boolean running; in run() 113 running = mServerRunning; in run() 116 while (running) { in run() 122 running = mServerRunning; in run()
|
/packages/apps/Nfc/src/com/android/nfc/sneptest/ |
D | ExtDtaSnepServer.java | 88 boolean running; in run() 90 running = mServerRunning; in run() 93 while (running) { in run() 98 running = mServerRunning; in run()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 10 3. BugReportActivity connects to BugReportService and checks if a bugreporting is running. 11 4. If bugreporting is already running it shows in progress dialog 17 8. BugReportService running under current user (e.g. u10) starts collecting logs using dumpstate, 19 9. BugStorageProvider is running under u0, it schedules UploadJob.
|
/packages/modules/NeuralNetworks/tools/ |
D | build_and_run_benchmark.sh | 18 echo you must run lunch before running this script 67 echo running $NUMBER_RUNS times
|
/packages/apps/Car/libs/car-ui-lib/ |
D | README.md | 19 ### Building and running PaintBooth 38 ### Building and running the shared library 50 … command line via `atest CarUILibUnitTests`, but that's much slower than running them through Andr…
|
/packages/modules/adb/pairing_connection/ |
D | Android.bp | 102 // For running atest (b/147158681) 183 // For running atest (b/147158681)
|
/packages/services/Car/tests/SampleCustomInputService/ |
D | readme.md | 36 ran tests. Depending on the configuration you use, running SampleCustomInputServiceTest may 41 For this example, press home first, then inject the event to start Maps activity by running:
|
/packages/modules/Virtualization/virtmanager/aidl/android/system/virtmanager/ |
D | VirtualMachineDebugInfo.aidl | 36 boolean running;
|
/packages/modules/Virtualization/authfs/testdata/ |
D | README.md | 3 With a key pair, fs-verity signature can be generated by simply running
|
/packages/apps/Car/Dialer/tests/instrutests/ |
D | Android.bp | 4 // Install CarDialerAppForTesting target before running this test.
|
/packages/modules/NeuralNetworks/driver/sample_shim/ |
D | generate_prebuilts.sh | 8 echo you must run lunch before running this script
|
/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/ |
D | MainActivity.java | 282 private void setServiceRunning(Class<? extends Service> serviceClass, boolean running) { in setServiceRunning() argument 284 if (!running) { in setServiceRunning()
|
/packages/modules/Connectivity/tests/ |
D | TEST_MAPPING | 13 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
|
/packages/apps/DocumentsUI/tests/ |
D | README | 6 Therefore, insert SD Card media to the test device when running this instrumentation test if the
|