HomeSort by relevance Sort by last modified time
    Searched refs:whoami (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/ken/
intervar.go 18 whoami int;
23 r := " print " + string(p.whoami + '0')
30 whoami int;
35 r := " bio " + string(b.whoami + '0')
42 whoami int;
47 return " file " + string(f.whoami + '0') + " -- " + s
56 p.whoami = 1;
59 b.whoami = 2;
62 f.whoami = 3;
  /prebuilts/go/linux-x86/test/ken/
intervar.go 18 whoami int;
23 r := " print " + string(p.whoami + '0')
30 whoami int;
35 r := " bio " + string(b.whoami + '0')
42 whoami int;
47 return " file " + string(f.whoami + '0') + " -- " + s
56 p.whoami = 1;
59 b.whoami = 2;
62 f.whoami = 3;
  /external/compiler-rt/test/BlocksRuntime/
dispatch_async.c 16 const char *whoami = "nobody"; variable
36 printf("%s: success\n", whoami);
50 whoami = argv[0];
byrefcopyint.c 42 voidVoid testRoutine(const char *whoami) {
43 __block int dumbo = strlen(whoami);
  /external/e2fsprogs/lib/et/
com_err.c 27 default_com_err_proc (const char *whoami, errcode_t code, const
32 default_com_err_proc (const char *whoami, errcode_t code, const
37 if (whoami) {
38 fputs(whoami, stderr);
69 void com_err_va (const char *whoami, errcode_t code, const char *fmt,
72 (*com_err_hook) (whoami, code, fmt, args);
75 void com_err (const char *whoami,
84 com_err_va (whoami, code, fmt, pvar);
com_err.h 34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
  /external/e2fsprogs/lib/ss/
error.c 62 register char *whoami; local
66 whoami = ss_name (sci_idx);
67 com_err_va (whoami, code, fmt, pvar);
68 free (whoami);
  /external/ltp/testcases/network/tcp_cmds/ssh/
ssh01_s1 45 spawn ssh -l $RUSER $RHOST whoami
ssh02_s1 46 spawn ssh -l $RUSER $RHOST whoami
ssh03_s1 42 spawn ssh -l $RUSER $RHOST whoami
  /external/ltp/testcases/commands/su/
su01_s1 36 set whoami [ exec whoami ]
37 if { $whoami=="root" } {
124 # run "whoami" to test user ID inside su shell
125 spawn /bin/su -c whoami
186 # run "whoami" to test user ID inside su shell
187 spawn /bin/su -c whoami
226 # run "whoami" to test user ID inside su shell
227 spawn /bin/su -l root -c whoami
279 # run "whoami" to test user ID inside su shel
    [all...]
  /external/ltp/testcases/commands/cron/
cron_neg_tests.sh 12 iam=`whoami`
59 # crontab -l > /tmp/save-crontab-`whoami`
137 cat /tmp/save-crontab-`whoami` | grep '^[^#]' | crontab -
138 # rm -r /tmp/save-crontab-`whoami`
  /toolchain/binutils/binutils-2.27/gprof/
gprof.c 50 const char * whoami; variable
176 whoami);
201 whoami = argv[0];
202 xmalloc_set_program_name (whoami);
254 printf (_("%s: debugging not supported; -d ignored\n"), whoami);
335 optarg, whoami);
466 whoami, optarg);
490 whoami);
541 whoami);
594 fprintf (stderr, _("%s: gmon.out file is missing histogram\n"), whoami);
    [all...]
corefile.c 62 fprintf (stderr, _("%s: unable to parse mapping file %s.\n"), whoami, filename);
86 fprintf (stderr, _("%s: could not open %s.\n"), whoami, filename);
188 fprintf (stderr, _("%s: %s: not in executable format\n"), whoami, aout_name);
200 whoami, aout_name);
211 fprintf (stderr, "%s: %s: %s\n", whoami, aout_name,
221 fprintf (stderr, "%s: %s: %s\n", whoami, aout_name,
275 whoami, (unsigned long) bfd_get_section_size (core_text_sect));
288 fprintf (stderr, _("%s: can't do -c\n"), whoami);
332 whoami, bfd_printable_name(core_bfd));
527 fprintf (stderr, _("%s: could not open %s.\n"), whoami, sym_table_file)
    [all...]
gmon_io.c 85 whoami, size);
330 whoami, filename);
341 whoami, filename, gmon_file_version);
371 whoami, filename, tag);
459 whoami, filename);
519 whoami, filename);
532 whoami, --i, hist_num_bins);
570 whoami, file_format);
750 whoami, file_format);
  /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
428 inline virtual char *whoami() {return (char*)"DSSubscriber";} function in struct:DSSubscriber
  /hardware/qcom/gps/msm8084/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/msm8909/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
428 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
  /hardware/qcom/gps/msm8994/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...]
  /hardware/qcom/gps/msm8996/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...]

Completed in 691 milliseconds

1 2 3