/external/deqp/framework/delibs/decpp/ |
D | deSharedPtr.cpp | 44 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 …]
|
D | deUniquePtr.cpp | 37 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/ |
D | ShadowEnvironment.java | 93 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/ |
D | cros_label.py | 104 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
|
D | base_label.py | 16 def forever_exists_decorate(exists): argument 62 def exists(self, host): member in BaseLabel 143 def exists(self, host): member in StringLabel
|
D | base_label_unittest.py | 22 def exists(self, host): member in TestBaseLabel 65 def __init__(self, exists=True, store=None): argument
|
/external/mesa3d/scons/ |
D | x11.py | 44 def exists(env): function
|
D | llvm.py | 343 def exists(env): function
|
/external/angle/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 346 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/ |
D | cmdlib.sh | 102 exists() function
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns04.c | 21 int exists = access("/proc/self/ns/user", F_OK); in setup() local
|
D | ioctl_ns02.c | 22 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
D | ioctl_ns03.c | 21 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
D | ioctl_ns01.c | 31 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/ |
D | RouteGuideUtil.java | 35 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | IMarkerFactory.java | 59 boolean exists(String name); in exists() method
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
D | StringValue.java | 41 public boolean exists() { in exists() method in StringValue
|
D | NumberValue.java | 51 public boolean exists() { in exists() method in NumberValue
|
D | VariableValue.java | 71 public boolean exists() { in exists() method in VariableValue
|
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/ |
D | CheckingBundleListener.java | 54 boolean exists(String bundleName) { in exists() method in CheckingBundleListener
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | BasicMarkerFactory.java | 81 public boolean exists(String name) { in exists() method in BasicMarkerFactory
|
/external/dtc/tests/ |
D | check_path.c | 42 int fail_config, exists, check_exists; in main() local
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/ |
D | RouteGuideUtil.java | 77 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
|
/external/perfetto/ui/src/common/ |
D | logs.ts | 19 export interface LogExists { exists: boolean; } property
|
/external/bcc/src/lua/bcc/vendor/ |
D | helpers.lua | 152 function os.exists(path) function
|