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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sunaudiodev.py 15 fp = open(path, 'r')
16 data = fp.read()
17 fp.close()
test_applesingle.py 27 fp = open(test_support.TESTFN, 'w')
28 fp.write(applesingledata)
29 fp.close()
43 fp = MacOS.openrf(TESTFN2, '*rb')
45 fp = open(TESTFN2, 'rb')
46 filedata = fp.read(1000)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 4 an ordinary file, as long as you use fp.readline(). Allows recursive
11 fp = MultiFile(real_fp)
13 "read some lines from fp"
14 fp.push(separator)
16 "read lines from fp until it returns an empty string" (A)
17 if not fp.next(): break
18 fp.pop()
19 "read remaining lines from fp until it returns an empty string"
43 def __init__(self, fp, seekable=1):
44 self.fp = f
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sunaudiodev.py 15 fp = open(path, 'r')
16 data = fp.read()
17 fp.close()
test_applesingle.py 27 fp = open(test_support.TESTFN, 'w')
28 fp.write(applesingledata)
29 fp.close()
43 fp = MacOS.openrf(TESTFN2, '*rb')
45 fp = open(TESTFN2, 'rb')
46 filedata = fp.read(1000)
  /external/libppp/src/
ccp.c 324 CcpInitRestartCounter(struct fsm *fp, int what)
327 struct ccp *ccp = fsm2ccp(fp);
329 fp->FsmTimer.load = ccp->cfg.fsm.timeout * SECTICKS;
332 fp->restart = ccp->cfg.fsm.maxreq;
335 fp->restart = ccp->cfg.fsm.maxtrm;
338 fp->restart = 1;
344 CcpSendConfigReq(struct fsm *fp)
347 struct ccp *ccp = fsm2ccp(fp);
361 (*algorithm[f]->Usable)(fp)) {
371 fp->link->name)
    [all...]
  /dalvik/vm/mterp/armv6t2/
OP_IPUT_WIDE_QUICK.S 6 GET_VREG(r2, r1) @ r2<- fp[B], the object pointer
7 add r3, rFP, r0, lsl #2 @ r3<- &fp[A]
9 ldmia r3, {r0-r1} @ r0/r1<- fp[A]
  /external/aac/libSYS/src/
genericStds.cpp 376 INT FDKfclose(FDKFILE *fp) { return fclose((FILE*)fp);}
379 INT FDKfseek(FDKFILE *fp, LONG OFFSET, int WHENCE) { return fseek((FILE*)fp, OFFSET, WHENCE);}
382 INT FDKftell(FDKFILE *fp) { return ftell((FILE*)fp); }
385 INT FDKfflush(FDKFILE *fp) { return fflush((FILE*)fp); }
392 UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) { return fwrite(ptrf, size, nmemb, (FILE*)fp); }
    [all...]
  /external/iproute2/tc/
tc_monitor.c 40 FILE *fp = (FILE*)arg; local
61 fprintf(fp, "Unknown message: length %08d type %08x flags %08x\n",
89 FILE *fp; local
90 fp = fopen(file, "r");
91 if (fp == NULL) {
95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout);
  /external/libffi/src/m32r/
sysv.S 49 push fp
55 mv fp, sp
75 ld lr, @(8,fp)
83 ld lr, @(28,fp)
87 mv sp, fp
117 pop fp