Searched defs:run (Results 1 - 9 of 9) sorted by relevance

/system/security/keystore/
H A Dtest-keystore44 function run() { function
53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
78 log "root does not have permission to run test"
/system/extras/verity/
H A Dbuild_verity_metadata.py14 def run(cmd): function
37 run(cmd)
/system/extras/tests/memtest/
H A Dbandwidth.cpp176 volatile bool *run; member in struct:__anon284
192 // Spinloop waiting for the run variable to get set to true.
193 while (!*arg->run) {
197 for (int run = 1; ; run++) {
198 arg->bench->run();
199 if (!*arg->run) {
204 avg_mb = (avg_mb/run) * (run-1) + arg->bench->mb_per_sec()/run;
259 volatile bool run = false; local
[all...]
H A Dbandwidth.h31 bool run() { function in class:BandwidthBenchmark
/system/netd/server/
H A DDnsProxyListener.cpp80 handler->run();
122 void DnsProxyListener::GetAddrInfoHandler::run() { function in class:DnsProxyListener::GetAddrInfoHandler
300 handler->run();
306 void DnsProxyListener::GetHostByNameHandler::run() { function in class:DnsProxyListener::GetHostByNameHandler
308 ALOGD("DnsProxyListener::GetHostByNameHandler::run\n");
316 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %zu\n",
417 handler->run();
423 void DnsProxyListener::GetHostByAddrHandler::run() { function in class:DnsProxyListener::GetHostByAddrHandler
425 ALOGD("DnsProxyListener::GetHostByAddrHandler::run\n");
433 ALOGD("GetHostByAddrHandler::run gethostbyadd
[all...]
H A DMDnsSdListener.cpp530 monitor->run();
589 void MDnsSdListener::Monitor::run() { function in class:MDnsSdListener::Monitor
/system/core/libutils/
H A DThreads.cpp69 * Create and run a new thread.
220 * Create and run a new thread.
525 // any thread has a chance to run. Without it, another thread
693 status_t Thread::run(const char* name, int32_t priority, size_t stack) function in class:android::Thread
737 // Exiting scope of mLock is a memory barrier and allows new thread to run
768 // (new ThreadSubclass())->run();
869 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);
/system/core/healthd/
H A Dhealthd_mode_charger.cpp96 bool run; member in struct:animation
163 .run = false,
340 anim->run = true;
347 anim->run = false;
356 if (!batt_anim->run || now < charger->next_screen_transition)
364 batt_anim->run = false;
/system/core/sdcard/
H A Dsdcard.c57 * It must be run as root, but will drop to requested UID/GID as soon as it
58 * mounts a filesystem. It will refuse to run if requested UID/GID are zero.
1778 " -u: specify UID to run as\n"
1779 " -g: specify GID to run as\n"
1789 static int run(const char* source_path, const char* dest_path, uid_t uid, function
1940 res = run(source_path, dest_path, uid, gid, write_gid, num_threads, derive, split_perms);

Completed in 1857 milliseconds