HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 451 - 475 of 545) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/aapt/
Command.cpp 1642 FILE* fp; local
    [all...]
Resource.cpp 1283 FILE* fp = fopen(bundle->getPublicOutputFile(), "w+"); local
2178 FILE* fp = fopen(dest.string(), "w+"); local
2210 FILE* fp = fopen(textDest.string(), "w+"); local
2235 FILE *fp = fopen(dependencyFile.string(), "a"); local
2585 FILE* fp = fopen(bundle->getProguardFile(), "w+"); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 331 FILE *fp; local
336 if ((fp = fopen(fname, "rb")) == NULL ||
337 fseek(fp, 0, SEEK_END) < 0 ||
338 (size = ftell(fp)) < 0)
342 if (fp != NULL)
343 fclose(fp);
1214 FILE *fp;
1380 FILE *fp; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 55 FILE *fp; /* File, or NULL if this is an internal buffer. */ member in struct:ebuffer
56 struct floc floc; /* Info on the file in fp (if any). */
341 ebuf.fp = fopen (filename, "r");
348 if (ebuf.fp == 0 && (flags & RM_INCLUDED) && *filename != '/')
354 ebuf.fp = fopen (included, "r");
355 if (ebuf.fp)
386 if (ebuf.fp == 0)
411 fclose (ebuf.fp);
431 ebuf.fp = NULL;
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 2231 const GGLFormat* fp = &(c->formats[cb->format]); local
2284 const GGLFormat* fp = &(c->formats[cb->format]); local
2297 const GGLFormat* fp = &(c->formats[cb->format]); local
2322 const GGLFormat* fp = &(c->formats[cb->format]); local
    [all...]
  /external/blktrace/
blktrace.c 667 FILE *fp; local
670 fp = fopen(path, mode);
671 } while (fp == NULL && handle_open_failure());
673 return fp;
    [all...]
  /external/genext2fs/
genext2fs.c 728 FILE *fp; local
729 if ((fp = fopen(path, mode)) == NULL)
731 return fp;
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 438 FieldPosition fp; local
442 while (posIter.next(fp)) {
443 int32_t i = fp.getField();
445 buf.extractBetween(fp.getBeginIndex(), fp.getEndIndex(), field);
476 "y/M/d H:mm:ss.S", "fp", "2004 03 10 16:36:31.567", "2004/3/10 16:36:31.5", "2004 03 10 16:36:31.500",
477 "y/M/d H:mm:ss.SS", "fp", "2004 03 10 16:36:31.567", "2004/3/10 16:36:31.56", "2004 03 10 16:36:31.560",
    [all...]
numfmtst.cpp 6016 FieldPosition fp; local
    [all...]
  /external/iproute2/misc/
ss.c 289 FILE *fp; local
292 if ((fp = fopen(tmp, "r")) != NULL) {
293 fscanf(fp, "%*d (%[^)])", process);
294 fclose(fp);
364 FILE *fp; local
369 fp = slabinfo_open();
370 if (!fp)
375 fgets(buf, sizeof(buf), fp);
376 while(fgets(buf, sizeof(buf), fp) != NULL) {
389 fclose(fp);
497 FILE *fp = popen("\/usr\/sbin\/rpcinfo -p 2>\/dev\/null", "r"); local
712 FILE *fp = ephemeral_ports_open(); local
1609 FILE *fp; local
1665 FILE *fp = NULL; local
1835 FILE *fp = NULL; local
1867 FILE *fp = NULL; local
1989 FILE *fp; local
2070 FILE *fp; local
2147 FILE *fp; local
2200 FILE *fp; local
2237 FILE *fp; local
2332 FILE *fp; local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 636 FILE *fp; member in struct:policy_file
646 extern int policydb_read(policydb_t * p, struct policy_file *fp,
649 struct policy_file *fp);
  /external/srec/srec/crec/
srec_context.c 133 PFile* fp);
134 int FST_LoadParams(srec_context* context, PFile* fp);
160 PFile* fp; local
174 fp = file_must_open(NULL, buffer, L("r"), ESR_TRUE);
175 if (!fp) return FST_FAILED_ON_INVALID_ARGS;
176 rc = FST_LoadWordMap(&context->olabels, num_words_to_add, fp);
177 pfclose(fp);
181 fp = file_must_open(NULL, buffer, L("r"), ESR_TRUE);
182 if (!fp) return FST_FAILED_ON_INVALID_ARGS;
183 rc = FST_LoadGraph(context, context->ilabels, context->olabels, num_words_to_add, fp);
    [all...]
  /external/v8/src/arm/
assembler-arm.h 162 const Register fp = { kRegister_fp_Code }; member in namespace:v8::internal
    [all...]
  /external/v8/src/
debug.cc 583 Address fp = bottom_js_frame->fp(); local
586 Memory::Object_at(fp + StandardFrameConstants::kContextOffset) =
587 Memory::Object_at(fp + JavaScriptFrameConstants::kFunctionOffset);
589 Memory::Object_at(fp + InternalFrameConstants::kCodeOffset) = *code;
590 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset) =
594 fp + StandardFrameConstants::kContextOffset));
950 if (StepOutActive() && frame->fp() != step_out_fp() &&
983 if (step_action == StepNext && frame->fp() < thread_local_.last_fp_) {
987 while (!it.done() && it.frame()->fp() != thread_local_.last_fp_)
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 283 FILE* fp; member in struct:__anon16058
  /bionic/libc/kernel/common/linux/
cdrom.h 734 __u8 fp : 1; member in struct:__anon256
747 __u8 fp : 1; member in struct:__anon256
  /development/ndk/platforms/android-3/include/linux/
cdrom.h 675 __u8 fp : 1; member in struct:__anon968
686 __u8 fp : 1; member in struct:__anon968
  /external/clang/tools/c-index-test/
c-index-test.c 1348 FILE *fp; local
2957 FILE *fp = fopen(file_name, "r"); local
    [all...]
  /external/grub/stage2/
builtins.c 975 FILE *fp;
992 fp = fopen (to, "w");
993 if (! fp)
1000 if (fputc (c, fp) == EOF)
1003 fclose (fp);
1007 if (fclose (fp) == EOF)
961 FILE *fp; local
2156 FILE *fp; local
2198 FILE *fp; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 164 static void puttzcode(long code, FILE * fp);
165 static void puttzcode64(zic_t code, FILE * fp);
942 register FILE * fp; local
953 fp = stdin;
954 } else if ((fp = fopen(name, "r")) == NULL) {
964 if (fgets(buf, (int) sizeof buf, fp) != buf)
1018 if (ferror(fp)) {
1023 if (fp != stdin && fclose(fp)) {
1606 register FILE * fp; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3983 FILE *fp = fopen(PID_FILE, "w"); local
    [all...]
  /external/valgrind/main/include/vki/
vki-s390x-linux.h 634 } fp; member in union:__anon15570
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 52 r11, fp = r11, // frame pointer enumerator in enum:JSC::ARMRegisters::__anon15849
    [all...]
SH4Assembler.h 194 r14, fp = r14, enumerator in enum:JSC::SH4Registers::__anon15866
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 864 __u8 fp : 1; member in struct:__anon24071
875 __u8 fp : 1; member in struct:__anon24071

Completed in 1078 milliseconds

<<11121314151617181920>>