/third_party/python/Lib/ |
H A D | tarfile.py | 1684 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 D | apps.c | 1460 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 D | readme.tex | 121 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 D | nncompiler.cpp | 465 if (std::filesystem::exists(cacheInfo)) { in OnlineBuild()
|
/foundation/ai/neural_network_runtime/test/system_test/ |
H A D | end_to_end_test.cpp | 382 ASSERT_EQ(false, fs::exists(cachePath)); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 381 # (if such section exists).
|
H A D | sha512-ssse3-asm.S | 383 # (if such section exists).
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 381 # (if such section exists).
|
H A D | sha512-avx-asm.S | 379 # (if such section exists).
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | logger.py | 146 if not os.path.exists(log_dir):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 503 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 D | console.py | 511 if not os.path.exists(history_report_path) and \
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 158 rem Check the start directory exists
|
/third_party/mbedtls/scripts/ |
H A D | code_size_compare.py | 617 - 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 D | assert.js | 310 BuiltinModule.exists(StringPrototypeSlice(filename, 5))) {
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 253 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 D | server.py | 212 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 D | vkPrograms.cpp | 580 if (!de::FilePath(filePath.getDirName()).exists()) in shadercacheSave()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 410 # 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 D | test_tcl.py | 119 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 D | test_subprocess.py | 1454 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 D | config.py | 64 if not os.path.exists(fname):
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 1513 })), 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 D | pmtu.sh | 831 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 D | xcode_emulation.py | 1267 # - 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):
|