/external/python/cpython2/Demo/pdist/ |
D | rrcs.py | 13 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/ |
D | rstlint.py | 66 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/ |
D | rstlint.py | 66 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/ |
D | svneol.py | 39 def propfiles(root, fn): argument 53 def proplist(root, fn): argument 96 def main(): function
|
/external/valgrind/memcheck/tests/ |
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 | 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 | wrap7.c | 16 OrigFn fn; in I_WRAP_SONAME_FNNAME_ZU() local 25 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 | 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 | 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 | 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/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/python/cpython3/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 26 def main(): function 82 def diff(fn, tree): argument
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 24 def main(): function 80 def diff(fn, tree): argument
|
/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/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
D | unique_ptr.pass.cpp | 47 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/ |
D | vlt_to_pointer.c | 20 int main() in main() function 24 int (*fn[m])(void); in main() local
|
/external/strace/tests-m32/ |
D | clone_parent.c | 50 # define clone(fn, child_stack, flags, arg) \ argument 55 main(void) in main() function
|
/external/strace/tests-mx32/ |
D | clone_parent.c | 50 # define clone(fn, child_stack, flags, arg) \ argument 55 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/strace/tests/ |
D | clone_parent.c | 50 # define clone(fn, child_stack, flags, arg) \ argument 55 main(void) in main() function
|
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/ |
D | Main.java | 46 public static void main(String args[]) throws IOException { in main() method in Main 56 String fn = args[++i]; in main() local
|