/system/extras/tests/memtest/ |
D | bandwidth.cpp | 176 volatile bool *run; member 193 while (!*arg->run) { in runBandwidthThread() 197 for (int run = 1; ; run++) { in runBandwidthThread() local 198 arg->bench->run(); in runBandwidthThread() 199 if (!*arg->run) { in runBandwidthThread() 204 avg_mb = (avg_mb/run) * (run-1) + arg->bench->mb_per_sec()/run; in runBandwidthThread() 241 bench->run(); in processThreadArgs() 259 volatile bool run = false; in runThreadedTest() local 263 args[i].run = &run; in runThreadedTest() 273 run = true; in runThreadedTest() [all …]
|
D | bandwidth.h | 31 bool run() { in run() function
|
/system/core/run-as/ |
D | Android.mk | 4 LOCAL_SRC_FILES := run-as.c package.c 8 LOCAL_MODULE := run-as
|
/system/keymaster/ |
D | Makefile | 57 .PHONY: coverage memcheck massif clean run 59 %.run: % 63 run: $(BINARIES:=.run) target 68 coverage.info: run 143 $(BINARIES:=.run) $(BINARIES:=.memcheck) $(BINARIES:=.massif) \
|
D | .gitignore | 5 *.run
|
/system/netd/server/ |
D | DnsProxyListener.h | 57 void run(); 87 void run(); 119 void run();
|
D | DnsProxyListener.cpp | 80 handler->run(); in threadStart() 122 void DnsProxyListener::GetAddrInfoHandler::run() { in run() function in DnsProxyListener::GetAddrInfoHandler 300 handler->run(); in threadStart() 306 void DnsProxyListener::GetHostByNameHandler::run() { in run() function in DnsProxyListener::GetHostByNameHandler 417 handler->run(); in threadStart() 423 void DnsProxyListener::GetHostByAddrHandler::run() { in run() function in DnsProxyListener::GetHostByAddrHandler
|
D | MDnsSdListener.h | 80 void run();
|
D | MDnsSdListener.cpp | 530 monitor->run(); in threadStart() 589 void MDnsSdListener::Monitor::run() { in run() function in MDnsSdListener::Monitor
|
/system/extras/verity/ |
D | build_verity_metadata.py | 14 def run(cmd): function 37 run(cmd)
|
/system/security/keystore/ |
D | test-keystore | 44 function run() { function 53 run adb shell su $user keystore_cli "$@" 57 run adb shell ls -al /data/misc/keystore
|
/system/core/debuggerd/mips/ |
D | crashglue.S | 36 # don't trash the stack otherwise the signal handler won't run
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 96 bool run; member 163 .run = false, 340 anim->run = true; in kick_animation() 347 anim->run = false; in reset_animation() 356 if (!batt_anim->run || now < charger->next_screen_transition) in update_screen_state() 364 batt_anim->run = false; in update_screen_state()
|
/system/core/include/utils/ |
D | Thread.h | 48 virtual status_t run( const char* name = 0,
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 9 Preferably, to build and run you can use this:
|
/system/core/adb/ |
D | OVERVIEW.TXT | 36 few services for clients that run on the host. 48 The 'adb' command-line program is used to run adb commands from a shell 64 these services run within the ADB Server and thus do not need to 70 these services either run within the adbd daemon, or are started by
|
D | SERVICES.TXT | 181 privileges and thus may not run on all devices. <path> is a full
|
/system/extras/tests/bionic/libc/ |
D | README.TXT | 30 Other unrelated tests. These are not run by the test runner
|
/system/extras/tests/sdcard/ |
D | README | 27 directory, chdir and run:
|
/system/core/init/ |
D | README.BOOTCHART | 34 The log files are placed in /data/bootchart/. you must run the script tools/grab-bootchart.sh
|
D | readme.txt | 96 Primarily for use by services run from the rootfs, e.g. ueventd, adbd.
|
/system/core/libutils/tests/ |
D | Looper_test.cpp | 141 delayedWake->run(); in TEST_F() 254 delayedWriteSignal->run(); in TEST_F()
|
/system/core/rootdir/ |
D | init.rc | 200 # We chown/chmod /cache again so because mount is run as root + defaults 232 # We chown/chmod /data again so because mount is run as root + defaults 473 ## Daemon processes to be run by init.
|
/system/core/libutils/ |
D | Threads.cpp | 693 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run() function in android::Thread
|
/system/core/sdcard/ |
D | sdcard.c | 1789 static int run(const char* source_path, const char* dest_path, uid_t uid, in run() function 1940 res = run(source_path, dest_path, uid, gid, write_gid, num_threads, derive, split_perms); in main()
|