/external/dtc/tests/ |
D | get_path.c | 55 static void check_path(void *fdt, const char *path) in check_path() function 73 check_path(fdt, "/"); in main() 74 check_path(fdt, "/subnode@1"); in main() 75 check_path(fdt, "/subnode@2"); in main() 76 check_path(fdt, "/subnode@1/subsubnode"); in main() 77 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | parent_offset.c | 29 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function 67 check_path(fdt, "/subnode@1"); in main() 68 check_path(fdt, "/subnode@2"); in main() 69 check_path(fdt, "/subnode@1/subsubnode"); in main() 70 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | supernode_atdepth_offset.c | 110 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function 125 check_path(fdt, "/"); in main() 126 check_path(fdt, "/subnode@1"); in main() 127 check_path(fdt, "/subnode@2"); in main() 128 check_path(fdt, "/subnode@1/subsubnode"); in main() 129 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | run_tests.sh | 238 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__symbols__" 239 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__fixups__" 240 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__local_fixups__" 243 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__symbols__" 244 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__fixups__" 245 run_test check_path overlay_overlay_no_fixups.test.dtb exists "/__local_fixups__" 251 run_test check_path overlay_base_manual_symbols.test.dtb exists "/__symbols__" 252 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__fixups__" 253 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__local_fixups__" 256 run_test check_path overlay_overlay_manual_fixups.test.dtb not-exists "/__symbols__" [all …]
|
D | .gitignore | 17 /check_path
|
D | Makefile.tests | 31 check_path check_header check_full \
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise06.c | 40 static void check_path(const char *path) in check_path() function 73 check_path("/proc/self/oom_score_adj"); in setup() 74 check_path(MNT_NAME"/"GROUP_NAME"/memory.limit_in_bytes"); in setup() 75 check_path(MNT_NAME"/"GROUP_NAME"/memory.swappiness"); in setup() 76 check_path(MNT_NAME"/"GROUP_NAME"/tasks"); in setup()
|
/external/curl/tests/ |
D | pathhelp.pm | 694 my $check_path = $path; 697 if(-d $check_path) { 699 `(cd "$check_path" && cmd /c "echo %__CD__%") 2>/dev/null`; 711 $res =~ s{/$}{} unless $check_path =~ m{/$}; 716 if($check_path =~ m{(^.*/)([^/]+/*)}) { 717 $check_path = $1;
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_install.py | 55 def check_path(got, expected): function 61 check_path(cmd.install_lib, libdir) 62 check_path(cmd.install_platlib, libdir) 63 check_path(cmd.install_purelib, libdir) 64 check_path(cmd.install_headers, 66 check_path(cmd.install_scripts, os.path.join(destination, "bin")) 67 check_path(cmd.install_data, destination)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_install.py | 54 def check_path(got, expected): function 60 check_path(cmd.install_lib, libdir) 62 check_path(cmd.install_platlib, platlibdir) 63 check_path(cmd.install_purelib, libdir) 64 check_path(cmd.install_headers, 66 check_path(cmd.install_scripts, os.path.join(destination, "bin")) 67 check_path(cmd.install_data, destination)
|
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | valid-shell.txt | 5 # RUN: %{python} %S/check_path.py file %t.write > %t.out 8 # RUN: %{python} %S/check_path.py file %t.write > %t.out 11 # RUN: %{python} %S/check_path.py file %t.write > %t.out 22 # RUN: %{python} %S/check_path.py dir %T/test > %t.out 25 # RUN: %{python} %S/check_path.py dir %T/test > %t.out 29 # RUN: %{python} %S/check_path.py dir %T/test > %t.out 39 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out 42 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out 45 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out 55 # RUN: %{python} %S/check_path.py dir %T/test %T/test/test1 %T/test/test2 > %t.out [all …]
|
D | check_path.py | 9 def check_path(argv): function 30 sys.exit (check_path (sys.argv))
|
/external/llvm-project/llvm/utils/ |
D | bugpoint_gisel_reducer.py | 34 def check_path(path): function 43 return check_path(file_name) 111 build_dir = check_path(args.BuildDir) 112 ir_file = check_path(args.IRFile)
|