Searched refs:HOST (Results 1 - 8 of 8) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_libgen.c14 #if HOST
56 #if !HOST
130 #if HOST
186 #if !HOST
207 #if !HOST
H A Dtest_pthread_rwlock.c39 #ifdef HOST
193 #ifdef HOST
H A Dtest_pthread_mutex.c40 #ifdef HOST
/system/core/adb/
H A Dtransport_usb.c125 HOST = 1;
127 HOST = 0;
H A Dtransport_local.c304 if(HOST) {
324 D("transport: local %s init\n", HOST ? "client" : "server");
328 HOST ? "client" : "server");
340 if(HOST) {
417 if (HOST && local) {
H A Dadb.h472 extern int HOST;
H A Dadb.c48 int HOST = 0; variable
506 if(HOST) send_connect(t);
523 if (HOST || !auth_enabled) {
525 if(!HOST) send_connect(t);
1108 HOST = 1;
H A Dservices.c453 } else if(!HOST && !strncmp(name, "shell:", 6)) {

Completed in 64 milliseconds