Home
last modified time | relevance | path

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

123

/system/update_engine/update_manager/
Dupdate_manager.conf.example4 # running update_engine in developer mode (and only if running in
/system/core/bootstat/
Dbootstat.rc10 # property:init.svc.bootanim=running: The boot animation is running
11 on post-fs-data && property:init.svc.bootanim=running
/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/core/adb/
DSERVICES.TXT16 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
DOVERVIEW.TXT8 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/
Dset_cellular_ppp205 and password by running the following command:
215 connection with them, please try running this command again.
/system/bt/udrv/ulinux/
Duipc.c91 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/
Dreadme.txt156 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/
Dcppreopts.te26 # Allow running the cp command using cppreopts permissions. Needed so we can
Dtoolbox.te2 # At present, the only known usage is for running mkswap via fs_mgr.
Dotapreopt_slot.te26 # Allow running the mv and rm/rmdir commands using otapreopt_slot permissions.
Dsdcardd.te31 # Allow running on top of expanded storage
Dhealthd.te50 # process when running in charger mode.
Dpostinstall_dexopt.te1 # Domain for the otapreopt executable, running under postinstall_dexopt
Dkernel.te91 # - You are running an exploit which switched to the init task credentials
Dinstalld.te88 # upon creation via setfilecon or running restorecon_recursive,
/system/connectivity/shill/cellular/
Dcellular_unittest.cc1765 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/
DREADME.md3 `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/
Dshill.conf.in24 # 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/
DREADME.md3 ## Building and running on AOSP
6 ## Building and running on Linux
/system/netd/tests/dns_responder/
Ddns_responder.h52 bool running() const;
Ddns_responder.cpp562 bool DNSResponder::running() const { in running() function in test::DNSResponder
567 if (running()) { in startServer()
645 if (!running()) { in stopServer()
/system/connectivity/shill/
Dconnection_diagnostics.h222 bool running() { return running_; } in running() function
Dconnection_diagnostics.cc181 if (running()) { in Start()
207 if (running()) { in StartAfterPortalDetection()
/system/extras/tests/net_test/
DREADME47 10 characters of the username running net_test. (10 characters because

123