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

  /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/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");
  /development/vndk/tools/definition-tool/tests/
ndk_toolchain.py 75 def check_path(path): function in function:Target.check_paths
84 success = check_path(self.gcc_toolchain_dir)
85 success &= check_path(ld_exeutable)
86 success &= check_path(self.clang_dir)
87 success &= check_path(self.ndk_include)
88 success &= check_path(self.ndk_lib)
  /external/python/cpython2/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)
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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)
  /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");
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 140 static bool check_path(const std::string& library_path, function
281 if (!check_path(kSystemLibraryPath, system_library_search_paths, system_public_libraries, &errors)) {
303 if (!check_path(kProductLibraryPath, { kProductLibraryPath }, product_public_libraries, &errors)) {
309 if (!check_path(kVendorLibraryPath, { kVendorLibraryPath }, vendor_public_libraries, &errors)) {
  /art/compiler/optimizing/
scheduler.cc 535 uint32_t check_path = check->GetCriticalPath(); local
537 if (check_path != candidate_path) {
538 return check_path < candidate_path ? check : candidate;

Completed in 590 milliseconds