Home
last modified time | relevance | path

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

12345678910

/system/sepolicy/prebuilts/api/30.0/public/
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
/system/sepolicy/public/
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
/system/linkerconfig/testdata/
DREADME.md3 Simply running `./rundiff.sh` works. When the changes are found, you can accept the changes by runn…
/system/update_engine/update_manager/
Dupdate_manager.conf.example4 # running update_engine in developer mode (and only if running in
/system/gsid/
Dgsi_tool.cpp337 bool running = false; in Wipe() local
338 if (gsid->isGsiRunning(&running).isOk() && running) { in Wipe()
352 bool running; in WipeData() local
353 auto status = gsid->isGsiRunning(&running); in WipeData()
358 if (running) { in WipeData()
388 bool running; in Status() local
389 auto status = gsid->isGsiRunning(&running); in Status()
393 } else if (running) { in Status()
409 } else if (running || installed) { in Status()
/system/sepolicy/private/
Dgatekeeperd.te5 # For checking whether GSI is running
Dhealthd.te9 # process when running in charger mode.
Duntrusted_app.te4 ### This file defines the rules for untrusted apps running with
Duntrusted_app_29.te4 ### This file defines the rules for untrusted apps running with
Dcharger.te4 # process when running in charger mode.
Dsimpleperf.te1 # Domain used when running /system/bin/simpleperf to profile a specific app.
10 # When running in this domain, simpleperf is scoped to profiling an individual
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
23 # are running in an emulated environment.
/system/extras/simpleperf/scripts/inferno/
Dscript.js27 let running = false;
29 if (!running) {
30 running = true;
33 running = false;
/system/extras/ANRdaemon/
DREADME8 The daemon will be started at boot time and will be running with the following
20 not running. This is because the daemon process turns off tracing when CPU usage
26 file is parsed by systrace.py, the daemon process is shown as running for the
/system/chre/host/msm/daemon/idl/
Dchre_slpi.idl18 * Defines the FastRPC interface between CHRE running on the SLPI and the host
19 * daemon running on the AP.
/system/sepolicy/prebuilts/api/30.0/private/
Duntrusted_app.te4 ### This file defines the rules for untrusted apps running with
Duntrusted_app_29.te4 ### This file defines the rules for untrusted apps running with
Dsimpleperf.te1 # Domain used when running /system/bin/simpleperf to profile a specific app.
10 # When running in this domain, simpleperf is scoped to profiling an individual
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
23 # are running in an emulated environment.
/system/core/adb/daemon/
Dusb.cpp292 bool running = true; in StartMonitor() local
293 while (running) { in StartMonitor()
334 running = false; in StartMonitor()
340 running = false; in StartMonitor()
350 running = false; in StartMonitor()
356 running = false; in StartMonitor()
374 running = false; in StartMonitor()
387 running = false; in StartMonitor()
/system/core/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
220 Connects to the JDWP thread running in the VM of process <pid>.
230 This service is used by DDMS to know which debuggable processes are running
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
38 # are running in an emulated environment.
/system/bt/test/
DREADME.md5 The tests are designed to be run when the Android runtime is not running. From a terminal, run:
42 running...
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md49 2. The kernel enables counters while the profiled processes are running.
55 3. The kernel enables counters while the profiled processes are running.
152 When running the stat command, if the number of hardware events is larger than the number of
210 # Start a child process running `ls`, and stat it.
224 monitoring a child process running a new command, simpleperf monitors until the child process ends.
231 # Stat until the child process running `ls` finishes.
283 # Print event counts for all threads running in the system every 1s. Threads not running will not
287 # Print event counts for all threads running in the system every 1s. Event counts for threads
298 monitored thread on each core. When a thread is in running state, perf events on all cores are
299 enabled, but only the perf event on the core running the thread is in running state. So the
[all …]
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app_25.te4 ### This file defines the rules for untrusted apps running with
42 # are running in an emulated environment.

12345678910