Home
last modified time | relevance | path

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

/external/dtc/tests/
Dget_path.c55 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()
Dparent_offset.c29 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()
Dsupernode_atdepth_offset.c110 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()
Drun_tests.sh238 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.gitignore17 /check_path
DMakefile.tests31 check_path check_header check_full \
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c40 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/
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/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/python/cpython3/Lib/distutils/tests/
Dtest_install.py54 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/
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.py9 def check_path(argv): function
30 sys.exit (check_path (sys.argv))
/external/llvm-project/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)