/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_import.py | 15 from os.path import dirname, join, exists, sep namespace 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_validate.py | 33 if not os.path.exists(args.json_file): 36 elif not os.path.exists(base_schema_filename): 39 elif not os.path.exists(vkpcc_schema_filename):
|
/third_party/typescript/tests/baselines/reference/ |
H A D | nonInferrableTypePropagation2.js | 29 declare function exists<A>(predicate: Predicate<A>): <E>(ma: Either<E, A>) => boolean; 32 const x = pipe(es, filter(exists((n) => n > 0))) 38 var x = pipe(es, filter(exists(function (n) { return n > 0; })));
|
/third_party/rust/crates/nix/test/ |
H A D | test_nmount.rs | 27 let exists = Path::exists(&mountpoint.path().join("sentry")); in ok() 32 assert!(exists); in ok()
|
/test/xts/tools/lite/build/ |
H A D | suite.py | 113 if _test_xml and os.path.exists(_test_xml): 132 if os.path.exists(module_info_list_file): 148 if not os.path.exists(tmpl_file): 160 if not os.path.exists(file_path): 184 if os.path.exists(factory_script): 215 if not os.path.exists(os.path.join(
|
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 35 if not os.path.exists(parts_info_json): 36 logger("{} not exists.".format(parts_info_json), "ERROR") 54 if not os.path.exists(parts_info_json): 55 logger("{} not exists.".format(parts_info_json), "ERROR") 75 if not os.path.exists(subsystem_config_json): 76 logger("{} not exists.".format(subsystem_config_json), "ERROR") 142 if not os.path.exists(source_path):
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 201 if os.path.exists(os.path.join(self.nfs_dir, case_name)): 205 if os.path.exists(result_file): 250 if not os.path.exists(test_result): 258 if not os.path.exists(subsystem_dir): 261 if not os.path.exists(module_dir): 267 if not os.path.exists(test_result): 273 if not os.path.exists(result_file): 376 return self.result if os.path.exists(self.result) else "" 479 "test source '%s' not exists" % 482 if not os.path.exists(config_fil [all...] |
H A D | drivers.py | 161 if not os.path.exists(result_path): 172 if not os.path.exists(test_log_path): 181 if os.path.exists(suite_path_txt) and os.path.exists(result_xml): 211 if not os.path.exists(filepath): 258 if not os.path.exists(filepath): 284 if not os.path.exists(filepath): 349 if not os.path.exists(filepath): 365 if os.path.exists(test_log_path): 380 if not os.path.exists(result_file_pat [all...] |
/test/xts/tools/build/ |
H A D | suite.py | 239 if _test_xml and os.path.exists(_test_xml): 242 os.path.exists(_test_xml.replace(".xml", ".json")): 284 if os.path.exists(module_info_file): 304 if not os.path.exists(tmpl_file): 314 if not os.path.exists(os.path.dirname(target)): 316 if not os.path.exists(target) or ( 317 os.path.exists(target) and 324 if not os.path.exists(source_file): 333 if os.path.exists(xml_file): 385 if not os.path.exists(file_pat [all...] |
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | device_test.py | 179 if not test_list and os.path.exists(source): 192 if not os.path.exists(test): 273 if os.path.exists(devicetest_module): 292 return self.result if os.path.exists(self.result) else "" 299 if not os.path.exists(testsuite_file): 342 if not testsuite and os.path.exists(source): 358 if not os.path.exists(testsuite): 426 return self.result if os.path.exists(self.result) else ""
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 160 if os.path.exists(push_cov_path):
175 print(f"{push_cov_path} not exists.")
178 if os.path.exists(init_gcov_path):
182 print(f"{init_gcov_path} not exists.")
316 if os.path.exists(coverage_path):
403 if os.path.exists(latest_corpus_path):
410 if os.path.exists(pull_service_gcov_path):
413 print(f"{pull_service_gcov_path} not exists.")
418 if os.path.exists(cov_main_file_path):
422 print(f"{cov_main_file_path} not exists [all...] |
/third_party/node/test/parallel/ |
H A D | test-fs-mkdir.js | 81 const exists = fs.existsSync(pathname); 82 assert.strictEqual(exists, true); 110 const exists = fs.existsSync(pathname); 111 assert.strictEqual(exists, true); 115 // mkdirpSync when folder already exists. 123 const exists = fs.existsSync(pathname); 124 assert.strictEqual(exists, true); 132 const exists = fs.existsSync(pathname); 133 assert.strictEqual(exists, true);
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 61 BOOL exists = FALSE; in onGetPostScriptName() local 65 &exists)) || in onGetPostScriptName() 66 !exists || in onGetPostScriptName() 300 BOOL exists; in onCopyTableData() local 302 reinterpret_cast<const void **>(&data), &size, &lock, &exists); in onCopyTableData() local 303 if (!exists) { in onCopyTableData() 502 BOOL exists = FALSE; 506 &exists)) || 507 !exists ||
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 84 and ((isdir is None and os.path.exists(resource_file_path)) 144 if (isdir is None and os.path.exists(folder_file)) \ 149 if not os.path.exists(folder): 216 if not os.path.exists(full_path): 275 if not os.path.exists(src): 278 if not os.path.exists(des): 354 if not os.path.exists(extract_to):
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | common.py | 47 if not os.path.exists(result_path): 72 if not os.path.exists(current_dir): 87 if not os.path.exists(savepath):
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | __main__.py | 41 if not os.path.exists(report_path): 71 if not os.path.exists(data_js): 76 if os.path.exists(export_csv):
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | build_part.py | 29 if os.path.exists(all_system_info_path): 39 print(f"{all_system_info_path} not exists!") 45 if os.path.exists(repo_config_path): 78 if os.path.exists(bundle_json_path):
|
/third_party/mbedtls/tests/scripts/ |
H A D | psa_collect_statuses.py | 77 if not options.use_existing_log and os.path.exists(options.log_file): 79 if not os.path.exists(options.log_file): 122 help='Don\'t regenerate the log file if it exists')
|
/third_party/node/lib/internal/modules/ |
H A D | package_json_reader.js | 28 * exists: boolean, 60 exists: false, 96 result.exists = true; 158 if (pjson.exists) {
|
/third_party/notofonts/scripts/ |
H A D | versionator.py | 92 if not os.path.exists(FEDORA_TAR): 93 if not os.path.exists("noto-fedora.src.rpm"): 105 if not os.path.exists("fedora-noto"):
|
/third_party/skia/third_party/externals/angle2/src/ |
H A D | commit_id.py | 15 commit_id.py unpack <ref_file> - check if <ref_file> exists, and if not 56 if os.path.exists(aosp_angle_path): 59 git_dir_exists = os.path.exists(os.path.join(cwd, '.git', 'HEAD')) 73 ref_file_exists = os.path.exists(ref_file_full_path)
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | out.rs | 11 if fs::exists(path) { 37 if fs::exists(link) { 71 if fs::exists(link) {
|
/third_party/skia/infra/bots/recipe_modules/checkout/examples/ |
H A D | full.py | 86 api.path.exists( 104 api.path.exists(api.path['start_dir'].join('skp_output')) 121 api.path.exists(
|
/third_party/selinux/libselinux/src/ |
H A D | init.c | 57 int exists = 0; in selinuxfs_exists() local 65 return 1; /* Fail as if it exists */ in selinuxfs_exists() 71 exists = 1; in selinuxfs_exists() 79 return exists; in selinuxfs_exists()
|
/third_party/skia/build/fuchsia/ |
H A D | fidl_gen_cpp | 49 assert os.path.exists(args.fidlc_bin) 50 assert os.path.exists(args.fidlgen_bin) 70 assert os.path.exists(args.json)
|