HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 251 - 275 of 1157) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
win_pgo_profiler.py 26 if os.path.exists(os.path.join(entry, _PGOSWEEP_EXECUTABLE)):
  /external/chromium_org/v8/test/test262-es6/
testcfg.py 137 if not os.path.exists(archive_name):
140 if os.path.exists(directory_name):
141 if os.path.exists(directory_old_name):
144 if not os.path.exists(directory_name):
  /external/chromium_org/v8/tools/
disasm.py 38 if not os.path.exists(OBJDUMP_BIN):
  /external/chromium_org/v8/tools/testrunner/server/
signatures.py 38 if (not os.path.exists(signature_file) or
  /external/deqp/framework/delibs/scripts/
git-check.py 51 if os.path.exists(subDir):
  /external/dexmaker/src/dx/java/com/android/dx/util/
FileUtils.java 54 if (!file.exists()) {
  /external/doclava/res/assets/templates/
hierarchy.cs 30 <?cs if:cl.exists ?>
38 <?cs if:iface.exists ?>
  /external/droiddriver/src/com/google/android/droiddriver/util/
FileUtils.java 64 if (dir == null || dir.exists()) {
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 94 if (_file.exists () && ! _file.isFile ())
121 if (_outDir.exists () && ! _outDir.isDirectory ())
222 if (! dir.mkdirs () && ! dir.exists ())
227 if (! dir.mkdir () && ! dir.exists ())
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 30 * Determines if the given data node exists in a ClearSilver compatible way.
32 public static boolean exists(Data data) { method in class:TypeConverter
  /external/jsilver/src/org/clearsilver/
CSUtil.java 90 if (file.exists()) {
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 50 if path and not os.path.exists(path):
  /external/llvm/lib/Support/
Process.cpp 90 if (fs::exists(Twine(FilePath))) {
  /external/llvm/tools/obj2yaml/
obj2yaml.cpp 32 if (File != "-" && !sys::fs::exists(File))
  /external/llvm/utils/vim/
tablegen.vim 8 elseif exists("b:current_syntax")
33 if version >= 508 || !exists("did_c_syn_inits")
  /external/chromium_org/v8/src/
utils.cc 230 bool* exists) {
232 *exists = false;
236 *exists = true;
242 bool* exists,
246 return SetVectorContents(result, size, exists);
251 bool* exists,
255 return SetVectorContents(result, size, exists);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 597 // Channel already exists for this stream
834 if (meta.exists(ANDROID_REQUEST_ID)) {
    [all...]
  /device/asus/fugu/
device.mk 62 $(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
247 $(call inherit-product-if-exists, vendor/asus/fugu/device-vendor.mk)
248 $(call inherit-product-if-exists, vendor/intel/PRIVATE/fugu/device-vendor.mk)
249 $(call inherit-product-if-exists, vendor/intel/moorefield/prebuilts/houdini/houdini.mk)
252 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4354/device-bcm.mk)
  /external/chromium_org/base/android/java/src/org/chromium/base/
ResourceExtractor.java 56 if (!outputDir.exists() && !outputDir.mkdirs()) {
76 if (!new File(outputDir, file).exists()) {
116 if (output.exists()) {
349 if (icudata.exists() && !icudata.delete()) {
353 if (dir.exists()) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
server_base.py 88 if self._filesystem.exists(self._pid_file):
115 if self._filesystem.exists(self._pid_file):
172 if self._filesystem.exists(self._pid_file):
187 if self._filesystem.exists(self._pid_file):
213 if self._error_log_path and self._filesystem.exists(self._error_log_path):
  /external/chromium_org/third_party/cython/src/
setup.py 130 if os.path.exists(source_file + ".py"):
135 if os.path.exists(source_file + '.pxd'):
191 if os.path.exists(source_file + ".py"):
197 if not os.path.exists(c_source_file):
205 if os.path.exists(pxd_source_file) and Utils.file_newer_than(pxd_source_file, c_last_modified):
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 45 if os.path.exists(filename_err):
52 if os.path.exists(filename_out) and (
57 if not os.path.exists(filename_out):
114 if os.path.exists(output_dir_path):
118 LOGGER.warn('A file or a directory exists at "%s".' % output_dir_path)
119 if os.path.exists(os.path.join(output_dir_path, 'files.json')):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 269 // if (!dir.exists()) return null;
271 if (!dataFile.exists()) throw new FileNotFoundException();
398 // if (!dir.exists() && !dir.mkdirs()) {
404 if (tmpFile.exists()) {
405 if (dataFile.exists()) dataFile.delete();
411 if (tmpFile.exists()) {
418 if (dataFile.exists()) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 149 if filesystem.exists(path):
317 if not self._filesystem.exists(path_to_file):
362 if not self._filesystem.exists(driver_path):
398 """This routine is used to check whether image_diff binary exists."""
400 if not self._filesystem.exists(image_diff_path):
416 if not self._filesystem.exists(self._pretty_patch_path):
469 # If only one of them exists, return that one.
601 if self._filesystem.exists(self._filesystem.join(platform_dir, baseline_filename)):
608 # result in the test directory, even if no such file actually exists.
610 if self._filesystem.exists(self._filesystem.join(platform_dir, baseline_filename))
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 137 assertTrue("image file does not exist", new File(imagePath).exists());
162 assertTrue("thumbnail file does not exist", new File(thumbPath).exists());
170 assertFalse("image file should no longer exist", new File(imagePath).exists());
177 assertFalse("thumbnail file should no longer exist", new File(thumbPath).exists());
188 assertTrue("image file does not exist", new File(imagePath).exists());
191 assertFalse("image file should no longer exist", new File(imagePath).exists());
206 assertTrue("thumbnail file does not exist", new File(thumbPath).exists());
214 assertFalse("thumbnail file should no longer exist", new File(thumbPath).exists());
215 assertTrue("image file should still exist", new File(imagePath).exists());

Completed in 1476 milliseconds

<<11121314151617181920>>