Searched defs:exists (Results 1 - 9 of 9) sorted by path

/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/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/services/java/com/android/server/pm/
H A DUserManagerService.java222 public boolean exists(int userId) { method in class:UserManagerService
293 // Erase any guest user that currently exists
368 if (!dir.exists()) {
412 if (!mUserListFile.exists()) {
846 if (!exists(userHandle)) return -1;
/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/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/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java728 * Check if UI element exists.
732 * exists or not. If you need to wait longer for this UI element, then see
737 public boolean exists() { method in class:UiObject
H A DUiScrollable.java83 protected boolean exists(UiSelector selector) { method in class:UiScrollable
221 if (exists(getSelector().childSelector(selector))) {
226 if (exists(getSelector().childSelector(selector))) {
234 if(exists(getSelector().childSelector(selector))) {

Completed in 378 milliseconds