HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 51 - 75 of 1387) sorted by null

1 23 4 5 6 7 8 91011>>

  /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 {{read-only variable is not assignable}}
  /external/compiler-rt/test/msan/
getline.cc 23 FILE *fp = fopen(argv[1], "r"); local
24 assert(fp);
28 int n = getline(&line, &len, fp);
32 n = getline(&line, &len, fp);
37 fclose(fp);
  /external/icu/icu4c/source/i18n/
udateintervalformat.cpp 89 FieldPosition fp; local
91 fp.setField(position->field);
95 ((const DateIntervalFormat*)formatter)->format( &interval, res, fp, *status );
100 position->beginIndex = fp.getBeginIndex();
101 position->endIndex = fp.getEndIndex();
ufieldpositer.cpp 46 FieldPosition fp; local
48 if (((FieldPositionIterator*)fpositer)->next(fp)) {
49 field = fp.getField();
51 *beginIndex = fp.getBeginIndex();
54 *endIndex = fp.getEndIndex();
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 109 FILE* fp = 0; local
115 ((void)fp); // Prevent unused warning
125 static_assert((std::is_same<decltype(fclose(fp)), int>::value), "");
126 static_assert((std::is_same<decltype(fflush(fp)), int>::value), "");
128 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
129 static_assert((std::is_same<decltype(setbuf(fp,cp)), void>::value), "");
130 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "");
131 static_assert((std::is_same<decltype(fprintf(fp," ")), int>::value), "");
132 static_assert((std::is_same<decltype(fscanf(fp,"")), int>::value), "");
138 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "")
    [all...]
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 91 std::FILE* fp = 0; local
96 ((void)fp); // Prevent unused warning
101 static_assert((std::is_same<decltype(std::fclose(fp)), int>::value), "");
102 static_assert((std::is_same<decltype(std::fflush(fp)), int>::value), "");
103 static_assert((std::is_same<decltype(std::setbuf(fp,cp)), void>::value), "");
104 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), "");
105 static_assert((std::is_same<decltype(std::fprintf(fp," ")), int>::value), "");
106 static_assert((std::is_same<decltype(std::fscanf(fp,"")), int>::value), "");
110 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), "");
111 static_assert((std::is_same<decltype(std::vfscanf(fp,"",va)), int>::value), "")
    [all...]
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.fail.cpp 33 int A_int_1::*fp = &A_int_1::data_; member in class:A_int_1
35 std::function<int& (const A_int_1*)> r2(fp);
  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke.fail.cpp 36 int A_int_1::*fp = &A_int_1::data_; member in class:A_int_1
37 std::reference_wrapper<int A_int_1::*> r1(fp);
  /external/mesa3d/src/gallium/tests/graw/
disasm.c 58 FILE *fp; local
62 fp = fopen(filename, "rb");
63 if (!fp) {
67 fread(tokens, sizeof *tokens, max_tokens, fp);
72 fclose(fp);
  /external/python/cpython2/Python/
getcwd.c 60 FILE *fp; local
66 if ((fp = popen(PWD_CMD, "r")) == NULL)
68 if (fgets(buf, size, fp) == NULL || pclose(fp) != 0) {
  /external/strace/tests/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w"); local
41 if (!fp)
44 if (fprintf(fp, "%d", pid) < 0)
47 if (fclose(fp))
clone_parent.c 71 FILE *const fp = fdopen(3, "a"); local
72 if (!fp)
74 if (fprintf(fp, "%s: Exit of unknown pid %d ignored\n",
  /external/strace/tests-m32/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w"); local
41 if (!fp)
44 if (fprintf(fp, "%d", pid) < 0)
47 if (fclose(fp))
clone_parent.c 71 FILE *const fp = fdopen(3, "a"); local
72 if (!fp)
74 if (fprintf(fp, "%s: Exit of unknown pid %d ignored\n",
  /external/strace/tests-mx32/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w"); local
41 if (!fp)
44 if (fprintf(fp, "%d", pid) < 0)
47 if (fclose(fp))
clone_parent.c 71 FILE *const fp = fdopen(3, "a"); local
72 if (!fp)
74 if (fprintf(fp, "%s: Exit of unknown pid %d ignored\n",
  /external/syslinux/core/mem/
init.c 19 struct free_arena_header *fp; local
37 fp = (struct free_arena_header *)start;
38 fp->a.attrs = ARENA_TYPE_USED | (HEAP_MAIN << ARENA_HEAP_POS);
40 fp->a.magic = ARENA_MAGIC;
42 ARENA_SIZE_SET(fp->a.attrs, len);
44 __inject_free_block(fp);
55 struct free_arena_header *fp;
59 fp = head->next_free;
60 while (fp != head) {
61 size = ARENA_SIZE_GET(fp->a.attrs)
75 struct free_arena_header *fp; local
    [all...]
  /external/valgrind/memcheck/tests/
fprw.c 12 float* fp = malloc(sizeof(float)); local
17 *fp += ( f > 0.1 ? 20.0 : 21.0 );
19 free(fp);
21 *fp += 30.0;
  /external/vboot_reference/host/lib21/
host_fw_preamble.c 27 struct vb2_fw_preamble fp = { local
31 .c.fixed_size = sizeof(fp),
46 hash_next = fp.hash_offset = fp.c.fixed_size + fp.c.desc_size;
51 fp.sig_offset = hash_next;
56 fp.c.total_size = fp.sig_offset + sig_size;
59 buf = calloc(fp.c.total_size, 1);
63 memcpy(buf, &fp, sizeof(fp))
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.cc 23 FILE* fp = fopen(file_name.c_str(), "rb"); local
24 if (!fp) return false;
29 max_loop_length_samples, fp);
30 fclose(fp);
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 27 FILE *fp = fopen(filename, "w"); local
28 assert(NULL != fp);
29 fputs("// This file is automagically generated by mphtogen, do not edit\n", fp);
34 fputc(',', fp);
38 fputc('\n', fp);
41 fprintf(fp, "%3d", MPH_to[i]);
45 fputc('\n', fp);
47 fclose(fp);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 109 FILE* fp = 0; local
115 ((void)fp); // Prevent unused warning
125 static_assert((std::is_same<decltype(fclose(fp)), int>::value), "");
126 static_assert((std::is_same<decltype(fflush(fp)), int>::value), "");
128 static_assert((std::is_same<decltype(freopen("", "", fp)), FILE*>::value), "");
129 static_assert((std::is_same<decltype(setbuf(fp,cp)), void>::value), "");
130 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "");
131 static_assert((std::is_same<decltype(fprintf(fp," ")), int>::value), "");
132 static_assert((std::is_same<decltype(fscanf(fp,"")), int>::value), "");
138 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "")
    [all...]

Completed in 2123 milliseconds

1 23 4 5 6 7 8 91011>>