HomeSort by relevance Sort by last modified time
    Searched refs:fp (Results 751 - 775 of 2124) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /external/srec/srec/crec/
srec_context.c 134 PFile* fp);
135 int FST_LoadParams(srec_context* context, PFile* fp);
161 PFile* fp; local
175 fp = file_must_open(NULL, buffer, L("r"), ESR_TRUE);
176 if (!fp) return FST_FAILED_ON_INVALID_ARGS;
177 rc = FST_LoadWordMap(&context->olabels, num_words_to_add, fp);
178 pfclose(fp);
182 fp = file_must_open(NULL, buffer, L("r"), ESR_TRUE);
183 if (!fp) return FST_FAILED_ON_INVALID_ARGS;
184 rc = FST_LoadGraph(context, context->ilabels, context->olabels, num_words_to_add, fp);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 269 if hasattr(self.fp, 'unread'):
270 unread = self.fp.unread
272 tell = self.fp.tell
280 line = self.fp.readline(_MAXLINE + 1)
320 self.fp.seek(startofline)
339 self.fp = sock.makefile('rb')
346 self.fp = sock.makefile('rb', 0)
365 line = self.fp.readline(_MAXLINE + 1)
390 self.fp = LineAndFileWrapper(line, self.fp)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 269 if hasattr(self.fp, 'unread'):
270 unread = self.fp.unread
272 tell = self.fp.tell
280 line = self.fp.readline(_MAXLINE + 1)
320 self.fp.seek(startofline)
339 self.fp = sock.makefile('rb')
346 self.fp = sock.makefile('rb', 0)
365 line = self.fp.readline(_MAXLINE + 1)
390 self.fp = LineAndFileWrapper(line, self.fp)
    [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 189 FieldPosition fp; local
192 fp.setField(pos->field);
194 ((const NumberFormat*)fmt)->format(number, res, fp, *status);
197 pos->beginIndex = fp.getBeginIndex();
198 pos->endIndex = fp.getEndIndex();
222 FieldPosition fp; local
225 fp.setField(pos->field);
227 ((const NumberFormat*)fmt)->format(number, res, fp, *status);
230 pos->beginIndex = fp.getBeginIndex();
231 pos->endIndex = fp.getEndIndex()
255 FieldPosition fp; local
299 FieldPosition fp; local
850 FieldPosition fp; local
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 472 FILE *fp = (FILE*)arg; local
526 fprintf(fp, "Deleted ");
528 fprintf(fp, "Updated ");
530 fprintf(fp, "Expired ");
545 xfrm_policy_info_print(xpinfo, tb, fp, NULL, NULL);
548 fprintf(fp, "\t");
549 fprintf(fp, "hard %u", xpexp->hard);
550 fprintf(fp, "%s", _SL_);
554 fprintf(fp, "\n");
555 fflush(fp);
904 FILE *fp = (FILE*)arg; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.c 52 FILE *fp; local
58 fp = fopen(filename, "r");
59 if (fp == NULL) {
65 if (fgets(bf, sizeof(bf), fp) == NULL) {
89 fclose(fp);
176 FILE *fp; local
181 fp = fopen(filename, "r");
182 if (fp == NULL) {
204 if (fgets(bf, sizeof(bf), fp) == NULL)
242 fclose(fp);
    [all...]
  /bionic/libc/bionic/
pthread_attr.cpp 130 FILE* fp = fopen("/proc/self/maps", "re"); local
131 if (fp == NULL) {
135 while (fgets(line, sizeof(line), fp) != NULL) {
141 fclose(fp);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 69 FILE *fp; member in struct:pid
135 close(fileno(old->fp)); /* don't allow a flush */
176 cur->fp = iop;
203 if (cur->fp == iop)
  /build/target/board/generic_mips/
BoardConfig.mk 27 TARGET_ARCH_VARIANT := mips32r2-fp
  /device/generic/mips/
BoardConfig.mk 10 TARGET_ARCH_VARIANT := mips32-fp
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
flock.cc 109 FILE* fp = fopen("/images/flock_green.raw", "rb"); local
110 fread(&fmt, sizeof(fmt), 1, fp);
114 fread(buffer, 1, len, fp);
115 fclose(fp);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-json-test-results 32 with open(args[0], 'r') as fp:
33 txt = fp.read()
56 with open(options.ignored_failures_path, 'r') as fp:
57 txt = fp.read()
  /external/chromium_org/third_party/libvpx/source/libvpx/
args.h 48 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.h 48 } fp; member in struct:nvc0_program
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_wm_state.c 39 const struct brw_fragment_program *fp = local
61 if (fp->program.Base.InputsRead & FRAG_BIT_WPOS)
63 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
72 if (fp->program.UsesKill || ctx->Color.AlphaEnabled ||
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 95 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp);
96 void uufwriteEnd(FILE *fp);
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
685 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp)
692 fprintf(fp,"begin 600 %s\n",
710 fwrite(b,1,(unsigned int)j,fp);
720 fwrite(b,1,(unsigned int)j,fp);
727 fwrite(b,1,(unsigned int)j,fp);
738 void uufwriteEnd(FILE *fp)
749 fwrite(b,1,(unsigned int)j,fp);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ts.h 291 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a);
292 int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a);
293 TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
294 int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
304 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
305 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
306 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
307 int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
316 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
317 int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a)
    [all...]
  /external/chromium_org/v8/test/cctest/
trace-extension.h 48 static void DoTrace(Address fp);
  /external/clang/test/Analysis/
null-deref-ps.c 298 void (*fp)(int *);
303 fp = (NoConstType)ttt2;
305 fp = (NoConstType)ttt;
309 fp(&y);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 63 float &fp = g<X3>(); // expected-error{{call to 'g' is ambiguous}} local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 20 void Foo(R (*fp)());
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 30 float *fp = f3<int>( 42, (A<int,int>*)0 ); // Ok, picks #2. local
  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 71 int (*fp)(int, int) = [](int x, int y){ return x + y; };
  /external/clang/test/PCH/
variables.c 34 float *fp = &ip; // expected-warning{{incompatible pointer types}} variable

Completed in 4822 milliseconds

<<31323334353637383940>>