/third_party/node/deps/v8/tools/dev/ |
H A D | v8gen.py | 222 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 D | standard_runner.py | 155 if not os.path.exists(self.sancov_dir): 364 assert os.path.exists(options.json_test_results)
|
/third_party/python/Tools/scripts/ |
H A D | patchcheck.py | 62 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 D | proto.vim | 47 elseif exists("b:current_syntax") 77 if version >= 508 || !exists("did_proto_syn_inits")
|
/third_party/python/Lib/ctypes/ |
H A D | util.py | 230 if not os.path.exists('/usr/bin/crle'): 260 if os.path.exists(libfile):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_register.py | 111 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 D | generator_lib.py | 105 if not os.path.exists(path): 369 if not os.path.exists(directory):
|
/third_party/python/Lib/test/ |
H A D | test_stat.py | 194 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 D | LockFileManager.cpp | 45 /// 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 D | get_externals.bat | 66 echo.%%e already exists, skipping.
86 echo.%%b already exists, skipping.
|
/third_party/python/Lib/test/test_email/ |
H A D | test_utils.py | 148 @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 D | main.rs | 51 // 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 D | unicode.py | 68 if not os.path.exists(os.path.basename(filename)): 330 if os.path.exists(out_name):
|
/third_party/python/Lib/ |
H A D | shutil.py | 283 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 D | sleepgraph.py | 303 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 D | i8042.c | 156 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 D | i8042.c | 156 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 D | test_config.py | 170 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 D | statfs.rs | 475 // 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 D | hi_config_parser.py | 55 if os.path.exists(self.config_file) is False:
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_xics.h | 45 u8 exists; member
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | conf.py | 469 if os.path.exists(doc + ".rst"):
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | conf.py | 445 if os.path.exists(doc + ".rst"):
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_xics.h | 45 u8 exists; member
|
/third_party/glslang/ |
H A D | update_glslang_sources.py | 113 if not os.path.exists(os.path.join(self.subdir,'.git')):
|