Searched defs:exists (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp16 bool mcld::sys::fs::exists(const Path &pPath) function in class:mcld::sys::fs
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp34 Attribute* AttributeSet::exists(const Attribute& pAttr) const function in class:AttributeSet
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java90 protected boolean exists(UiSelector selector) { method in class:UiScrollable
260 if (exists(childSelector)) {
265 if (exists(childSelector)) {
270 if(exists(childSelector)) {
H A DUiObject.java887 * Check if view exists.
891 * exists or not. If you need to wait longer for this view, then see
897 public boolean exists() { method in class:UiObject
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiScrollable.java90 protected boolean exists(UiSelector selector) { method in class:UiScrollable
260 if (exists(childSelector)) {
265 if (exists(childSelector)) {
270 if(exists(childSelector)) {
H A DUiObject.java887 * Check if view exists.
891 * exists or not. If you need to wait longer for this view, then see
897 public boolean exists() { method in class:UiObject
/frameworks/av/camera/
H A DCameraMetadata.cpp322 bool CameraMetadata::exists(uint32_t tag) const { function in class:android::CameraMetadata
/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/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()) {
/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java288 public boolean exists(int userId) { method in class:UserManagerService
359 // Erase any guest user that currently exists
456 if (!dir.exists()) {
494 if (!mUserListFile.exists()) {
909 if (resFile.exists()) {
925 * Removes the app restrictions file for a specific package and user id, if it exists.
931 if (resFile.exists()) {
1422 if (!exists(userHandle)) return -1;

Completed in 2052 milliseconds