/kernel/linux/linux-6.6/net/sched/ |
H A D | act_skbedit.c | 132 bool exists = false; in tcf_skbedit_init() local 210 exists = err; in tcf_skbedit_init() 211 if (exists && bind) in tcf_skbedit_init() 215 if (exists) in tcf_skbedit_init() 222 if (!exists) { in tcf_skbedit_init()
|
/third_party/typescript/tests/verify_3rd_libs/ |
H A D | verify_3rd_libs.py | 41 if not os.path.exists(buildProfileJson): 93 if not os.path.exists(hvigorConfigJson): 125 if not os.path.exists(project): 147 if os.path.exists('./hvigor-wrapper.js'): 177 if os.path.exists(modulePackageJson):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_yara_driver.py | 222 if not os.path.exists(local_path): 227 if not os.path.exists(affected_file): 261 if os.path.exists(local_path): 360 if not os.path.exists(file_path): 399 if os.path.exists(yara_report): 441 return self.result if os.path.exists(self.result) else ""
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 247 if os.path.exists(config.testfile): 254 if os.path.exists(test_file): 383 if not os.path.exists(module_info_path): 418 error_message = "test case '%s' or '%s' not exists" % ( 436 if os.path.exists("%s%s" % (filename, MODULE_CONFIG_SUFFIX)): 439 if ext and os.path.exists("%s%s%s" % (filename, ext, 481 if not os.path.exists(config_file): 482 LOG.error("Config file '%s' not exists" % config_file,
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 142 if (argfile.exists() && !argfile.isDirectory()) { in CodeMangler() 198 if (!indir.exists()) { in CodeMangler() 217 if (!outdir.exists()) { in CodeMangler() 277 if (!fin.exists()) { in process() 395 if (!(outp.exists() || outp.mkdirs())) { in processFile() 586 if (backup.exists()) { in processFile()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 59 if os.path.exists(dest): 69 if os.path.exists(dest): 295 if not os.path.exists(module_path): 319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): 339 """Creates a symlink to |dest| named |link|. If |link| already exists, 357 if not os.path.exists(header_path): 525 if os.path.exists(profile_path):
|
/third_party/ninja/src/ |
H A D | graph.cc | 44 if (!exists()) {
in UpdatePhonyMtime() 93 if (!node->exists())
in RecomputeNodeDirty() 95 node->set_dirty(!node->exists());
in RecomputeNodeDirty() 284 if (edge->inputs_.empty() && !output->exists()) {
in RecomputeOutputDirty() 301 if (!output->exists()) {
in RecomputeOutputDirty() 608 mtime(), exists() ? "" : " (:missing)",
in Dump()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 59 if os.path.exists(dest): 69 if os.path.exists(dest): 295 if not os.path.exists(module_path): 319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): 339 """Creates a symlink to |dest| named |link|. If |link| already exists, 357 if not os.path.exists(header_path): 525 if os.path.exists(profile_path):
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 144 xfs_agblock_t bno, xfs_extlen_t len, bool *exists); 146 xfs_agino_t high, bool *exists);
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | public_method.py | 31 if os.path.exists(filepath): 70 if os.path.exists(system_part_service_path): 77 print("%s not exists.", system_part_service_path)
|
/test/testfwk/developer_test/local_coverage/ |
H A D | utils.py | 44 if os.path.exists(json_file): 174 if not os.path.exists(filepath): 175 logger("{} not exists.".format(filepath), "ERROR")
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/ |
H A D | IndexGenerator.java | 34 if (!inDir.exists()) { in main() 46 if (!outDir.isDirectory() || !outDir.exists()) { in main()
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
H A D | run_one.py | 25 assert os.path.exists(FOOZZIE) 39 assert os.path.exists(test_dir)
|
/third_party/node/deps/v8/ |
H A D | .ycm_extra_conf.py | 52 return os.path.exists(os.path.join(*args)) 108 if os.path.exists(alternate):
|
/third_party/python/Tools/scripts/ |
H A D | pep384_macrocheck.py | 33 if not os.path.exists(name): 49 if not os.path.exists(name):
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_find.py | 95 self.assertTrue(os.path.exists(srcname)) 100 self.assertTrue(os.path.exists(dstname))
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 141 if os.path.exists(srcPath): 146 if not os.path.exists(srcPath):
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 89 if os.path.exists(binary_path): 97 if perftests_path == None or not os.path.exists(perftests_path):
|
/third_party/parse5/ |
H A D | build_parse5.py | 25 if os.path.exists(standard_system_build_dir): 29 if os.path.exists(build_dir):
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware_android.py | 138 exists = self._adb.check('test -d /sys/class/kgsl && echo y') 139 if (exists.strip() != 'y'):
|
/third_party/skia/tools/skqp/ |
H A D | download_model.py | 16 if not os.path.exists(path): 29 if dirname and not os.path.exists(dirname):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_config.py | 113 self.assertFalse(os.path.exists(rc)) 115 self.assertTrue(os.path.exists(rc))
|
H A D | test_config_cmd.py | 90 self.assertTrue(os.path.exists(f)) 97 self.assertFalse(os.path.exists(f))
|
/third_party/weex-loader/ |
H A D | build_weex_loader_library.py | 25 if os.path.exists(standard_system_build_dir): 29 if os.path.exists(build_dir):
|
/third_party/python/ |
H A D | setup.py | 145 2) 'dir' actually exists, and is a directory. 257 if os.path.exists(f): return [] 266 if os.path.exists(f): 676 if os.path.exists(newname): 691 if not os.path.exists(self.build_temp): 716 if not os.path.exists(self.build_temp): 778 if not os.path.exists(self.build_temp): 1042 if not os.path.exists(self.build_temp): 1072 if os.path.exists(tmpfile): 1431 if os.path.exists(ffi_in_sd [all...] |