HomeSort by relevance Sort by last modified time
    Searched refs:check_path (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/
check_path.py 7 def check_path(argv): function
28 sys.exit (check_path (sys.argv))
  /external/dtc/tests/
get_path.c 67 static void check_path(void *fdt, const char *path) function
85 check_path(fdt, "/");
86 check_path(fdt, "/subnode@1");
87 check_path(fdt, "/subnode@2");
88 check_path(fdt, "/subnode@1/subsubnode");
89 check_path(fdt, "/subnode@2/subsubnode@0");
parent_offset.c 42 static void check_path(struct fdt_header *fdt, const char *path) function
80 check_path(fdt, "/subnode@1");
81 check_path(fdt, "/subnode@2");
82 check_path(fdt, "/subnode@1/subsubnode");
83 check_path(fdt, "/subnode@2/subsubnode@0");
supernode_atdepth_offset.c 123 static void check_path(struct fdt_header *fdt, const char *path) function
138 check_path(fdt, "/");
139 check_path(fdt, "/subnode@1");
140 check_path(fdt, "/subnode@2");
141 check_path(fdt, "/subnode@1/subsubnode");
142 check_path(fdt, "/subnode@2/subsubnode@0");
run_tests.sh 184 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install.py 38 def check_path(got, expected): function in function:InstallTestCase.test_home_installation_scheme
44 check_path(cmd.install_lib, libdir)
45 check_path(cmd.install_platlib, libdir)
46 check_path(cmd.install_purelib, libdir)
47 check_path(cmd.install_headers,
49 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
50 check_path(cmd.install_data, destination)
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise06.c 52 static void check_path(const char *path) function
64 check_path(drop_caches_fname);
86 check_path("/proc/self/oom_score_adj");
87 check_path(MNT_NAME"/"GROUP_NAME"/memory.limit_in_bytes");
88 check_path(MNT_NAME"/"GROUP_NAME"/memory.swappiness");
89 check_path(MNT_NAME"/"GROUP_NAME"/tasks");
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
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)
  /development/vndk/tools/definition-tool/tests/
ndk_toolchain.py 82 def check_path(path): function in function:Target.check_paths
91 success = check_path(self.gcc_toolchain_dir)
92 success &= check_path(ld_exeutable)
93 success &= check_path(self.clang_dir)
94 success &= check_path(self.ndk_include)
95 success &= check_path(self.ndk_lib)
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 55 def check_path(got, expected): function in function:InstallTestCase.test_home_installation_scheme
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/
test_install.py 54 def check_path(got, expected): function in function:InstallTestCase.test_home_installation_scheme
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)
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 223 static bool check_path(JNIEnv* env, function
382 if (!check_path(env, clazz, kSystemLibraryPath, system_library_search_paths,
394 if (!check_path(env, clazz, kRuntimeApexLibraryPath, {kRuntimeApexLibraryPath},
405 if (!check_path(env, clazz, kProductLibraryPath, {kProductLibraryPath},
413 if (!check_path(env, clazz, kVendorLibraryPath, {kVendorLibraryPath}, vendor_public_libraries,
  /art/compiler/optimizing/
scheduler.cc 564 uint32_t check_path = check->GetCriticalPath(); local
566 if (check_path != candidate_path) {
567 return check_path < candidate_path ? check : candidate;
    [all...]

Completed in 587 milliseconds