HomeSort by relevance Sort by last modified time
    Searched full:is_daemon (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/minadbd/
adb_main.cpp 28 int adb_server_main(int is_daemon, int server_port, int /* reply_fd */) {
  /external/autotest/client/tests/kvm/deps/
heartbeat_slu.py 151 is_daemon = True variable
180 is_daemon = False
202 run_server(host_address, host_port, is_daemon, file_server, queue_size, threshold, check_drift)
205 run_client(host_address, host_port, is_daemon, file_client, interval)
  /system/core/adb/client/
main.cpp 91 int adb_server_main(int is_daemon, int server_port, int ack_reply_fd) {
98 if (is_daemon) {
123 if (is_daemon) {
  /system/core/adb/
adb.h 154 int adb_server_main(int is_daemon, int server_port, int ack_reply_fd);
commandline.cpp 1445 int is_daemon = 0; local
    [all...]
  /art/runtime/
thread.cc 584 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) {
623 Thread* child_thread = new Thread(is_daemon);
1218 bool is_daemon = false; local
    [all...]
thread.h     [all...]

Completed in 475 milliseconds