/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p10-0x.cpp | 5 void (*fp)(int&) = &f; variable
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
FieldPackerTest.java | 46 FieldPacker fp = new FieldPacker(1024); local 47 fp.addBoolean(true); 48 fp.addF32(0.1f); 49 fp.addF32(new Float3()); 50 fp.addF32(new Float4()); 51 fp.addF32(new Float2()); 52 fp.addF64(0.2); 53 fp.addF64(new Double2()); 54 fp.addF64(new Double3()); 55 fp.addF64(new Double4()) 96 FieldPacker fp = new FieldPacker(256); local 118 FieldPacker fp = new FieldPacker(256); local 138 FieldPacker fp = new FieldPacker(256); local [all...] |
/bionic/libc/stdio/ |
funopen.c | 43 FILE *fp; local 58 if ((fp = __sfp()) == NULL) 60 fp->_flags = flags; 61 fp->_file = -1; 62 fp->_cookie = (void *)cookie; /* SAFE: cookie not modified */ 63 fp->_read = readfn; 64 fp->_write = writefn; 65 fp->_seek = seekfn; 66 fp->_close = closefn; 67 return (fp); [all...] |
fwalk.c | 42 FILE *fp; local 48 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++) { 49 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) 50 ret |= (*function)(fp);
|
fdopen.c | 44 FILE *fp; local 59 if ((fp = __sfp()) == NULL) 61 fp->_flags = flags; 68 fp->_flags |= __SAPP; 69 fp->_file = fd; 70 fp->_cookie = fp; 71 fp->_read = __sread; 72 fp->_write = __swrite; 73 fp->_seek = __sseek [all...] |
fopen.c | 47 FILE *fp; local 53 if ((fp = __sfp()) == NULL) 56 fp->_flags = 0; /* release */ 59 fp->_file = f; 60 fp->_flags = flags; 61 fp->_cookie = fp; 62 fp->_read = __sread; 63 fp->_write = __swrite; 64 fp->_seek = __sseek [all...] |
stdio.c | 46 FILE *fp = cookie; local 49 ret = read(fp->_file, buf, n); 52 fp->_offset += ret; 54 fp->_flags &= ~__SOFF; /* paranoia */ 61 FILE *fp = cookie; local 63 if (fp->_flags & __SAPP) 64 (void) lseek(fp->_file, (off_t)0, SEEK_END); 65 fp->_flags &= ~__SOFF; /* in case FAPPEND mode is set */ 66 return (write(fp->_file, buf, n)); 72 FILE *fp = cookie local [all...] |
/bionic/libc/upstream-netbsd/libc/string/ |
memccpy.c | 53 const unsigned char *fp = f; local 56 if ((*tp++ = *fp++) == uc)
|
/external/clang/test/CodeGen/ |
2009-06-01-addrofknr.c | 18 struct funcptr fp; local 20 fp.func = &func; 21 fp.func = func;
|
/external/clang/test/SemaCXX/ |
reinterpret-fn-obj-pedantic.cpp | 6 fnptr fp = 0; local 7 void *vp = reinterpret_cast<void*>(fp); // expected-warning {{cast between pointer-to-function and pointer-to-object is an extension}}
|
incomplete-call.cpp | 21 Func fp; local 22 fp(); // expected-error {{calling function with incomplete return type 'A'}}
|
/external/libsepol/utils/ |
chkcon.c | 19 FILE *fp; local 24 fp = fopen(argv[1], "r"); 25 if (!fp) { 30 if (sepol_set_policydb_from_file(fp) < 0) { 35 fclose(fp);
|
/external/bison/lib/ |
fopen-safer.c | 33 FILE *fp = fopen (file, mode); local 35 if (fp) 37 int fd = fileno (fp); 46 fclose (fp); 51 if (fclose (fp) != 0 52 || ! (fp = fdopen (f, mode))) 62 return fp;
|
/external/oprofile/libutil/ |
op_cpufreq.c | 23 FILE * fp = op_try_open_file("/proc/cpuinfo", "r"); local 24 if (!fp) 28 line = op_get_line(fp); 66 op_close_file(fp);
|
op_lockfile.c | 24 FILE * fp; local 27 fp = fopen(file, "r"); 28 if (fp == NULL) 31 if (fscanf(fp, "%d", &value) != 1) { 32 fclose(fp); 36 fclose(fp); 44 FILE * fp; local 61 fp = fopen(file, "w"); 62 if (!fp) 65 fprintf(fp, "%d", getpid()) [all...] |
/dalvik/tests/023-many-interfaces/ |
iface-gen.c | 13 FILE* fp; local 20 fp = fopen(nameBuf, "w"); 21 if (fp == NULL) { 26 fprintf(fp, "interface Interface%03d {\n", i); 28 fprintf(fp, " int func%03d();\n", i); 29 fprintf(fp, "}\n"); 30 fclose(fp); 33 fp = fopen("func-decl", "w"); 34 fprintf(fp, " implements\n"); 36 fprintf(fp, " Interface%03d%s\n", i, (i == count-1) ? "" : ",") [all...] |
/dalvik/vm/mterp/cstubs/ |
enddefs.cpp | 5 #undef fp macro
|
/device/asus/flo/conn_init/ |
conn_init.c | 31 FILE *fp = NULL; local 33 fp = fopen("/persist/wifi/.macaddr", "r"); 34 if ( fp == NULL ) 41 n = fread(macAddress, 12, 1, fp); 42 fclose(fp);
|
/device/lge/mako/conn_init/ |
conn_init.c | 31 FILE *fp = NULL; local 33 fp = fopen("/persist/wifi/.macaddr", "r"); 34 if ( fp == NULL ) 41 n = fread(macAddress, 12, 1, fp); 42 fclose(fp);
|
/external/clang/test/CXX/except/except.spec/ |
p2-places.cpp | 13 void (*fp)() throw (int); member in namespace:dyn 48 void (*fp)() noexcept(false);
|
/external/clang/test/FixIt/ |
dereference-addressof.c | 9 void fp(float *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} function 17 fp(*bPtr); // expected-error{{passing 'float' to parameter of incompatible type 'float *'; remove *}}
|
/external/clang/test/Parser/ |
pointer_promotion.c | 7 struct foo *fp; local 12 if (cp < fp) {} // expected-warning {{comparison of distinct pointer types ('char *' and 'struct foo *')}} 13 if (fp < bp) {} // expected-warning {{comparison of distinct pointer types ('struct foo *' and 'struct bar *')}}
|
/external/clang/test/Sema/ |
2007-10-01-BuildArrayRef.c | 16 const struct foo *fp; local 17 fp = &sfoo; 18 fp[0].bar = 1; // expected-error {{ assignment of read-only member}}
|
/external/icu4c/i18n/ |
udateintervalformat.cpp | 87 FieldPosition fp; local 89 fp.setField(position->field); 93 ((const DateIntervalFormat*)formatter)->format( &interval, res, fp, *status ); 98 position->beginIndex = fp.getBeginIndex(); 99 position->endIndex = fp.getEndIndex();
|
/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);
|