/external/valgrind/memcheck/tests/ |
D | wrap4.c | 32 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 44 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 54 int main ( void ) in main() function
|
D | wrap3.c | 28 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 39 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 49 int main ( void ) in main() function
|
D | wrap6.c | 191 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 218 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 246 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 275 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 306 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 337 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 369 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 404 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 441 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 479 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local [all …]
|
D | wrap5.c | 54 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 68 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 80 int main ( void ) in main() function
|
D | wrap7.c | 16 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 25 int main ( void ) in main() function
|
D | wrap8.c | 61 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 75 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 87 int main ( void ) in main() function
|
D | wrap1.c | 20 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 29 int main ( void ) in main() function
|
D | badjump2.c | 19 int main(void) in main() function 39 unsigned long int fn[3]; in main() local
|
D | wrap2.c | 19 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 29 int main ( void ) in main() function
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
D | fopen_nullptr.c | 4 const char *fn = NULL; variable 6 int main() { f = fopen(fn, "r"); } in main() function
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | util_test.py | 56 def fn(kwonly=1): function 67 def fn(pos, kwonly=1): function 78 def fn(pos1, pos2=1, kwonly=1): function 102 def fn(a, b, c=None): function 112 def fn(a): function 382 def main(): function
|
/external/compiler-rt/test/cfi/icall/ |
D | external-call.c | 13 int main(int argc, char **argv) { in main() function 17 double (*fn)(double); in main() local
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
D | unique_ptr.pass.cpp | 58 void fn ( const std::shared_ptr<int> &) {} in fn() function 59 void fn ( const std::shared_ptr<B> &) { assert (false); } in fn() function 64 int main() in main() function
|
/external/clang/test/SemaObjC/ |
D | block-id-as-block-argtype.m | 10 void fn(block4_t arg); // expected-note {{passing argument to parameter 'arg' here}} function 14 int main() { function
|
/external/valgrind/none/tests/ |
D | res_search.c | 8 void* fn(void* arg) in fn() function 25 int main(int argc, char** argv) in main() function
|
/external/clang/test/CodeGen/ |
D | vlt_to_pointer.c | 20 int main() in main() function 24 int (*fn[m])(void); in main() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3name_test.c | 269 int (*fn)(X509 *, const char *); member 309 static void check_message(const struct set_name_fn *fn, const char *op, in check_message() 325 const struct set_name_fn *fn) in run_cert() 392 main(void) in main() function
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | start-deactivated.cc | 44 int main(int argc, char *argv[]) { in main() function 59 void *fn = dlsym(dso, "do_another_bad_thing"); in main() local
|
/external/regex-re2/util/ |
D | test.cc | 12 void (*fn)(void); member 32 int main(int argc, char **argv) { in main() function
|
/external/clang/utils/VtableTest/ |
D | gen.cc | 155 int fn = old_func + random() % FUNCSPACING + 1; in gs() local 189 for (int fn = 0; fn < N_FUNCS*FUNCSPACING; ++fn) { in gs() local 325 main(int argc, char **argv) { in main() function
|
/external/dbus/tools/ |
D | dbus-uuidgen.c | 56 const char *fn; in get_arg() local 84 main (int argc, char *argv[]) in main() function
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 88 Func fn; member in CmdKeyGen 96 …CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,in… in CmdKeyGen() 137 Func fn; member in CmdIter 141 …CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int3… in CmdIter() 186 Func fn; member in CmdIterAll 344 Func fn; member 401 Func fn; member in CmdBinSearch 404 …UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) in CmdBinSearch() 883 int main(int argc, const char *argv[]) in main() function
|
/external/compiler-rt/test/tsan/ |
D | vptr_harmful_race3.cc | 28 static void (A::*fn)() = &A::F; variable 43 int main() { in main() function
|
/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 242 FooType& fn = foo; in bullet_five_tests() local 246 FooType* fn = foo; in bullet_five_tests() local 264 int main() { in main() function
|
/external/opencv3/samples/cpp/tutorial_code/video/ |
D | bg_sub.cpp | 51 int main(int argc, char* argv[]) in main() function 140 string fn(fistFrameFilename); in processImages() local
|