Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 97) sorted by relevance

1234

/packages/modules/Virtualization/virtmanager/src/
Dcrosvm.rs46 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()
Daidl.rs105 running: vm.running(), in debugListVms()
164 Ok(self.instance.running()) in isRunning()
/packages/apps/Nfc/src/com/android/nfc/echoserver/
DEchoServer.java171 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/
Dservice.cpp59 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/
Dproguard.flags62 # - 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/
Dusb.cpp263 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/
DSERVICES.TXT12 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
DOVERVIEW.TXT8 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/
DHandoverServer.java182 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/
DTimerNotificationBuilder.kt68 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()
DStopwatchNotificationBuilder.kt68 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/
DSnepServer.java111 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/
DExtDtaSnepServer.java88 boolean running; in run()
90 running = mServerRunning; in run()
93 while (running) { in run()
98 running = mServerRunning; in run()
/packages/services/Car/tests/BugReportApp/
DREADME.md10 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/
Dbuild_and_run_benchmark.sh18 echo you must run lunch before running this script
67 echo running $NUMBER_RUNS times
/packages/apps/Car/libs/car-ui-lib/
DREADME.md19 ### 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/
DAndroid.bp102 // For running atest (b/147158681)
183 // For running atest (b/147158681)
/packages/services/Car/tests/SampleCustomInputService/
Dreadme.md36 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/
DVirtualMachineDebugInfo.aidl36 boolean running;
/packages/modules/Virtualization/authfs/testdata/
DREADME.md3 With a key pair, fs-verity signature can be generated by simply running
/packages/apps/Car/Dialer/tests/instrutests/
DAndroid.bp4 // Install CarDialerAppForTesting target before running this test.
/packages/modules/NeuralNetworks/driver/sample_shim/
Dgenerate_prebuilts.sh8 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/
DMainActivity.java282 private void setServiceRunning(Class<? extends Service> serviceClass, boolean running) { in setServiceRunning() argument
284 if (!running) { in setServiceRunning()
/packages/modules/Connectivity/tests/
DTEST_MAPPING13 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
/packages/apps/DocumentsUI/tests/
DREADME6 Therefore, insert SD Card media to the test device when running this instrumentation test if the

1234