Searched defs:exists (Results 1 - 16 of 16) 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/base/core/java/com/android/internal/os/
H A DAtomicFile.java34 * 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/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java99 public boolean exists(byte tag) { method in class:ObexAppParameters
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java99 public boolean exists(byte tag) { method in class:ObexAppParameters
/frameworks/support/v4/java/android/support/v4/provider/
H A DSingleDocumentFile.java94 public boolean exists() { method in class:SingleDocumentFile
95 return DocumentsContractApi19.exists(mContext, mUri);
H A DTreeDocumentFile.java95 public boolean exists() { method in class:TreeDocumentFile
96 return DocumentsContractApi19.exists(mContext, mUri);
H A DDocumentFile.java291 * @return {@code true} if this file exists, {@code false} otherwise.
293 public abstract boolean exists(); method in class:DocumentFile
H A DRawDocumentFile.java118 public boolean exists() { method in class:RawDocumentFile
119 return mFile.exists();
/frameworks/support/v4/kitkat/android/support/v4/provider/
H A DDocumentsContractApi19.java126 public static boolean exists(Context context, Uri self) { method in class:DocumentsContractApi19
/frameworks/base/cmds/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/av/camera/
H A DCameraMetadata.cpp326 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/core/java/com/android/server/pm/
H A DUserManagerService.java381 public boolean exists(int userId) { method in class:UserManagerService
575 if (!dir.exists()) {
612 if (!mUserListFile.exists()) {
1112 if (resFile.exists()) {
1121 * Removes the app restrictions file for a specific package and user id, if it exists.
1127 if (resFile.exists()) {
1171 // If we're adding a guest and there already exists one, bail.
1780 if (!exists(userHandle)) return -1;

Completed in 344 milliseconds