HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 1 - 25 of 1057) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p10-0x.cpp 5 void (*fp)(int&) = &f; variable
  /external/compiler-rt/test/asan/TestCases/Posix/
freopen.cc 10 FILE *fp = fopen("/dev/null", "w"); local
11 assert(fp);
12 freopen(NULL, "a", fp);
13 fclose(fp);
  /external/llvm/test/MC/ARM/
directive-arch_extension-fp.s 12 .arch_extension fp
13 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture
14 @ CHECK-V7-NEXT: .arch_extension fp
17 .type fp,%function
18 fp: label
149 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture
  /external/skia/src/gpu/
GrProcessorUnitTest.cpp 13 SkAutoTUnref<const GrFragmentProcessor> fp; local
15 fp.reset(GrProcessorTestFactory<GrFragmentProcessor>::Create(data));
16 SkASSERT(fp);
17 } while (fp->numChildProcessors() != 0);
18 return SkRef(fp.get());
  /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/upstream-netbsd/lib/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/CodeGenCXX/
attr-cleanup.cpp 9 void *fp __attribute__((cleanup(N::free))); local
  /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}}
  /external/selinux/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);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
zfm20-register.cxx 38 upm::ZFM20* fp = new upm::ZFM20(0); local
41 if (!fp->setupTty(B57600))
56 fp->setPassword(ZFM20_DEFAULT_PASSWORD);
57 fp->setAddress(ZFM20_DEFAULT_ADDRESS);
61 if (fp->verifyPassword())
77 while (fp->generateImage() != ZFM20::ERR_OK)
83 if ((rv = fp->image2Tz(1)) != ZFM20::ERR_OK)
92 while (fp->generateImage() != ZFM20::ERR_NO_FINGER)
98 while (fp->generateImage() != ZFM20::ERR_OK)
104 if ((rv = fp->image2Tz(2)) != ZFM20::ERR_OK
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
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);
  /bionic/tests/
mntent_test.cpp 22 FILE* fp = setmntent("/proc/mounts", "r"); local
23 ASSERT_TRUE(fp != NULL);
25 ASSERT_TRUE(getmntent(fp) != NULL);
31 while (getmntent_r(fp, &entry, buf, sizeof(buf)) != NULL) {
39 ASSERT_EQ(1, endmntent(fp));
stdio_ext_test.cpp 36 FILE* fp = fopen("/proc/version", "r"); local
39 ASSERT_EQ(0U, __fbufsize(fp));
43 fgets(buf, sizeof(buf), fp);
44 ASSERT_EQ(1024U, __fbufsize(fp));
46 ASSERT_EQ(0, setvbuf(fp, buf, _IOFBF, 1));
47 ASSERT_EQ(1U, __fbufsize(fp));
49 ASSERT_EQ(0, setvbuf(fp, buf, _IOFBF, 8));
50 ASSERT_EQ(8U, __fbufsize(fp));
52 fclose(fp);
56 FILE* fp = fopen("/proc/version", "r") local
69 FILE* fp = fopen("\/dev\/null", "w"); local
81 FILE* fp = tmpfile(); local
103 FILE* fp = fopen("\/dev\/null", "w"); local
119 FILE* fp = fopen("\/dev\/null", "r"); local
136 FILE* fp = fopen("\/proc\/version", "r"); local
    [all...]
  /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/clang/test/Parser/
cxx-concepts-ambig-constraint-expr.cpp 21 T (*fp)(); // expected-error {{use of undeclared identifier 'fp'}} variable
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/dhcpcd-6.8.2/compat/
dprintf.c 39 FILE *fp; local
44 if ((fp = fdopen(e, "r+")) == NULL) {
49 e = vfprintf(fp, fmt, va);
50 fclose(fp);
  /external/libavc/encoder/
ih264e_trace.h 55 * fp
57 FILE *fp; member in struct:__anon14056
88 if(g_enc_trace.fp) \
90 fprintf( g_enc_trace.fp, "%-40s : %d\n", syntax_string, value ); \
91 fflush ( g_enc_trace.fp); \
103 if(range && g_enc_trace.fp) \
105 fprintf( g_enc_trace.fp, "%-40s:%8d R:%d\n", string, value, range); \
106 fflush ( g_enc_trace.fp); \
  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 51 const char *fp; local
61 fp = (const char *)from;
63 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
  /art/test/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...]
  /art/test/303-verification-stress/
classes-gen.c 13 FILE* fp; local
21 fp = fopen(nameBuf, "w");
22 if (fp == NULL) {
27 fprintf(fp, "public class Test%03d {\n", i);
28 fprintf(fp, " static String[] array = new String[%d];\n", array_size);
29 fprintf(fp, " static {\n");
31 fprintf(fp, " array[%d] = \"string_%04d\";\n", k, k);
33 fprintf(fp, " }\n");
34 fprintf(fp, "}\n");
35 fclose(fp);
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 71 void f5a(auto fp(int)->unk ...) {} // expected-error{{unknown type name 'unk'}}
72 void f5b(auto fp(int)->auto ...) {} // expected-error{{'auto' not allowed in function return type}}
73 void f5c(auto fp()->...) {} // expected-error{{expected a type}} function
  /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 *}}

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 91011>>