Home
last modified time | relevance | path

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

1234

/external/python/cpython2/Demo/pdist/
Drrcs.py13 def main(): function
47 def checkin(x, copts, fn): argument
61 def checkout(x, copts, fn): argument
67 def lock(x, copts, fn): argument
70 def unlock(x, copts, fn): argument
73 def info(x, copts, fn): argument
81 def head(x, copts, fn): argument
85 def list(x, copts, fn): argument
89 def log(x, copts, fn): argument
97 def diff(x, copts, fn): argument
[all …]
/external/python/cpython2/Doc/tools/
Drstlint.py66 def check_syntax(fn, lines): argument
80 def check_suspicious_constructs(fn, lines): argument
95 def check_whitespace(fn, lines): argument
107 def check_line_length(fn, lines): argument
121 def check_leaked_markup(fn, lines): argument
130 def main(argv): function
/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
Dwrap7.c16 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
25 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 …]
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
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
Dwrap2.c19 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local
29 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
/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/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/python/cpython2/Lib/lib2to3/tests/
Dpytree_idempotency.py24 def main(): function
80 def diff(fn, tree): argument
/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/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dunique_ptr.pass.cpp47 void fn ( const std::shared_ptr<int> &) {} in fn() function
48 void fn ( const std::shared_ptr<B> &) { assert (false); } in fn() function
53 int main() 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/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D2-1.c50 static void *fn(void *arg) in fn() function
93 int main(void) in main() function
/external/syslinux/com32/modules/
Dcptime.c116 void print_cp_result_long(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_verb… in print_cp_result_long()
129 void print_cp_result_simple(char *fn, size_t bcnt, clock_t bc, clock_t ec, size_t bufsz, char do_ve… in print_cp_result_simple()
140 int time_copy(char *fn, char do_simple, char do_verbose, size_t ibufsz, off_t maxlen) in time_copy()
224 int main(int argc, char *argv[]) in main() function
/external/regex-re2/util/
Dtest.cc12 void (*fn)(void); member
32 int main(int argc, char **argv) { in main() function
/external/syslinux/diag/geodsp/
Dmk-lba-img.c34 int main(int argc, char *argv[]) in main() function
41 const char *fn; in main() local
/external/skia/tools/
Dcreate_flutter_test_images.cpp37 SkColorSpaceTransferFn fn; in tf_color_space() local
50 int main(int argc, 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

1234