Home
last modified time | relevance | path

Searched +defs:fn +defs:main +defs:fn (Results 1 – 25 of 89) 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/cpython3/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/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/python/cpython3/Tools/scripts/
Dsvneol.py39 def propfiles(root, fn): argument
53 def proplist(root, fn): argument
96 def main(): function
/external/valgrind/memcheck/tests/
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
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
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
/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/cpython3/Lib/lib2to3/tests/
Dpytree_idempotency.py26 def main(): function
82 def diff(fn, tree): argument
/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/strace/tests-m32/
Dclone_parent.c50 # define clone(fn, child_stack, flags, arg) \ argument
55 main(void) in main() function
/external/strace/tests-mx32/
Dclone_parent.c50 # define clone(fn, child_stack, flags, arg) \ argument
55 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/strace/tests/
Dclone_parent.c50 # define clone(fn, child_stack, flags, arg) \ argument
55 main(void) in main() function
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DMain.java46 public static void main(String args[]) throws IOException { in main() method in Main
56 String fn = args[++i]; in main() local

1234