Home
last modified time | relevance | path

Searched +defs:fn +defs:main +defs:fn (Results 1 – 25 of 74) sorted by relevance

123

/external/valgrind/memcheck/tests/
Dwrap4.c32 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
Dwrap3.c28 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
Dwrap6.c191 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 …]
Dwrap5.c54 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
Dwrap7.c16 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
25 int main ( void ) in main() function
Dwrap8.c61 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
Dwrap1.c20 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
29 int main ( void ) in main() function
Dbadjump2.c19 int main(void) in main() function
39 unsigned long int fn[3]; in main() local
Dwrap2.c19 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
29 int main ( void ) in main() function
/external/compiler-rt/test/sanitizer_common/TestCases/
Dfopen_nullptr.c4 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/
Dutil_test.py56 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/
Dexternal-call.c13 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/
Dunique_ptr.pass.cpp58 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/
Dblock-id-as-block-argtype.m10 void fn(block4_t arg); // expected-note {{passing argument to parameter 'arg' here}} function
14 int main() { function
/external/valgrind/none/tests/
Dres_search.c8 void* fn(void* arg) in fn() function
25 int main(int argc, char** argv) in main() function
/external/clang/test/CodeGen/
Dvlt_to_pointer.c20 int main() in main() function
24 int (*fn[m])(void); in main() local
/external/boringssl/src/crypto/x509v3/
Dv3name_test.c269 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/
Dstart-deactivated.cc44 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/
Dtest.cc12 void (*fn)(void); member
32 int main(int argc, char **argv) { in main() function
/external/clang/utils/VtableTest/
Dgen.cc155 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/
Ddbus-uuidgen.c56 const char *fn; in get_arg() local
84 main (int argc, char *argv[]) in main() function
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp88 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/
Dvptr_harmful_race3.cc28 static void (A::*fn)() = &A::F; variable
43 int main() { in main() function
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp242 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/
Dbg_sub.cpp51 int main(int argc, char* argv[]) in main() function
140 string fn(fistFrameFilename); in processImages() local

123