Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DAttributeFactory.cpp72 Attribute* AttributeFactory::exists(const Attribute& pAttr) const in exists() function in AttributeFactory
/frameworks/compile/mclinker/include/mcld/Support/
DFileSystem.h81 inline static bool exists(FileStatus f) { in exists() function
/frameworks/compile/mclinker/lib/Support/
DPath.cpp180 bool mcld::sys::fs::exists(const Path &pPath) in exists() function in mcld::sys::fs
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DUiScrollable.java81 protected boolean exists(UiSelector selector) { in exists() method in UiScrollable
DUiObject.java717 public boolean exists() { in exists() method in UiObject
/frameworks/base/services/java/com/android/server/pm/
DUserManager.java111 public boolean exists(int userId) { in exists() method in UserManager
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_file.c138 int exists = -1; in calcDirSize() local
/frameworks/base/core/jni/
Dandroid_server_BluetoothEventLoop.cpp1028 jboolean exists = JNI_TRUE; in event_filter() local
1047 jboolean exists = JNI_FALSE; in event_filter() local
/frameworks/base/core/java/android/server/
DBluetoothHealthProfileHandler.java429 String channelPath, boolean exists) { in onHealthDeviceChannelChanged()
DBluetoothEventLoop.java1052 boolean exists) { in onHealthDeviceChannelChanged()
DBluetoothService.java2331 String channelPath, boolean exists) { in onHealthDeviceChannelChanged()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py293 def exists(self, filename): member in ADB
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1349 public final boolean exists() { return value != null; } in exists() method in AbstractMessageParser.TrieNode