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

<<11121314151617181920>>

  /external/chromium_org/win8/metro_driver/
secondary_tile.cc 203 boolean exists; local
204 hr = tile_statics->Exists(MakeHString(tile_id), &exists);
205 CheckHR(hr, "ISecondaryTileStatics.Exists failed");
206 return exists;
  /external/deqp/scripts/
run_internal_tests.py 38 if os.path.exists(config.buildPath):
45 # If build dir exists, try to refresh
46 if os.path.exists(config.buildPath):
69 if os.path.exists(file):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 64 if (!featureDir.exists()){
83 if (jardPlugin.exists())
207 if (jardPlugin.exists())
  /external/emma/core/java12/com/vladium/util/
Files.java 246 * 'target' exists and 'overwrite' is false, the method is a no-op. No exceptions are
262 if ((source == null) || ! source.exists ())
268 if (! (targetExists = target.exists ()) || overwrite)
317 if ((parentDir == null) || ! parentDir.exists ())
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
MediaStoreThumbFetcher.java 99 public boolean exists(File file) { method in class:MediaStoreThumbFetcher.FileService
100 return file.exists();
140 if (service.exists(file) && service.length(file) > 0) {
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
Value.java 105 * Whether this value exists. Literals always return true, but variable references will return
108 public abstract boolean exists(); method in class:Value
219 * exists) and to the value of the variable.
232 return exists() == otherValue.exists()
  /external/lldb/utils/test/
ras.py 104 if os.path.exists(sessDir):
117 # Attach them all if it exists!
119 if not os.path.exists(sessDir):
126 for filename in (os.listdir(sessDir) if os.path.exists(sessDir) else []):
  /external/llvm/utils/lit/lit/
util.py 33 if not path or os.path.exists(path):
82 if os.path.exists(p):
89 if not os.path.exists(os.path.join(dir, tool)):
  /external/mesa3d/scons/
custom.py 109 if os.path.exists(file):
113 if os.path.exists(file):
174 if subprocess.call(["pkg-config", "--exists", ' '.join(modules)]) != 0:
308 def exists(env): function
  /external/llvm/utils/
GenLibDeps.pl 212 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
223 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
242 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
248 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
258 $DepLibs{$obj} = ["<.a object>"] unless exists $DepLibs{$obj};
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 62 if (!new UiObject(new UiSelector().packageName(PKG_NAME)).exists())
101 if (!listView.exists())
213 getObjectByText("After").exists());
249 assertFalse("Wait for exist must return false after press back", result.exists());
391 assertFalse("Object is reported as existing", obj.exists());
413 if (new UiObject(new UiSelector().packageName("android")).exists()) {
755 assertTrue("Screenshot file not detected in store", storePath.exists());
770 assertTrue("Object with selector resource-id not found", toggleButton.exists());
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 300 if (AlwaysLink || llvm::sys::fs::exists(P.str()))
440 if (!llvm::sys::fs::exists(A->getValue()))
445 // exists, and it is not the root path.
446 if (llvm::sys::path::is_absolute(env) && llvm::sys::fs::exists(env) &&
618 if (!llvm::sys::fs::exists(P.str())) {
621 if (llvm::sys::fs::exists(P.str())) {
631 if (!llvm::sys::fs::exists("/usr/lib/libstdc++.dylib") &&
632 llvm::sys::fs::exists("/usr/lib/libstdc++.6.dylib")) {
666 if (llvm::sys::fs::exists(P.str()))
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 127 assertTrue(imageFile.exists());
194 if (emptyFile.exists()) {
197 if (imageFile.exists()) {
241 if (emptyFile.exists()) {
244 if (imageFile.exists()) {
291 if (emptyFile.exists()) {
294 if (imageFile.exists()) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 108 if not self.exists(source):
114 if not self.exists(self.dirname(destination)):
123 def exists(self, path): member in class:MockFileSystem
218 if self.exists(f) and f.startswith(top):
229 if self.exists(path):
259 if self._filesystem.exists(self._directory_path):
271 if not self.exists(source):
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 136 * it exists when the cache is opened.
192 * Opens the cache in {@code directory}, creating a cache if none exists
209 // If a bkp file exists, use it instead.
211 if (backupFile.exists()) {
213 // If journal file also exists just delete backup file.
214 if (journalFile.exists()) {
223 if (cache.journalFile.exists()) {
339 * current journal if it exists.
369 if (journalFile.exists()) {
380 if (!file.delete() && file.exists()) {
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /external/chromium_org/tools/valgrind/
valgrind_test.py 48 if os.path.exists(self.log_parent_dir):
146 if os.path.exists(self.log_dir):
299 it looks like a fake_dsym. A non-fake dsym that already exists is assumed
311 if os.path.exists(dsym_file) and os.path.exists(dsym_info_plist):
333 # Remove the .dSYM bundle if it exists.
382 if os.path.exists(suppression_file):
680 if os.path.exists(fullname):
767 if os.path.exists(suppression_file):
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 158 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(port.layout_tests_dir(), 'platform/mac-leopard/userscripts/another-test-expected.txt')))
187 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(port.layout_tests_dir(), 'platform/mac-leopard/userscripts/another-test-expected.txt')))
217 self.assertFalse(fs.exists(fs.join(port.layout_tests_dir(), 'platform/test-linux-x86_64/failures/expected/image-expected.txt')))
276 self.tool._scm.exists = lambda x: False
307 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(port.layout_tests_dir(), 'platform/test-win-xp/failures/expected/image-expected.txt')))
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 755 errors.check(m_type.exists(*name), "Gen* should have created an object, but didn't");
757 errors.check(!m_type.exists(*name), "Gen* should not have created an object, but did");
766 errors.check(!m_type.exists(name), "Object still exists after deletion");
776 errors.check(m_type.exists(*name), "Object does not exist after binding");
793 errors.check(m_type.exists(id),
804 errors.check(!m_type.exists(id),
810 errors.check(!m_type.exists(id), "Name is still valid after deleting and unbinding");
818 if (!errors.check(!m_type.exists(id), "Randomly chosen identifier already exists"))
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 143 if (mOutFile != null && mOutFile.exists()) {
146 if (mOutFile2 != null && mOutFile2.exists()) {
228 assertTrue(mOutFile.exists());
285 assertTrue(mOutFile.exists());
461 assertTrue(mOutFile.exists());
487 assertTrue(outFile.exists());
  /device/htc/flounder/
device.mk 254 $(call inherit-product-if-exists, hardware/nvidia/tegra132/tegra132.mk)
255 $(call inherit-product-if-exists, vendor/nvidia/proprietary-tegra132/tegra132-vendor.mk)
256 $(call inherit-product-if-exists, vendor/htc/flounder/device-vendor.mk)
257 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4354/device-bcm.mk)
258 $(call inherit-product-if-exists, vendor/htc/flounder/audio/lifevibes/lvve/device-vendor-lvve.mk)
259 $(call inherit-product-if-exists, vendor/htc/flounder/audio/tfa/device-vendor-tfa.mk)
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 71 if ( !testInputFile.exists() && packagePath!=null ) {
73 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
162 if ( !testInputFile.exists() && packagePath!=null ) {
164 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
308 if ( !testInputFile.exists() && packagePath!=null ) {
310 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_screen.cc 45 // Key for (boolean) value that indicates that user already exists on device.
46 const char kUserExists[] = "exists";
253 bool exists; local
262 user_info->GetBoolean(kUserExists, &exists);
265 if (exists) {
317 bool exists; local
322 user_info->GetBoolean(kUserExists, &exists);
325 if (exists) {
  /bionic/libc/tools/
gensyscalls.py 29 if not os.path.exists(path):
490 if not os.path.exists(bionic_temp):
504 if not os.path.exists(bionic_libc_root + stub):
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 79 assertTrue("test1.txt does not exist in OBB dir", testFile.exists());
146 assertTrue("test1.txt does not exist in OBB dir", testFile1.exists());
153 assertTrue("test1.txt does not exist in OBB dir", testFile2.exists());

Completed in 509 milliseconds

<<11121314151617181920>>