HomeSort by relevance Sort by last modified time
    Searched refs:fp (Results 251 - 275 of 781) sorted by null

<<11121314151617181920>>

  /external/v8/test/cctest/
test-log-stack-tracer.cc 49 static void DoTrace(Address fp) {
50 trace_env.sample->fp = fp;
60 static void DoTraceHideCEntryFPAddress(Address fp) {
64 DoTrace(fp);
136 Address fp = *reinterpret_cast<Address*>(*args[0]); local
137 printf("Trace: %p\n", fp);
138 return fp;
331 Address fp; local
333 fp = reinterpret_cast<Address>(__builtin_frame_address(0))
    [all...]
  /bionic/libc/unistd/
popen.c 47 FILE *fp; member in struct:pid
87 close(fileno(pcur->fp));
125 cur->fp = iop;
147 if (cur->fp == iop)
  /dalvik/vm/mterp/armv5te/
OP_IPUT_OBJECT_QUICK.S 6 GET_VREG(r3, r2) @ r3<- fp[B], the object pointer
12 GET_VREG(r0, r2) @ r0<- fp[A]
binopWide2addr.S 20 add r1, rFP, r1, lsl #2 @ r1<- &fp[B]
21 add r9, rFP, r9, lsl #2 @ r9<- &fp[A]
OP_CONST_4.S 9 SET_VREG(r1, r0) @ fp[A]<- r1
OP_CONST_WIDE_16.S 7 add r3, rFP, r3, lsl #2 @ r3<- &fp[AA]
OP_CONST_WIDE_32.S 8 add r3, rFP, r3, lsl #2 @ r3<- &fp[AA]
OP_CONST_WIDE_HIGH16.S 8 add r3, rFP, r3, lsl #2 @ r3<- &fp[AA]
OP_MOVE_EXCEPTION.S 8 SET_VREG(r3, r2) @ fp[AA]<- exception obj
  /dalvik/vm/mterp/armv6t2/
binopWide2addr.S 19 add r1, rFP, r1, lsl #2 @ r1<- &fp[B]
20 add r9, rFP, r9, lsl #2 @ r9<- &fp[A]
  /dalvik/vm/mterp/c/
OP_INSTANCE_OF.c 16 if (!checkForNullExportPC(obj, fp, pc))
gotoTargets.c 542 //DUMP_REGS(curMethod, fp);
544 saveArea = SAVEAREA_FROM_FP(fp);
554 fp = saveArea->prevFrame;
555 assert(fp != NULL);
556 if (dvmIsBreakFrame(fp)) {
566 /* update thread FP, and reset local variables */
567 self->curFrame = fp;
568 curMethod = SAVEAREA_FROM_FP(fp)->method;
645 dvmDbgPostException(fp, pc - curMethod->insns, catchFrame,
666 exception, false, (void*)&fp);
    [all...]
  /external/chromium/base/
shared_memory_posix.cc 151 FILE *fp; local
160 fp = file_util::CreateAndOpenTemporaryShmemFile(&path);
187 fp = file_util::OpenFile(path, mode.c_str());
190 if (fp == NULL) {
201 file_closer.reset(fp); // close when we go out of scope
207 if (fstat(fileno(fp), &stat) != 0)
211 if (ftruncate(fileno(fp), size) != 0)
213 if (fseeko(fp, size, SEEK_SET) != 0)
218 mapped_file_ = dup(fileno(fp));
  /external/e2fsprogs/intl/
relocatable.c 318 FILE *fp; local
321 fp = fopen ("/proc/self/maps", "r");
322 if (fp)
330 if (fscanf (fp, "%lx-%lx", &start, &end) != 2)
335 while (c = getc (fp), c != EOF && c != '\n' && c != '/')
342 ungetc (c, fp);
344 len = getline (&shared_library_fullname, &size, fp);
354 while (c = getc (fp), c != EOF && c != '\n')
357 fclose (fp);
  /external/icu4c/i18n/unicode/
fpositer.h 97 UBool next(FieldPosition& fp);
  /external/iproute2/misc/
lnstat.h 31 FILE *fp; member in struct:lnstat_file
ss.c 260 FILE *fp; local
263 if ((fp = fopen(tmp, "r")) != NULL) {
264 fscanf(fp, "%*d (%[^)])", process);
265 fclose(fp);
307 FILE *fp; local
312 fp = slabinfo_open();
313 if (!fp)
318 fgets(buf, sizeof(buf), fp);
319 while(fgets(buf, sizeof(buf), fp) != NULL) {
332 fclose(fp);
440 FILE *fp = popen("\/usr\/sbin\/rpcinfo -p 2>\/dev\/null", "r"); local
655 FILE *fp = ephemeral_ports_open(); local
1552 FILE *fp; local
1608 FILE *fp = NULL; local
1778 FILE *fp = NULL; local
1810 FILE *fp = NULL; local
1932 FILE *fp; local
2013 FILE *fp; local
2090 FILE *fp; local
2143 FILE *fp; local
2180 FILE *fp; local
2275 FILE *fp; local
    [all...]
  /external/iproute2/tc/
tc_util.c 494 void print_tcstats2_attr(FILE *fp, struct rtattr *rta, char *prefix, struct rtattr **xstats)
504 fprintf(fp, "%sSent %llu bytes %u pkt",
511 fprintf(fp, " (dropped %u, overlimits %u requeues %u) ",
518 fprintf(fp, "\n%srate %s %upps ",
526 fprintf(fp, "\n%s", prefix);
527 fprintf(fp, "backlog %s %up requeues %u ",
535 void print_tcstats_attr(FILE *fp, struct rtattr *tb[], char *prefix, struct rtattr **xstats)
540 print_tcstats2_attr(fp, tb[TCA_STATS2], prefix, xstats);
553 fprintf(fp, "%sSent %llu bytes %u pkts (dropped %u, overlimits %u) ",
558 fprintf(fp, "\n%s", prefix)
    [all...]
  /external/openssl/crypto/pkcs12/
p12_utl.c 104 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12)
106 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
115 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12)
117 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 379 bool DictList::save_list(FILE *fp) {
380 if (!initialized_ || NULL == fp)
387 if (fwrite(&scis_num_, sizeof(size_t), 1, fp) != 1)
390 if (fwrite(start_pos_, sizeof(size_t), kMaxLemmaSize + 1, fp) !=
394 if (fwrite(start_id_, sizeof(size_t), kMaxLemmaSize + 1, fp) !=
398 if (fwrite(scis_hz_, sizeof(char16), scis_num_, fp) != scis_num_)
401 if (fwrite(scis_splid_, sizeof(SpellingId), scis_num_, fp) != scis_num_)
404 if (fwrite(buf_, sizeof(char16), start_pos_[kMaxLemmaSize], fp) !=
411 bool DictList::load_list(FILE *fp) {
412 if (NULL == fp)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
input.h 65 int snd_input_stdio_attach(snd_input_t **inputp, FILE *fp, int _close);
  /external/libpcap/
savefile.c 854 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen)
867 if (fwrite((char *)&hdr, sizeof(hdr), 1, fp) != 1)
944 FILE *fp; local
949 fp = stdin;
955 SET_BINMODE(fp);
960 fp = fopen(fname, "r");
962 fp = fopen(fname, "rb");
964 if (fp == NULL) {
970 p = pcap_fopen_offline(fp, errbuf);
972 if (fp != stdin
1177 FILE *fp = p->sf.rfile; local
    [all...]
  /external/qemu/android/utils/
ini.c 250 FILE* fp = fopen(filepath, "rt"); local
255 if (fp == NULL) {
261 fseek(fp, 0, SEEK_END);
262 size = ftell(fp);
263 fseek(fp, 0, SEEK_SET);
278 fread(text, 1, size, fp);
285 fclose(fp);
292 FILE* fp = fopen(filepath, "wt"); local
297 if (fp == NULL) {
306 if (fwrite(temp, p - temp, 1, fp) != 1)
    [all...]
  /external/srec/portable/src/
plog.c 73 PFile* fp; member in struct:FileLogger_t
97 rc = pvfprintf(p->fp, format, args);
105 return pfflush(p->fp) == 0 ? ESR_SUCCESS : ESR_FATAL_ERROR;
117 pfflush(p->fp);
119 if (p->fp != PSTDERR && p->fp != PSTDOUT)
120 pfclose(p->fp);
124 static ESR_ReturnCode createPFileLogger(PFile* fp, PLogger** logger)
128 if (fp == NULL)
137 fileLogger->fp = fp
    [all...]
  /bionic/libc/include/
stdio.h 422 #define getc(fp) __sgetc(fp)
424 #define getc_unlocked(fp) __sgetc(fp)
431 #define putc(x, fp) __sputc(x, fp)
433 #define putc_unlocked(x, fp) __sputc(x, fp)

Completed in 577 milliseconds

<<11121314151617181920>>