Home
last modified time | relevance | path

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

/system/extras/tests/memtest/
Dbandwidth.cpp176 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 …]
Dbandwidth.h31 bool run() { in run() function
/system/core/run-as/
DAndroid.mk4 LOCAL_SRC_FILES := run-as.c package.c
8 LOCAL_MODULE := run-as
/system/keymaster/
DMakefile57 .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.gitignore5 *.run
/system/netd/server/
DDnsProxyListener.h57 void run();
87 void run();
119 void run();
DDnsProxyListener.cpp80 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
DMDnsSdListener.h80 void run();
DMDnsSdListener.cpp530 monitor->run(); in threadStart()
589 void MDnsSdListener::Monitor::run() { in run() function in MDnsSdListener::Monitor
/system/extras/verity/
Dbuild_verity_metadata.py14 def run(cmd): function
37 run(cmd)
/system/security/keystore/
Dtest-keystore44 function run() { function
53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
/system/core/debuggerd/mips/
Dcrashglue.S36 # don't trash the stack otherwise the signal handler won't run
/system/core/healthd/
Dhealthd_mode_charger.cpp96 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/
DThread.h48 virtual status_t run( const char* name = 0,
/system/extras/tests/bionic/libstdc++/
DREADME.TXT9 Preferably, to build and run you can use this:
/system/core/adb/
DOVERVIEW.TXT36 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
DSERVICES.TXT181 privileges and thus may not run on all devices. <path> is a full
/system/extras/tests/bionic/libc/
DREADME.TXT30 Other unrelated tests. These are not run by the test runner
/system/extras/tests/sdcard/
DREADME27 directory, chdir and run:
/system/core/init/
DREADME.BOOTCHART34 The log files are placed in /data/bootchart/. you must run the script tools/grab-bootchart.sh
Dreadme.txt96 Primarily for use by services run from the rootfs, e.g. ueventd, adbd.
/system/core/libutils/tests/
DLooper_test.cpp141 delayedWake->run(); in TEST_F()
254 delayedWriteSignal->run(); in TEST_F()
/system/core/rootdir/
Dinit.rc200 # 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/
DThreads.cpp693 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run() function in android::Thread
/system/core/sdcard/
Dsdcard.c1789 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()