Home
last modified time | relevance | path

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

1234567

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.cpp44 Object (bool& exists) in Object()
62 DerivedObject (bool& exists) in DerivedObject()
71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in SharedPtrTestThread()
107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in WeakPtrTestThread()
140 SharedPtr<Object> makeObject (bool& exists) in makeObject()
187 bool exists = false; in SharedPtr_selfTest() local
199 bool exists = false; in SharedPtr_selfTest() local
216 bool exists = false; in SharedPtr_selfTest() local
224 bool exists = false; in SharedPtr_selfTest() local
233 bool exists = false; in SharedPtr_selfTest() local
[all …]
DdeUniquePtr.cpp37 Object (bool& exists) in Object()
66 MovePtr<Object> createObject (bool& exists) in createObject()
78 bool exists = false; in UniquePtr_selfTest() local
89 bool exists = false; in UniquePtr_selfTest() local
106 bool exists = false; in UniquePtr_selfTest() local
114 bool exists = false; in UniquePtr_selfTest() local
128 bool exists = false; in UniquePtr_selfTest() local
141 bool exists = false; in UniquePtr_selfTest() local
154 bool exists = false; in UniquePtr_selfTest() local
175 bool exists = false; in UniquePtr_selfTest() local
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java93 private static boolean exists(Path path) { in exists() method in ShadowEnvironment
99 final Boolean exists = STORAGE_REMOVABLE.get(getExternalStorageDirectory()); in isExternalStorageRemovable() local
127 final Boolean exists = STORAGE_REMOVABLE.get(path); in isExternalStorageRemovable() local
/external/autotest/server/hosts/
Dcros_label.py104 def exists(self, host): member in BluetoothPeerLabel
140 def exists(self, host): member in Cr50Label
190 def exists(self, host): member in ChameleonLabel
215 def exists(self, host): member in ChameleonConnectionLabel
232 def exists(self, host): member in AudioLoopbackDongleLabel
Dbase_label.py16 def forever_exists_decorate(exists): argument
62 def exists(self, host): member in BaseLabel
143 def exists(self, host): member in StringLabel
Dbase_label_unittest.py22 def exists(self, host): member in TestBaseLabel
65 def __init__(self, exists=True, store=None): argument
/external/mesa3d/scons/
Dx11.py44 def exists(env): function
Dllvm.py343 def exists(env): function
/external/angle/src/third_party/libXNVCtrl/
DNVCtrl.c346 Bool exists; in XNVCTRLQueryTargetAttribute() local
397 Bool exists; in XNVCTRLQueryTargetAttribute64() local
437 Bool exists; in XNVCTRLQueryTargetStringAttribute() local
564 Bool exists; in XNVCTRLQueryValidTargetAttributeValues32() local
606 Bool exists; in XNVCTRLQueryValidTargetStringAttributeValues() local
652 Bool exists; in XNVCTRLQueryValidTargetAttributeValues64() local
695 Bool exists; in XNVCTRLQueryValidTargetAttributeValues() local
753 Bool exists; in QueryAttributePermissionsInternal() local
981 Bool exists; in XNVCTRLQueryTargetBinaryData() local
/external/ltp/testcases/lib/
Dcmdlib.sh102 exists() function
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_ns04.c21 int exists = access("/proc/self/ns/user", F_OK); in setup() local
Dioctl_ns02.c22 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
Dioctl_ns03.c21 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
Dioctl_ns01.c31 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideUtil.java35 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DIMarkerFactory.java59 boolean exists(String name); in exists() method
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DStringValue.java41 public boolean exists() { in exists() method in StringValue
DNumberValue.java51 public boolean exists() { in exists() method in NumberValue
DVariableValue.java71 public boolean exists() { in exists() method in VariableValue
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DCheckingBundleListener.java54 boolean exists(String bundleName) { in exists() method in CheckingBundleListener
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarkerFactory.java81 public boolean exists(String name) { in exists() method in BasicMarkerFactory
/external/dtc/tests/
Dcheck_path.c42 int fail_config, exists, check_exists; in main() local
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideUtil.java77 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
/external/perfetto/ui/src/common/
Dlogs.ts19 export interface LogExists { exists: boolean; } property
/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua152 function os.exists(path) function

1234567