HomeSort by relevance Sort by last modified time
    Searched defs:whoami (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
dispatch_async.c 16 const char *whoami = "nobody"; variable
36 printf("%s: success\n", whoami);
50 whoami = argv[0];
  /external/e2fsprogs/lib/ss/
error.c 61 register char *whoami; local
65 whoami = ss_name (sci_idx);
66 com_err_va (whoami, code, fmt, pvar);
67 free (whoami);
  /external/valgrind/main/gdbserver_tests/
sleepers.c 26 static void whoami(char *msg) __attribute__((unused));
27 static void whoami(char *msg) function
t.c 27 static void whoami(char *msg) function
39 whoami(s);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.cpp 255 inline virtual char* whoami() {return (char*)"AgpsReleasedState";} function in class:AgpsReleasedState
262 LOC_LOGE("Error: %s subscriber list not empty!!!", whoami());
300 LOC_LOGW("%s: unrecognized event %d", whoami(), event);
306 whoami(), nextState->whoami(), event);
322 inline virtual char* whoami() {return (char*)"AgpsPendingState";} function in class:AgpsPendingState
396 LOC_LOGE("%s: unrecognized event %d", whoami(), event);
401 whoami(), nextState->whoami(), event);
417 inline virtual char* whoami() { return (char*)"AgpsAcquiredState"; function in class:AgpsAcquiredState
511 inline virtual char* whoami() {return (char*)"AgpsReleasingState";} function in class:AgpsReleasingState
    [all...]
loc_eng_agps.h 143 inline virtual char* whoami() = 0;
155 inline virtual char *whoami() {return (char*)"Servicer";} function in class:Servicer
166 inline virtual char *whoami() {return (char*)"ExtServicer";} function in class:ExtServicer
177 inline virtual char *whoami() {return (char*)"AGpsServicer";} function in class:AGpsServicer
264 inline virtual char *whoami() {return (char*)"DSStateMachine";} function in class:DSStateMachine
429 inline virtual char *whoami() {return (char*)"DSSubscriber";} function in struct:DSSubscriber
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 255 inline virtual char* whoami() {return (char*)"AgpsReleasedState";} function in class:AgpsReleasedState
262 LOC_LOGE("Error: %s subscriber list not empty!!!", whoami());
300 LOC_LOGW("%s: unrecognized event %d", whoami(), event);
306 whoami(), nextState->whoami(), event);
322 inline virtual char* whoami() {return (char*)"AgpsPendingState";} function in class:AgpsPendingState
396 LOC_LOGE("%s: unrecognized event %d", whoami(), event);
401 whoami(), nextState->whoami(), event);
417 inline virtual char* whoami() { return (char*)"AgpsAcquiredState"; function in class:AgpsAcquiredState
511 inline virtual char* whoami() {return (char*)"AgpsReleasingState";} function in class:AgpsReleasingState
    [all...]
loc_eng_agps.h 143 inline virtual char* whoami() = 0;
155 inline virtual char *whoami() {return (char*)"Servicer";} function in class:Servicer
166 inline virtual char *whoami() {return (char*)"ExtServicer";} function in class:ExtServicer
177 inline virtual char *whoami() {return (char*)"AGpsServicer";} function in class:AGpsServicer
264 inline virtual char *whoami() {return (char*)"DSStateMachine";} function in class:DSStateMachine
416 inline virtual char *whoami() {return (char*)"DSSubscriber";} function in struct:DSSubscriber

Completed in 874 milliseconds