/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 141 if os.path.exists(srcPath): 146 if not os.path.exists(srcPath):
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 89 if os.path.exists(binary_path): 97 if perftests_path == None or not os.path.exists(perftests_path):
|
/third_party/parse5/ |
H A D | build_parse5.py | 25 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.py | 138 exists = self._adb.check('test -d /sys/class/kgsl && echo y') 139 if (exists.strip() != 'y'):
|
/third_party/skia/tools/skqp/ |
H A D | download_model.py | 16 if not os.path.exists(path): 29 if dirname and not os.path.exists(dirname):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_config.py | 113 self.assertFalse(os.path.exists(rc)) 115 self.assertTrue(os.path.exists(rc))
|
H A D | test_config_cmd.py | 90 self.assertTrue(os.path.exists(f)) 97 self.assertFalse(os.path.exists(f))
|
H A D | test_sysconfig.py | 64 self.assertTrue(os.path.exists(Python_h), Python_h) 65 # <srcdir>/PC/pyconfig.h always exists even if unused on POSIX. 67 self.assertTrue(os.path.exists(pyconfig_h), pyconfig_h) 69 self.assertTrue(os.path.exists(pyconfig_h_in), pyconfig_h_in)
|
/third_party/weex-loader/ |
H A D | build_weex_loader_library.py | 25 if os.path.exists(standard_system_build_dir): 29 if os.path.exists(build_dir):
|
/third_party/python/ |
H A D | setup.py | 145 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...] |
/third_party/python/Lib/test/ |
H A D | test_pathlib.py | 1555 self.assertIs(True, p.exists()) 1556 self.assertIs(True, (p / 'dirA').exists()) 1557 self.assertIs(True, (p / 'fileA').exists()) 1558 self.assertIs(False, (p / 'fileA' / 'bah').exists()) 1560 self.assertIs(True, (p / 'linkA').exists()) 1561 self.assertIs(True, (p / 'linkB').exists()) 1562 self.assertIs(True, (p / 'linkB' / 'fileB').exists()) 1563 self.assertIs(False, (p / 'linkA' / 'bah').exists()) 1564 self.assertIs(False, (p / 'foo').exists()) 1565 self.assertIs(False, P('/xyzzy').exists()) [all...] |
H A D | test_shutil.py | 206 self.assertTrue(os.path.exists(dir_)) 235 self.assertFalse(os.path.exists(dir1)) 236 self.assertTrue(os.path.exists(dir3)) 237 self.assertTrue(os.path.exists(file1)) 248 self.assertTrue(os.path.exists(dir_)) 277 self.assertFalse(os.path.exists(dir1)) 278 self.assertTrue(os.path.exists(dir3)) 279 self.assertTrue(os.path.exists(file1)) 295 self.assertTrue(os.path.exists(filename)) 298 self.assertTrue(os.path.exists(filenam [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | request.py | 119 if not os.path.exists(os.path.join(exec_task_dir, task_file)): 127 if not os.path.exists(os.path.join(top_task_dir, task_file)): 136 if not os.path.exists(task_file):
|
/third_party/node/test/parallel/ |
H A D | test-fs-null-bytes.js | 153 // An 'error' for exists means that it doesn't exist. 155 fs.exists('foo\u0000bar', common.mustCall((exists) => { 156 assert(!exists);
|
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
H A D | lookup_dep.py | 169 if not os.path.exists(build_config_path): 227 if abs_unprocessed_jar_path.exists(): 267 if (cache_path.exists() and os.path.getmtime(cache_path) > os.path.getmtime(abs_jar_path)):
|
/third_party/skia/buildtools/checkdeps/ |
H A D | builddeps.py | 112 if os.path.exists(os.path.join(base_directory, '.git')): 114 elif os.path.exists(os.path.join(base_directory, '.svn')): 201 it exists). This will also be used to generate the 323 elif not os.path.exists(os.path.join(current_dir, '.svn')):
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 572 BOOL exists; in onMatchFamily() local 573 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in onMatchFamily() 575 if (!exists) { in onMatchFamily() 641 BOOL exists; variable 642 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); 644 if (exists) { 1134 BOOL exists; in getByFamilyName() local 1135 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists)); in getByFamilyName() 1137 if (exists) { in getByFamilyName()
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | handler.py | 41 if not os.path.exists(round_path): 51 if not os.path.exists(report_xml) or not props:
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | devices.py | 46 if os.path.exists(hap_filepath): 74 if os.path.exists(hap_bak_path): 77 print("file %s not exists" % hap_filepath)
|
H A D | drivers.py | 83 if not os.path.exists(cxx_cov_path): 169 if os.path.exists(long_command_path):
|
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 58 if os.path.exists(tasklogpath): 167 if os.path.exists(latestpath+"/result") == False:
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 124 if os.path.exists(bin_dir): 128 already_there = os.path.exists(work_folder)
|
/third_party/node/test/message/ |
H A D | testcfg.py | 31 from os.path import join, exists, basename, isdir namespace 128 if not exists(output_path):
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | android.py | 35 assert os.path.exists(ANDROID_DIR) 88 if not os.path.exists(file_on_host):
|
/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 43 echo.%%e already exists, skipping.
63 echo.%%b already exists, skipping.
|