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

1 2 3 45 6 7 8 91011>>

  /build/soong/cc/
cmakelists.go 88 func exists(path string) bool { func
123 // Ensure the directory hosting the cmakelists.txt exists
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 113 assertTrue(file.exists());
  /external/autotest/server/hosts/
cros_label.py 105 def exists(self, host): member in class:LightSensorLabel
122 def exists(self, host): member in class:BluetoothLabel
134 def exists(self, host): member in class:ECLabel
167 def exists(self, host): member in class:AccelsLabel
196 def exists(self, host): member in class:ChameleonLabel
205 def exists(self, host): member in class:ChameleonConnectionLabel
225 def exists(self, host): member in class:ChameleonPeripheralsLabel
239 def exists(self, host): member in class:AudioLoopbackDongleLabel
266 def exists(self, host): member in class:PowerSupplyLabel
303 def exists(self, host) member in class:StorageLabel
379 def exists(self, host): member in class:ServoLabel
426 def exists(self, host): member in class:ArcLabel
495 def exists(self, host): member in class:VideoGlitchLabel
540 def exists(self, host): member in class:LucidSleepLabel
598 def exists(self, host): member in class:DetachableBaseLabel
    [all...]
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 171 bool FilePath::exists (void) const function in class:de::FilePath
262 if (dirPath.exists())
263 throw std::runtime_error("Destination exists already");
264 else if (!parentPath.exists())
277 if (curPath.exists())
278 throw std::runtime_error("Destination exists already");
280 while (!curPath.exists())
  /external/devlib/devlib/module/
cgroups.py 99 def exists(self, name): member in class:Controller
234 def exists(self): member in class:CGroup
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 51 assertTrue(file.exists());
61 return !file.exists();
98 assertTrue(file.exists());
108 assertFalse(file.exists());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUData.java 94 public static boolean exists(final String resourceName) { method in class:ICUData
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUData.java 92 public static boolean exists(final String resourceName) { method in class:ICUData
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DumpTest.java 72 assertTrue(execfile.exists());
  /external/mesa3d/src/intel/isl/
isl_format.c 30 bool exists; member in struct:surface_format_info
356 if (!format_info[format].exists)
366 if (!format_info[format].exists)
376 if (!format_info[format].exists)
381 /* Support for ETC1 and ETC2 exists on Bay Trail even though big-core
388 /* Support for ASTC exists on Cherry View even though big-core
402 if (!format_info[format].exists)
407 /* Support for ETC1 and ETC2 exists on Bay Trail even though big-core
414 /* Support for ASTC exists on Cherry View even though big-core
428 if (!format_info[format].exists)
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
OkioTest.java 41 assertTrue(file.exists());
55 assertTrue(file.exists());
75 // assertTrue(Files.exists(path));
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 205 def exists(p): function
207 Test whether a path exists.
214 lexists = exists
  /external/python/cpython2/PC/os2emx/
getpathp.c 14 * If the PYTHONPATH env. var. exists, its entries are added next.
110 exists(char *filename) function
123 if (exists(filename))
129 if (exists(filename))
244 if (exists(progpath))
  /external/selinux/libsemanage/src/
database.h 106 /* Check if a record exists */
107 int (*exists) (struct semanage_handle * handle, member in struct:dbase_table
  /external/swiftshader/third_party/LLVM/tools/llvm-size/
llvm-size.cpp 237 // If file is not stdin, check that it exists.
239 bool exists; local
240 if (sys::fs::exists(file, exists) || !exists) {
  /frameworks/base/apct-tests/perftests/core/src/android/os/
StrictModeTest.java 82 test.exists();
  /frameworks/base/core/java/android/os/
UserManagerInternal.java 169 * Returns whether the given user exists
171 public abstract boolean exists(int userId); method in class:UserManagerInternal
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseErrorHandlerTest.java 43 if (mDatabaseFile.exists()) {
61 assertTrue(mDatabaseFile.exists());
71 assertTrue(mDatabaseFile.exists());
84 if (mDatabaseFile.exists()) {
91 assertFalse(mDatabaseFile.exists());
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 66 if (mTestFile != null && mTestFile.exists()) {
74 assertTrue(mTestFile.exists());
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
OwnersTest.java 51 assertFalse(owners.getLegacyConfigFile().exists());
54 assertFalse(owners.getDeviceOwnerFile().exists());
56 assertFalse(owners.getProfileOwnerFile(10).exists()); method
57 assertFalse(owners.getProfileOwnerFile(11).exists()); method
58 assertFalse(owners.getProfileOwnerFile(20).exists()); method
59 assertFalse(owners.getProfileOwnerFile(21).exists()); method
104 assertFalse(owners.getLegacyConfigFile().exists());
106 assertTrue(owners.getDeviceOwnerFile().exists()); // TODO Check content
108 assertFalse(owners.getProfileOwnerFile(10).exists()); method
109 assertFalse(owners.getProfileOwnerFile(11).exists()); method
110 assertFalse(owners.getProfileOwnerFile(20).exists()); method
111 assertFalse(owners.getProfileOwnerFile(21).exists()); method
166 assertTrue(owners.getProfileOwnerFile(10).exists()); method
167 assertTrue(owners.getProfileOwnerFile(11).exists()); method
168 assertFalse(owners.getProfileOwnerFile(20).exists()); method
169 assertFalse(owners.getProfileOwnerFile(21).exists()); method
244 assertTrue(owners.getProfileOwnerFile(10).exists()); method
245 assertTrue(owners.getProfileOwnerFile(11).exists()); method
246 assertFalse(owners.getProfileOwnerFile(20).exists()); method
247 assertFalse(owners.getProfileOwnerFile(21).exists()); method
355 assertFalse(owners.getProfileOwnerFile(10).exists()); method
356 assertFalse(owners.getProfileOwnerFile(11).exists()); method
357 assertFalse(owners.getProfileOwnerFile(20).exists()); method
410 assertFalse(owners.getProfileOwnerFile(10).exists()); method
411 assertFalse(owners.getProfileOwnerFile(11).exists()); method
412 assertFalse(owners.getProfileOwnerFile(20).exists()); method
462 assertTrue(owners.getProfileOwnerFile(10).exists()); method
463 assertTrue(owners.getProfileOwnerFile(11).exists()); method
479 assertFalse(owners.getProfileOwnerFile(10).exists()); method
480 assertFalse(owners.getProfileOwnerFile(11).exists()); method
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
MultiLayoutVerificationTest.java 58 assertTrue(file.exists());
114 assertTrue(file.exists());
167 assertTrue(file.exists());
221 assertTrue(file.exists());
  /frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
DataBindingExcludeGeneratedTask.java 109 Preconditions.checkArgument(generatedClassListFile.exists(),
  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 84 static int exists(const char* path) { function in namespace:android::installd
145 EXPECT_EQ(0, exists("com.example/normal"));
146 EXPECT_EQ(0, exists("com.example/cache/foo/one"));
147 EXPECT_EQ(0, exists("com.example/cache/foo/two"));
152 EXPECT_EQ(0, exists("com.example/normal"));
153 EXPECT_EQ(-1, exists("com.example/cache/foo/one"));
154 EXPECT_EQ(-1, exists("com.example/cache/foo/two"));
169 EXPECT_EQ(-1, exists("com.example/cache/foo/one"));
170 EXPECT_EQ(0, exists("com.example/cache/foo/two"));
175 EXPECT_EQ(-1, exists("com.example/cache/foo/one"))
    [all...]
  /frameworks/support/documentfile/src/main/java/androidx/documentfile/provider/
DocumentsContractApi19.java 140 public static boolean exists(Context context, Uri self) { method in class:DocumentsContractApi19
RawDocumentFile.java 128 public boolean exists() { method in class:RawDocumentFile
129 return mFile.exists();

Completed in 581 milliseconds

1 2 3 45 6 7 8 91011>>