Searched defs:exists (Results 1 - 9 of 9) sorted by last modified time

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java815 * Check if UI element exists.
819 * exists or not. If you need to wait longer for this UI element, then see
825 public boolean exists() { method in class:UiObject
H A DUiScrollable.java90 protected boolean exists(UiSelector selector) { method in class:UiScrollable
243 if (exists(getSelector().childSelector(selector))) {
248 if (exists(getSelector().childSelector(selector))) {
256 if(exists(getSelector().childSelector(selector))) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h80 bool exists(const Path &pPath);
83 inline static bool exists(FileStatus f) { function in namespace:mcld::sys::fs
/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp72 Attribute* AttributeFactory::exists(const Attribute& pAttr) const function in class:AttributeFactory
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp195 bool mcld::sys::fs::exists(const Path &pPath) function in class:mcld::sys::fs
199 return exists(pFileStatus);
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py201 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/base/services/java/com/android/server/pm/
H A DUserManagerService.java230 public boolean exists(int userId) { method in class:UserManagerService
301 // Erase any guest user that currently exists
376 if (!dir.exists()) {
420 if (!mUserListFile.exists()) {
875 if (!exists(userHandle)) return -1;
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c83 * Helper for getFileLength and exists
138 int exists = -1; local
177 exists = stat(path, &stat_buf);
178 if (exists != -1)
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1349 public final boolean exists() { return value != null; } method in class:AbstractMessageParser.TrieNode
1387 } else if (root.exists()) {
1396 * index, that exists in the trie.
1405 * index, that exists in the trie, with a special tokenizing case for
1416 } else if (root.exists()) {

Completed in 1698 milliseconds