Home
last modified time | relevance | path

Searched refs:exists (Results 201 - 225 of 2179) sorted by relevance

12345678910>>...88

/kernel/linux/linux-6.6/net/sched/
H A Dact_skbedit.c132 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 Dverify_3rd_libs.py41 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 Doh_yara_driver.py222 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 Dsource.py247 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 DCodeMangler.java142 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 Dmac_tool.py59 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 Dgraph.cc44 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 Dmac_tool.py59 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 Dxfs_ialloc.h144 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 Dpublic_method.py31 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 Dutils.py44 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 DIndexGenerator.java34 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 Drun_one.py25 assert os.path.exists(FOOZZIE)
39 assert os.path.exists(test_dir)
/third_party/node/deps/v8/
H A D.ycm_extra_conf.py52 return os.path.exists(os.path.join(*args))
108 if os.path.exists(alternate):
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py33 if not os.path.exists(name):
49 if not os.path.exists(name):
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py95 self.assertTrue(os.path.exists(srcname))
100 self.assertTrue(os.path.exists(dstname))
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_caselists.py141 if os.path.exists(srcPath):
146 if not os.path.exists(srcPath):
/third_party/skia/third_party/externals/dawn/scripts/
H A Dperf_test_runner.py89 if os.path.exists(binary_path):
97 if perftests_path == None or not os.path.exists(perftests_path):
/third_party/parse5/
H A Dbuild_parse5.py25 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.py138 exists = self._adb.check('test -d /sys/class/kgsl && echo y')
139 if (exists.strip() != 'y'):
/third_party/skia/tools/skqp/
H A Ddownload_model.py16 if not os.path.exists(path):
29 if dirname and not os.path.exists(dirname):
/third_party/python/Lib/distutils/tests/
H A Dtest_config.py113 self.assertFalse(os.path.exists(rc))
115 self.assertTrue(os.path.exists(rc))
H A Dtest_config_cmd.py90 self.assertTrue(os.path.exists(f))
97 self.assertFalse(os.path.exists(f))
/third_party/weex-loader/
H A Dbuild_weex_loader_library.py25 if os.path.exists(standard_system_build_dir):
29 if os.path.exists(build_dir):
/third_party/python/
H A Dsetup.py145 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...]

Completed in 13 milliseconds

12345678910>>...88