HomeSort by relevance Sort by last modified time
    Searched defs:exists (Results 201 - 225 of 1081) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 73 assertFalse(mPrefsFile.exists());
78 assertFalse(mPrefsFile.exists());
80 assertTrue(mPrefsFile.exists());
128 assertFalse(mPrefsFile.exists());
130 assertTrue(mPrefsFile.exists());
226 assertFalse(mPrefsFile.exists());
228 assertTrue(mPrefsFile.exists());
239 assertTrue(mPrefsFile.exists());
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 136 assertTrue(sdcardDir.exists());
FileObserverTest.java 58 if (testFile.exists()) {
62 if (moveDestFile.exists()) {
66 if (testDir.exists()) {
152 assertTrue(testFile.exists());
  /external/google-benchmark/test/
output_test_helper.cc 353 bool exists = false; local
358 exists = true;
362 if (!exists) subs.push_back(std::move(KV));
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 353 bool exists = false; local
358 exists = true;
362 if (!exists) subs.push_back(std::move(KV));
  /external/python/cpython2/Lib/bsddb/test/
test_all.py 283 def exists(self, key, *args, **kwargs) : member in class:DB_py3k
286 return self._db.exists(key, *args, **kwargs)
521 if os.path.exists(path) :
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
  /external/swiftshader/src/D3D9/
Direct3DDevice9.hpp 250 bool exists(int index) function in struct:D3D9::Direct3DDevice9::Lights
  /frameworks/av/camera/
CameraMetadata.cpp 351 bool CameraMetadata::exists(uint32_t tag) const { function in class:android::CameraMetadata
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 141 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists());
149 * Tests trying to download to SD card when the file with same name already exists.
238 assertFalse(downloadedFile.exists());
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 282 Bool exists; local
319 exists = rep.flags;
322 return exists;
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 351 bool CameraMetadata::exists(uint32_t tag) const { function in class:android::hardware::camera::common::V1_0::helper::CameraMetadata
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 320 assertTrue(f.exists());
321 if(f.exists()) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 113 // CREATE will succeed without WRITE in the case that the file already exists, which
179 assertTrue(temp.exists());
186 assertFalse(temp.exists());
  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultSecureDirectoryStreamTest.java 216 // When file exists.
269 assertFalse(Files.exists(path_f1));
278 // When file doesn't exists.
305 assertFalse(Files.exists(path_dir2));
313 // When path doesn't exists.
348 assertTrue(Files.exists(Paths.get(path_dir1.toString(), "f1")));
349 assertFalse(Files.exists(path_f1));
353 assertTrue(Files.exists(Paths.get(path_dir4.toString(), "path_dir2")));
354 assertFalse(Files.exists(path_dir2));
356 // when directory already exists of the same name
    [all...]
WatchServiceTest.java 126 assertFalse(Files.exists(file));
170 assertFalse(Files.exists(file));
192 assertFalse(Files.exists(dirInDir));
221 assertFalse(Files.exists(file));
251 assertFalse(Files.exists(file));
285 assertFalse(Files.exists(dir1file1));
287 assertFalse(Files.exists(dir2file1));
325 assertFalse(Files.exists(dir1file1));
327 assertFalse(Files.exists(dir2file1));
  /libcore/luni/src/test/java/libcore/libcore/util/
ZoneInfoDBTest.java 217 // Confirms any caching that exists correctly handles TimeZone mutability.
287 assertFalse(file.exists());
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h 325 AK_FORCE_INLINE bool exists(const uint32_t bitmap, const int index) const { function in class:latinime::TrieMap
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_all.py 283 def exists(self, key, *args, **kwargs) : member in class:DB_py3k
286 return self._db.exists(key, *args, **kwargs)
524 if os.path.exists(path) :
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_all.py 283 def exists(self, key, *args, **kwargs) : member in class:DB_py3k
286 return self._db.exists(key, *args, **kwargs)
524 if os.path.exists(path) :
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 283 def exists(self, key, *args, **kwargs) : member in class:DB_py3k
286 return self._db.exists(key, *args, **kwargs)
524 if os.path.exists(path) :
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.

Completed in 510 milliseconds

1 2 3 4 5 6 7 891011>>