/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 11 on post-fs-data && property:init.svc.bootanim=running
|
/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/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/connectivity/shill/bin/ |
D | set_cellular_ppp | 205 and password by running the following command: 215 connection with them, please try running this command again.
|
/system/bt/udrv/ulinux/ |
D | uipc.c | 91 int running; member 510 while (uipc_main.running) in uipc_read_task() 559 uipc_main.running = 1; in uipc_start_main_server_thread() 575 uipc_main.running = 0; in uipc_stop_main_server_thread()
|
/system/core/init/ |
D | readme.txt | 156 select their desired uid without ever running as root. 237 not already running. 241 currently running. 245 currently running, without disabling them. They can be restarted 258 If the service is supposed to be running, it will be started now. 348 Start a service running if it is not already running. 351 Stop a service from running if it is currently running. 412 State of a named service ("stopped", "stopping", "running", "restarting") 446 running at 0s. You'll have to look at dmesg to work out when the kernel
|
/system/sepolicy/ |
D | cppreopts.te | 26 # 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 | 26 # Allow running the mv and rm/rmdir commands using otapreopt_slot permissions.
|
D | sdcardd.te | 31 # Allow running on top of expanded storage
|
D | healthd.te | 50 # process when running in charger mode.
|
D | postinstall_dexopt.te | 1 # Domain for the otapreopt executable, running under postinstall_dexopt
|
D | kernel.te | 91 # - You are running an exploit which switched to the init task credentials
|
D | installd.te | 88 # upon creation via setfilecon or running restorecon_recursive,
|
/system/connectivity/shill/cellular/ |
D | cellular_unittest.cc | 1765 EXPECT_FALSE(device_->running()); in TEST_F() 1772 EXPECT_FALSE(device_->running()); in TEST_F() 1789 EXPECT_TRUE(device_->running()); in TEST_F() 1795 EXPECT_FALSE(device_->running()); // changes immediately in TEST_F() 1801 EXPECT_FALSE(device_->running()); in TEST_F() 1811 EXPECT_FALSE(device_->running()); in TEST_F() 1830 EXPECT_TRUE(device_->running()); in TEST_F() 1836 EXPECT_FALSE(device_->running()); // changes immediately in TEST_F() 1852 EXPECT_TRUE(device_->running()); // changes immediately in TEST_F() 1869 EXPECT_TRUE(device_->running()); // last changed by OnAfterResume in TEST_F() [all …]
|
/system/core/crash_reporter/ |
D | README.md | 3 `crash_reporter` is a deamon running on the device that saves the call stack of 8 packaged into a zip file when running `m dist`, so that a developer can upload
|
/system/connectivity/shill/init/ |
D | shill.conf.in | 24 # chromeos_shutdown script from running (jobs that "stop on stopping 25 # boot-services" may still be running in parallel with chromeos_shutdown if
|
/system/bt/ |
D | README.md | 3 ## Building and running on AOSP 6 ## Building and running on Linux
|
/system/netd/tests/dns_responder/ |
D | dns_responder.h | 52 bool running() const;
|
D | dns_responder.cpp | 562 bool DNSResponder::running() const { in running() function in test::DNSResponder 567 if (running()) { in startServer() 645 if (!running()) { in stopServer()
|
/system/connectivity/shill/ |
D | connection_diagnostics.h | 222 bool running() { return running_; } in running() function
|
D | connection_diagnostics.cc | 181 if (running()) { in Start() 207 if (running()) { in StartAfterPortalDetection()
|
/system/extras/tests/net_test/ |
D | README | 47 10 characters of the username running net_test. (10 characters because
|