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

<<11121314151617181920>>

  /frameworks/support/compat/src/androidTest/java/androidx/core/graphics/drawable/
IconCompatTest.java 243 assertTrue(file.exists());
278 assertTrue(file.exists());
  /libcore/luni/src/test/java/libcore/java/nio/file/
FilesTest.java 124 assertFalse(Files.exists(filesSetup.getTestPath()));
126 assertTrue(Files.exists(filesSetup.getTestPath()));
131 Files.exists(unicodeFilePath);
133 // When file exists.
163 // When file exists.
182 assertFalse(Files.exists(dirPath));
203 assertFalse(Files.exists(dirPath));
212 // Value should not change as the directory exists.
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 430 assertFalse(file.exists());
437 assertFalse(file.exists());
445 assertFalse(file.exists());
  /libcore/ojluni/src/main/java/java/io/
File.java 600 * if a security manager exists and its <code>{@link
628 * if a security manager exists and its <code>{@link
747 * abstract pathname exists <em>and</em> can be read by the
751 * If a security manager exists and its <code>{@link
805 public boolean exists() { method in class:File
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DirectoryListBot.java 76 if (!findDocument(label).exists()) {
89 if (findDocument(label).exists()) {
99 public void assertDocumentsCountOnList(boolean exists, int count) throws UiObjectNotFoundException {
101 assertEquals(exists, docsList.exists());
102 if(docsList.exists()) {
116 assertTrue(messageTextView.exists());
118 assertFalse(messageTextView.exists());
139 assertTrue(messageTextView.exists());
251 if (!findDocument(label).exists()) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 482 It is an error if themename already exists. If parent is
1229 def exists(self, item): member in class:Treeview
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 196 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
197 """exists: Verify if an object exists
200 Returns: true if it exists, false if not
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 482 It is an error if themename already exists. If parent is
1229 def exists(self, item): member in class:Treeview
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 482 It is an error if themename already exists. If parent is
1229 def exists(self, item): member in class:Treeview
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 196 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
197 """exists: Verify if an object exists
200 Returns: true if it exists, false if not
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 482 It is an error if themename already exists. If parent is
1229 def exists(self, item): member in class:Treeview
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 179 assert path.exists(); // guaranteed by the getSupportJarFile call
314 // Don't add in the library if it already exists
349 if (!libraryProject.exists()) {
409 if (path.exists()) {
428 if (path.exists()) {
475 // Make sure the src folder exists
600 if (!resFolder.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 105 assertTrue(projectDir.getPath(), projectDir.exists());
267 if (!parent.exists()) {
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
TzLookupGeneratorTest.java 482 assertTrue(Files.exists(outputFilePath));
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 135 assertTrue("CtsLocal root", findRoot("CtsLocal").exists());
136 assertTrue("CtsCreate root", findRoot("CtsCreate").exists());
137 assertFalse("CtsGetContent root", findRoot("CtsGetContent").exists());
344 assertTrue("CtsLocal root", findRoot("CtsLocal").exists());
345 assertTrue("CtsCreate root", findRoot("CtsCreate").exists());
346 assertTrue("CtsGetContent root", findRoot("CtsGetContent").exists());
526 assertTrue(findDocument("FILE1").exists()); method
543 assertTrue(findDocument("FILE4").exists()); method
562 assertTrue(findDocument("FILE1").exists()); method
  /cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
TzDataCheckTest.java 144 // {dataDir}/staged exists but it is a file.
167 // {dataDir}/staged exists but /current dir is a file.
246 // {dataDir}/staged exists but /current dir is a file.
372 // No {dataDir}/current exists.
387 // {dataDir}/current exists but it is a file.
409 // {dataDir}/current exists but is missing the distro version file.
431 // {dataDir}/current exists but the distro version file is short.
455 // {dataDir}/current exists and the distro version file is long enough, but contains junk.
483 // {dataDir}/current exists but the distro version is incorrect.
507 // {dataDir}/current exists but the distro version is incorrect
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 153 assertTrue(imageFile.exists());
207 if (emptyFile.exists()) {
210 if (imageFile.exists()) {
242 if (imageFile.exists()) {
287 if (emptyFile.exists()) {
290 if (imageFile.exists()) {
337 if (emptyFile.exists()) {
340 if (imageFile.exists()) {
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 75 assertTrue(mMediaFile.exists());
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 130 assertFalse(new File(tempPath, "log_NoTmpDir.log").exists());
131 assertTrue(new File(homePath, "log_NoTmpDir.log").exists());
421 assertTrue(file.exists());
438 assertTrue(file.exists());
443 assertTrue(file.exists());
450 assertTrue(file.exists());
457 assertTrue(file.exists());
467 assertFalse(file.exists());
  /external/llvm/include/llvm/Support/
FileSystem.h 384 /// @returns True if the file represented by status exists, false if it does
386 bool exists(file_status status);
400 /// @returns True if it exists, false otherwise.
401 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
495 /// @brief Does this status represent something that exists but is not a
499 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
502 /// @brief Is path something that exists but is not a directory,
506 /// @param result Set to true if \a path exists, but is not a directory, regular
617 /// report an error if the file already exists.
620 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py 482 It is an error if themename already exists. If parent is
1233 def exists(self, item): member in class:Treeview
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 488 exists = path_cls.exists
492 return self._select_from(parent_path, is_dir, exists, scandir)
497 def _select_from(self, parent_path, is_dir, exists, scandir):
507 def _select_from(self, parent_path, is_dir, exists, scandir):
510 if (is_dir if self.dironly else exists)(path):
511 for p in self.successor._select_from(path, is_dir, exists, scandir):
523 def _select_from(self, parent_path, is_dir, exists, scandir):
533 for p in self.successor._select_from(path, is_dir, exists, scandir):
557 def _select_from(self, parent_path, is_dir, exists, scandir)
1314 def exists(self): member in class:Path
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 486 It is an error if themename already exists. If parent is
1237 def exists(self, item): member in class:Treeview
    [all...]
  /external/python/cpython3/Objects/
odictobject.c 1038 int exists = PySequence_Contains((PyObject *)od, key); local
1118 int exists = PySequence_Contains(od, key); local
    [all...]
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 499 BOOL exists; local
500 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
502 if (!exists) {
540 BOOL exists; variable
541 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
543 if (exists) {
938 BOOL exists; local
    [all...]

Completed in 910 milliseconds

<<11121314151617181920>>