Home
last modified time | relevance | path

Searched refs:exists (Results 376 - 400 of 953) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/node/deps/v8/tools/dev/
H A Dv8gen.py222 if os.path.exists(os.path.join(path, 'tools', 'dev', 'v8gen.py')):
223 # Approximate the v8 root dir by a folder where this script exists
244 return os.path.exists(self._goma_dir) and os.path.isdir(self._goma_dir)
/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py155 if not os.path.exists(self.sancov_dir):
364 assert os.path.exists(options.json_test_results)
/third_party/python/Tools/scripts/
H A Dpatchcheck.py62 Uses "upstream" if it exists, "origin" otherwise
101 if not os.path.exists(os.path.join(SRCDIR, '.git')):
121 if os.path.exists(os.path.join(SRCDIR, '.git')):
/third_party/protobuf/editors/
H A Dproto.vim47 elseif exists("b:current_syntax")
77 if version >= 508 || !exists("did_proto_syn_inits")
/third_party/python/Lib/ctypes/
H A Dutil.py230 if not os.path.exists('/usr/bin/crle'):
260 if os.path.exists(libfile):
/third_party/python/Lib/distutils/tests/
H A Dtest_register.py111 self.assertFalse(os.path.exists(self.rc))
130 self.assertTrue(os.path.exists(self.rc))
/third_party/skia/third_party/externals/dawn/generator/
H A Dgenerator_lib.py105 if not os.path.exists(path):
369 if not os.path.exists(directory):
/third_party/python/Lib/test/
H A Dtest_stat.py194 if os.path.exists(os.devnull):
200 if os.path.exists(blockdev):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLockFileManager.cpp45 /// Attempt to read the lock file with the given name, if it exists.
168 // If the lock file already exists, don't bother to try to create our own in LockFileManager()
242 if (!sys::fs::exists(LockFileName)) { in LockFileManager()
319 if (!sys::fs::exists(FileName)) in waitForUnlock()
/third_party/python/PCbuild/
H A Dget_externals.bat66 echo.%%e already exists, skipping.
86 echo.%%b already exists, skipping.
/third_party/python/Lib/test/test_email/
H A Dtest_utils.py148 @unittest.skipUnless(os.path.exists('/usr/share/zoneinfo') or
149 os.path.exists('/usr/lib/zoneinfo'),
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs51 // OPENSSL_NO_VENDOR exists and isn't `0` in find_openssl()
75 if !lib_dirs.iter().all(|p| Path::new(p).exists()) { in main()
78 if !Path::new(&include_dir).exists() { in main()
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py68 if not os.path.exists(os.path.basename(filename)):
330 if os.path.exists(out_name):
/third_party/python/Lib/
H A Dshutil.py283 if not os.path.exists(dst):
359 # use the real function if it exists
363 # use the real function only if it exists
487 if not os.path.exists(linkto) and ignore_dangling_symlinks:
552 If dirs_exist_ok is false (the default) and `dst` already exists, a
792 If the destination already exists but is not a directory, it may be
822 if os.path.exists(real_dst):
823 raise Error("Destination path '%s' already exists" % real_dst)
933 if archive_dir and not os.path.exists(archive_dir):
981 if archive_dir and not os.path.exists(archive_di
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py303 if os.path.exists('/dev/rtc'):
306 if os.path.exists(rtc) and os.path.exists(rtc+'/date') and \
307 os.path.exists(rtc+'/time') and os.path.exists(rtc+'/wakealarm'):
360 return (os.path.exists(file) and os.path.getsize(file) > 0)
373 if os.path.exists(cmdfull):
688 if not os.path.exists(file):
702 if not os.path.exists(file):
826 if(os.path.exists(t
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042.c156 bool exists; member
460 port->exists = true; in i8042_start()
476 port->exists = false; in i8042_stop()
594 serio = port->exists ? port->serio : NULL; in i8042_interrupt()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042.c156 bool exists; member
460 port->exists = true; in i8042_start()
476 port->exists = false; in i8042_stop()
594 serio = port->exists ? port->serio : NULL; in i8042_interrupt()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py170 self.assertFalse(os.path.exists(path))
172 self.assertTrue(os.path.exists(path))
177 self.assertFalse(os.path.exists(path))
228 with mock.patch('os.path.exists', return_value=True):
238 # Check user dir not exists and created failed should raise SystemExit
239 with mock.patch('os.path.join', return_value='/path/not/exists'):
251 with mock.patch('os.path.exists', return_value=True):
261 # Check user dir not exists and created failed should raise SystemExit
262 with mock.patch('os.path.join', return_value='/path/not/exists'):
487 # Test keybinding not exists
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs475 // The f_flags field exists on Android and Fuchsia too, but without man
780 if !Path::new(path).exists() { in check_fstatfs()
790 if !Path::new(path).exists() { in check_statfs()
829 if !Path::new(path).exists() { in check_fstatfs_strict()
839 if !Path::new(path).exists() { in check_statfs_strict()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dhi_config_parser.py55 if os.path.exists(self.config_file) is False:
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_xics.h45 u8 exists; member
/kernel/linux/linux-5.10/Documentation/
H A Dconf.py469 if os.path.exists(doc + ".rst"):
/kernel/linux/linux-6.6/Documentation/
H A Dconf.py445 if os.path.exists(doc + ".rst"):
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_xics.h45 u8 exists; member
/third_party/glslang/
H A Dupdate_glslang_sources.py113 if not os.path.exists(os.path.join(self.subdir,'.git')):

Completed in 24 milliseconds

1...<<11121314151617181920>>...39