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

1 2 3 4 5 6 78 91011>>

  /external/v8/src/base/
hashmap.h 165 return entry->exists() ? entry : nullptr;
185 if (entry->exists()) {
207 if (!p->exists()) {
241 if (!q->exists()) { function
288 if (entry->exists()) {
305 while (map_[i].exists() && !match_(hash, map_[i].hash, key, map_[i].key)) {
318 DCHECK(!entry->exists());
358 if (entry->exists()) {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 93 protected boolean exists(UiSelector selector) { method in class:UiScrollable
263 if (exists(childSelector)) {
268 if (exists(childSelector)) {
273 if(exists(childSelector)) {
  /frameworks/base/core/java/android/util/
AtomicFile.java 39 * As long as the backup file exists, the original file is considered
116 if (mBaseName.exists()) {
117 if (!mBackupName.exists()) {
225 if (mBackupName.exists()) {
234 * Checks if the original or backup file exists.
235 * @return whether the original or backup file exists.
237 public boolean exists() { method in class:AtomicFile
238 return mBaseName.exists() || mBackupName.exists();
249 if (mBackupName.exists()) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 34 * As long as the backup file exists, the original file is considered
58 if (mBaseName.exists()) {
59 if (!mBackupName.exists()) {
133 public boolean exists() { method in class:AtomicFile
134 return mBaseName.exists() || mBackupName.exists();
143 if (mBackupName.exists()) {
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 201 if not os.path.exists(lib_path) and self.verbose:
292 # Returns true if filename exists on Android fs, false otherwise
293 def exists(self, filename): member in class:ADB
481 if not self.adb.exists(self.gdbserver_path):
629 if os.path.exists(script_name):
636 if os.path.exists(path_in_root):
713 or not self.adb.exists(data_directory):
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DataBindingBuilder.java 128 Preconditions.check(generatedClassListFile.exists(),
  /libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java 64 assertTrue(result.exists());
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 61 boolean exists = false; field in class:FileURLConnection
86 throw new FileNotFoundException(filename + " exists, but is not accessible");
111 exists = file.exists();
114 if (!initializedHeaders || !exists) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
UrisSupplier.java 118 assert(mFile.exists());
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
ClipStorageTest.java 141 assertTrue(clipDir.exists());
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DbDowngradeHelperTest.java 70 assertFalse(mSchemaFile.exists());
73 assertTrue(mSchemaFile.exists());
125 // Check column exists
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 105 public abstract boolean exists() throws MessagingException; method in class:Folder
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 134 assertTrue(storedFile.exists());
179 assertTrue(new File(entry.path).exists());
184 assertFalse(new File(entry.path).exists());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 172 bool exists = false; local
177 exists = true;
181 if (!exists) subs.push_back(std::move(KV));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 45 if (!dir.exists()) {
152 assertTrue(configFile.getPath(), configFile.exists());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 151 assertTrue(String.format("%s project not created", name), iproject.exists());
  /tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
BuildModuleCommand.java 121 checkArgument(!Files.exists(getOutputPath()), "File %s already exists.", getOutputPath());
134 checkArgument(Files.exists(path), "File '%s' was not found.", path);
142 checkArgument(Files.exists(path), "Directory '%s' was not found.", path);
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
BuildInfoTest.java 79 assertTrue(mBuildInfo.getFile(FILE_KEY).exists());
82 assertFalse(mFile.exists());
140 // The second file still exists and is left untouched.
KernelBuildInfoTest.java 73 assertTrue(mBuildInfo.getKernelFile().exists());
76 assertFalse(mKernelFile.exists());
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
WifiHelperTest.java 196 assertFalse(wifiUtilApkFile.exists());
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
LogFileSaverTest.java 240 assertTrue(logFile.exists());
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
KernelFlashPreparerTest.java 135 assertFalse(mBootImg.exists());
187 assertFalse(mBootImg.exists());
218 assertFalse(mBootImg.exists());
249 assertFalse(mBootImg.exists());
295 assertTrue(mBootImg.exists());
321 assertFalse(mBootImg.exists());
350 assertFalse(mBootImg.exists());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 296 assertTrue(file.getPath(), file.exists());
744 assertTrue(project.exists());
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 106 assertFalse(probe.exists());
271 if (test.exists()) {
305 if (testProbe.exists() || testUserProbe.exists()) {
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 190 assertTrue(file.exists());
307 // delete the database if it already exists

Completed in 1184 milliseconds

1 2 3 4 5 6 78 91011>>