/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
regdef.h | 62 #define fp $30 macro 112 #define fp $30 macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
regdef.h | 62 #define fp $30 macro 112 #define fp $30 macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
stdio.h | 401 #define getc(fp) __sgetc(fp) 403 #define getc_unlocked(fp) __sgetc(fp) 410 #define putc(x, fp) __sputc(x, fp) 412 #define putc_unlocked(x, fp) __sputc(x, fp)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
grammar.h | 87 void printgrammar(grammar *g, FILE *fp); 88 void printnonterminals(grammar *g, FILE *fp);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 61 def message_from_file(fp, *args, **kws): 67 return Parser(*args, **kws).parse(fp)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_coding.py | 19 with open(filename) as fp: 20 text = fp.read()
|
test_gettext.py | 67 with open(MOFILE, 'wb') as fp: 68 fp.write(base64.decodestring(GNU_MO_DATA)) 69 with open(UMOFILE, 'wb') as fp: 70 fp.write(base64.decodestring(UMO_DATA)) 71 with open(MMOFILE, 'wb') as fp: 72 fp.write(base64.decodestring(MMO_DATA)) 136 with open(self.mofile, 'rb') as fp: 137 t = gettext.GNUTranslations(fp) 227 with open(self.mofile, 'rb') as fp: 228 t = gettext.GNUTranslations(fp) [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
grammar.h | 87 void printgrammar(grammar *g, FILE *fp); 88 void printnonterminals(grammar *g, FILE *fp);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 61 def message_from_file(fp, *args, **kws): 67 return Parser(*args, **kws).parse(fp)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_coding.py | 19 with open(filename) as fp: 20 text = fp.read()
|
test_gettext.py | 67 with open(MOFILE, 'wb') as fp: 68 fp.write(base64.decodestring(GNU_MO_DATA)) 69 with open(UMOFILE, 'wb') as fp: 70 fp.write(base64.decodestring(UMO_DATA)) 71 with open(MMOFILE, 'wb') as fp: 72 fp.write(base64.decodestring(MMO_DATA)) 136 with open(self.mofile, 'rb') as fp: 137 t = gettext.GNUTranslations(fp) 227 with open(self.mofile, 'rb') as fp: 228 t = gettext.GNUTranslations(fp) [all...] |
/system/core/libcutils/tests/memset_mips/ |
test_memset.c | 200 } *fp, functions[] = { local 222 for (fp = functions; fp < &functions[NFUNCTIONS]; fp++) { 223 (fp->fn)(arena, 0xffffffff, ARENASIZE); /* one call to get the code into Icache */ 225 sprintf(tag, "%10s: %7s %4d-%4d", fp->name, pp->type, pp->minbytes, pp->maxbytes); 229 testone(tag, fp->fn, pp->trials, pp->minbytes, pp->maxbytes, fp->size, threshold);
|
/system/core/libutils/ |
ProcessCallStack.cpp | 55 FILE* fp; local 58 if ((fp = fopen(path, "r"))) { 59 procName = fgets(procNameBuf, sizeof(procNameBuf), fp); 60 fclose(fp); 83 FILE* fp; local 86 if ((fp = fopen(path, "r"))) { 87 procName = fgets(procNameBuf, sizeof(procNameBuf), fp); 88 fclose(fp);
|
/external/ipsec-tools/src/racoon/ |
backupsa.c | 101 FILE *fp; local 179 (fp = fopen(lcconf->pathinfo[LC_PATHTYPE_BACKUPSA], "a")) == NULL) { 185 fprintf(fp, "%s\n", buf); 186 fclose(fp); 199 FILE *fp; local 211 fp = fopen(lcconf->pathinfo[LC_PATHTYPE_BACKUPSA], "r"); 213 fp = NULL; 214 if (fp == NULL) { 223 for(line = 1; fgets(buf, sizeof(buf), fp) != NULL; line++) { 325 fclose(fp); 341 FILE *fp; local [all...] |