Searched refs:running (Results 1 – 25 of 48) sorted by relevance
12
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 4 # running update_engine in developer mode (and only if running in
|
/system/core/bootstat/ |
D | bootstat.rc | 10 # property:init.svc.bootanim=running: The boot animation is running 12 on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block
|
/system/extras/ANRdaemon/ |
D | README | 8 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/ |
D | chre_slpi.idl | 18 * Defines the FastRPC interface between CHRE running on the SLPI and the host 19 * daemon running on the AP.
|
/system/core/adb/ |
D | SERVICES.TXT | 16 ADB client detects that an obsolete server is running after an 39 emulator will forward automatically to the adbd daemon running 48 be sent directly to the adbd daemon running on the device. 59 running. (Used to implement the -e convenience option) 63 either the device or emulator connect to/running on the host. 79 running on the host. This will fail if there is none or more than one. 83 interpreted as 'any single device or emulator connected to/running on 224 Connects to the JDWP thread running in the VM of process <pid>. 234 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 72 between the client and the service running in adbd. In this case 129 - Local transports, for emulators running on the host, connected to 134 running on another machine. This hasn't been done yet though.
|
/system/bt/test/ |
D | README.md | 5 The tests are designed to be run when the Android runtime is not running. From a terminal, run: 42 running...
|
/system/sepolicy/private/ |
D | untrusted_app_25.te | 4 ### This file defines the rules for untrusted apps running with 42 # are running in an emulated environment.
|
D | storaged.te | 44 # running as root. See b/35323867 #3.
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 87 int running; member 214 uipc_main.running = 0; in uipc_main_init() 466 while (uipc_main.running) { in uipc_read_task() 514 uipc_main.running = 1; in uipc_start_main_server_thread() 530 uipc_main.running = 0; in uipc_stop_main_server_thread()
|
/system/chre/external/flatbuffers/ |
D | README.md | 2 file (flatbuffers.h) which customizes it for running in the CHRE environment.
|
/system/sepolicy/public/ |
D | cppreopts.te | 20 # Allow running the cp command using cppreopts permissions. Needed so we can
|
D | toolbox.te | 2 # At present, the only known usage is for running mkswap via fs_mgr.
|
D | otapreopt_slot.te | 25 # Allow running the mv and rm/rmdir commands using otapreopt_slot permissions.
|
D | charger.te | 40 # process when running in charger mode.
|
D | sdcardd.te | 31 # Allow running on top of expanded storage
|
D | fsck_untrusted.te | 23 # is currently mounted and running fsck is dangerous.
|
D | healthd.te | 62 # process when running in charger mode.
|
D | hal_neverallows.te | 50 # Only allow transitioning to a domain by running its executable. Do not
|
D | fsck.te | 28 # is currently mounted and running fsck is dangerous.
|
/system/bt/ |
D | README.md | 3 ## Building and running on AOSP 6 ## Building and running on Linux
|
/system/core/init/ |
D | README.md | 169 select their desired uid without ever running as root. 279 not already running. 283 currently running. 287 currently running, without disabling them. They can be restarted 308 If the service is supposed to be running, it will be started now. 341 -f: force installation of the module even if the version of the running kernel 374 > Stops and restarts a running service, does nothing if the service is currently 403 > Start a service running if it is not already running. 406 > Stop a service from running if it is currently running. 473 > State of a named service ("stopped", "stopping", "running", "restarting") [all …]
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java | 32 echo "FAILED: Not running $native because it doesn't exist."
|
/system/extras/simpleperf/ |
D | README.md | 107 When running the stat command, if the number of hardware events is larger than 158 # Start a child process running `ls`, and stat it. 163 to monitor. When monitoring a child process running a new command, simpleperf 170 # Stat until the child process running `ls` finishes. 227 # Record a child process running `ls`. 238 # Record with sample frequency 1000: sample 1000 times every second running. 251 # Record until the child process running `ls` finishes. 376 Simpleperf tools in ndk contain three parts: simpleperf executable running on 377 Android device, simpleperf executable running on host, and python scripts. 380 Simpleperf running on device is located at bin/android directory. It contains [all …]
|
/system/netd/tests/dns_responder/ |
D | dns_responder.h | 52 bool running() const;
|
12