Home
last modified time | relevance | path

Searched refs:exists (Results 176 - 200 of 2011) sorted by relevance

12345678910>>...81

/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_caselists.py141 if os.path.exists(srcPath):
146 if not os.path.exists(srcPath):
/third_party/skia/third_party/externals/dawn/scripts/
H A Dperf_test_runner.py89 if os.path.exists(binary_path):
97 if perftests_path == None or not os.path.exists(perftests_path):
/third_party/parse5/
H A Dbuild_parse5.py25 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.py138 exists = self._adb.check('test -d /sys/class/kgsl && echo y')
139 if (exists.strip() != 'y'):
/third_party/skia/tools/skqp/
H A Ddownload_model.py16 if not os.path.exists(path):
29 if dirname and not os.path.exists(dirname):
/third_party/python/Lib/distutils/tests/
H A Dtest_config.py113 self.assertFalse(os.path.exists(rc))
115 self.assertTrue(os.path.exists(rc))
H A Dtest_config_cmd.py90 self.assertTrue(os.path.exists(f))
97 self.assertFalse(os.path.exists(f))
H A Dtest_sysconfig.py64 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 Dbuild_weex_loader_library.py25 if os.path.exists(standard_system_build_dir):
29 if os.path.exists(build_dir):
/third_party/python/
H A Dsetup.py145 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 Dtest_pathlib.py1555 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 Dtest_shutil.py206 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 Drequest.py119 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 Dtest-fs-null-bytes.js153 // 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 Dlookup_dep.py169 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 Dbuilddeps.py112 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 DSkFontMgr_win_dw.cpp572 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 Dhandler.py41 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 Ddevices.py46 if os.path.exists(hap_filepath):
74 if os.path.exists(hap_bak_path):
77 print("file %s not exists" % hap_filepath)
H A Ddrivers.py83 if not os.path.exists(cxx_cov_path):
169 if os.path.exists(long_command_path):
/test/xts/acts/graphic/vktest/
H A Dgenlocal.py58 if os.path.exists(tasklogpath):
167 if os.path.exists(latestpath+"/result") == False:
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py124 if os.path.exists(bin_dir):
128 already_there = os.path.exists(work_folder)
/third_party/node/test/message/
H A Dtestcfg.py31 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 Dandroid.py35 assert os.path.exists(ANDROID_DIR)
88 if not os.path.exists(file_on_host):
/third_party/python/Tools/msi/
H A Dget_externals.bat43 echo.%%e already exists, skipping.
63 echo.%%b already exists, skipping.

Completed in 16 milliseconds

12345678910>>...81