Home
last modified time | relevance | path

Searched refs:check_path (Results 1 – 13 of 13) sorted by relevance

/external/dtc/tests/
Dget_path.c67 static void check_path(void *fdt, const char *path) in check_path() function
85 check_path(fdt, "/"); in main()
86 check_path(fdt, "/subnode@1"); in main()
87 check_path(fdt, "/subnode@2"); in main()
88 check_path(fdt, "/subnode@1/subsubnode"); in main()
89 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
Dparent_offset.c42 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function
80 check_path(fdt, "/subnode@1"); in main()
81 check_path(fdt, "/subnode@2"); in main()
82 check_path(fdt, "/subnode@1/subsubnode"); in main()
83 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
Dsupernode_atdepth_offset.c123 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function
138 check_path(fdt, "/"); in main()
139 check_path(fdt, "/subnode@1"); in main()
140 check_path(fdt, "/subnode@2"); in main()
141 check_path(fdt, "/subnode@1/subsubnode"); in main()
142 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
Drun_tests.sh184 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__symbols__"
185 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__fixups__"
186 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__local_fixups__"
189 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__symbols__"
190 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__fixups__"
191 run_test check_path overlay_overlay_no_fixups.test.dtb exists "/__local_fixups__"
197 run_test check_path overlay_base_manual_symbols.test.dtb exists "/__symbols__"
198 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__fixups__"
199 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__local_fixups__"
202 run_test check_path overlay_overlay_manual_fixups.test.dtb not-exists "/__symbols__"
[all …]
D.gitignore11 /check_path
DMakefile.tests29 check_path
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c52 static void check_path(const char *path) in check_path() function
64 check_path(drop_caches_fname); in setup()
86 check_path("/proc/self/oom_score_adj"); in setup()
87 check_path(MNT_NAME"/"GROUP_NAME"/memory.limit_in_bytes"); in setup()
88 check_path(MNT_NAME"/"GROUP_NAME"/memory.swappiness"); in setup()
89 check_path(MNT_NAME"/"GROUP_NAME"/tasks"); in setup()
/external/curl/tests/
Dpathhelp.pm694 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/
Dvalid-shell.txt5 # 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 …]
Dcheck_path.py7 def check_path(argv): function
28 sys.exit (check_path (sys.argv))
/external/python/cpython3/Lib/distutils/tests/
Dtest_install.py54 def check_path(got, expected): function
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
66 check_path(cmd.install_data, destination)
/external/python/cpython2/Lib/distutils/tests/
Dtest_install.py55 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/swiftshader/third_party/llvm-7.0/llvm/utils/
Dbugpoint_gisel_reducer.py34 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)