Home
last modified time | relevance | path

Searched refs:exists (Results 1026 - 1050 of 2309) sorted by relevance

1...<<41424344454647484950>>...93

/third_party/python/Lib/
H A Dtarfile.py1684 if self.mode == "a" and not os.path.exists(name):
2421 if upperdirs and not os.path.exists(upperdirs):
2534 if os.path.exists(tarinfo._link_target):
/third_party/openssl/apps/lib/
H A Dapps.c1460 BIGNUM *load_serial(const char *serialfile, int *exists, int create, in IMPLEMENT_LHASH_COMP_FN()
1473 if (exists != NULL) in IMPLEMENT_LHASH_COMP_FN()
1474 *exists = in != NULL; in IMPLEMENT_LHASH_COMP_FN()
/third_party/openGLES/xml/
H A Dreadme.tex121 extensive exists yet, and it's possible the Python scripts will evolve
959 no definition exists. This is because the existing \tag{group} mechanism
974 exists. This is because the existing \tag{group} mechanism can only
987 \tag{param} \attr{group} attributes, but no definition exists. Such
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp465 if (std::filesystem::exists(cacheInfo)) { in OnlineBuild()
/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp382 ASSERT_EQ(false, fs::exists(cachePath)); in HWTEST_F()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx-asm.S381 # (if such section exists).
H A Dsha512-ssse3-asm.S383 # (if such section exists).
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha512-ssse3-asm.S381 # (if such section exists).
H A Dsha512-avx-asm.S379 # (if such section exists).
/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py146 if not os.path.exists(log_dir):
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py503 if report_path and os.path.exists(report_path):
532 msg = "RootFsKit teardown, log path [%s] not exists!" \
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py511 if not os.path.exists(history_report_path) and \
/third_party/curl/projects/
H A Dbuild-wolfssl.bat158 rem Check the start directory exists
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py617 - If the object only exists in new Git revision,
793 # Check if the corresponding record exists
795 os.path.exists(output_file):
796 self.logger.debug("Code size csv file for {} already exists."
/third_party/node/lib/
H A Dassert.js310 BuiltinModule.exists(StringPrototypeSlice(filename, 5))) {
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py253 if not os.path.exists(build_config_path):
262 print("%s exists but contains invalid json. Is your build up-to-date?"
/third_party/python/Lib/http/
H A Dserver.py212 such method exists the server sends an error response to the
213 client. If it exists, it is called with no arguments:
1082 if not os.path.exists(scriptfile):
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp580 if (!de::FilePath(filePath.getDirName()).exists()) in shadercacheSave()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py410 # Check if a proposal document for this extension exists in the
421 """Check if a proposal document for an extension exists,
425 if os.path.exists(path) and os.access(path, os.R_OK):
/third_party/python/Lib/test/
H A Dtest_tcl.py119 self.assertEqual(tcl.eval('info exists a'),'1')
121 self.assertEqual(tcl.eval('info exists a'),'0')
127 self.assertEqual(tcl.eval('info exists a(1)'),'1')
128 self.assertEqual(tcl.eval('info exists a(2)'),'1')
130 self.assertEqual(tcl.eval('info exists a(1)'),'0')
131 self.assertEqual(tcl.eval('info exists a(2)'),'1')
264 if not os.path.exists(unc_name):
H A Dtest_subprocess.py1454 self.assertFalse(os.path.exists(ifname))
1455 self.assertFalse(os.path.exists(ofname))
1456 self.assertFalse(os.path.exists(efname))
1837 # along with issuing a resource warning if it still exists. Since
1885 @unittest.skipIf(not os.path.exists('/proc/self/status'),
1888 # Blindly assume that cat exists on systems with /proc/self/status...
2204 @unittest.skipIf(not os.path.exists("/dev/zero"), "/dev/zero required.")
/third_party/python/Lib/logging/
H A Dconfig.py64 if not os.path.exists(fname):
/applications/standard/calendardata/hvigor/
H A Dhvigor-wrapper.js1513 })), e.exists = function (e, t) {
1514 return "function" == typeof t ? n.exists(e, t) : new Promise((t => n.exists(e, t)))
1715 if (r.errorOnExist) throw new Error(`'${n}' already exists`)
1811 if (!r.overwrite) return r.errorOnExist ? u(new Error(`'${n}' already exists`)) : u();
2257 if (xu.existsSync(t)) throw new Error("dest already exists.");
2280 zu(t, ((u, o) => u ? r(u) : o ? r(new Error("dest already exists.")) : qu(e, t, n, r)))
2868 if (t(`configForCategory: searching for config for ${e}`), o.has(e)) return t(`configForCategory: ${e} exists in config, returning it`), o.get(e);
3798 })), e.exists = function (e, t) {
3799 return "function" == typeof t ? n.exists(
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpmtu.sh831 ovs-vsctl --if-exists del-port vxlan_a 2>/dev/null
832 ovs-vsctl --if-exists del-br ovs_br0 2>/dev/null
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py1267 # - the ".dylib" file does not exists but a ".tbd" file do.
1271 if ext == ".dylib" and not os.path.exists(library):
1273 if os.path.exists(tbd_library):

Completed in 41 milliseconds

1...<<41424344454647484950>>...93