/external/deqp/framework/delibs/decpp/ |
D | deSharedPtr.cpp | 44 Object(bool &exists) : m_exists(exists) in Object() 61 DerivedObject(bool &exists) : Object(exists) in DerivedObject() 69 …SharedPtrTestThread(const SharedPtr<Object> &ptr, const bool &exists) : m_ptr(ptr), m_exists(exist… in SharedPtrTestThread() 103 … WeakPtrTestThread(const SharedPtr<Object> &ptr, const bool &exists) : m_ptr(ptr), m_exists(exists) in WeakPtrTestThread() 134 SharedPtr<Object> makeObject(bool &exists) in makeObject() 183 bool exists = false; in SharedPtr_selfTest() local 195 bool exists = false; in SharedPtr_selfTest() local 212 bool exists = false; in SharedPtr_selfTest() local 220 bool exists = false; in SharedPtr_selfTest() local 229 bool exists = false; in SharedPtr_selfTest() local [all …]
|
D | deUniquePtr.cpp | 37 Object(bool &exists) : m_exists(exists) in Object() 67 MovePtr<Object> createObject(bool &exists) in createObject() 79 bool exists = false; in UniquePtr_selfTest() local 90 bool exists = false; in UniquePtr_selfTest() local 107 bool exists = false; in UniquePtr_selfTest() local 115 bool exists = false; in UniquePtr_selfTest() local 129 bool exists = false; in UniquePtr_selfTest() local 142 bool exists = false; in UniquePtr_selfTest() local 155 bool exists = false; in UniquePtr_selfTest() local 176 bool exists = false; in UniquePtr_selfTest() local [all …]
|
/external/autotest/server/hosts/ |
D | cros_label.py | 100 def exists(self, host): member in BluetoothPeerLabel 136 def exists(self, host): member in Cr50Label 186 def exists(self, host): member in ChameleonLabel 211 def exists(self, host): member in ChameleonConnectionLabel 267 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/rust/android-crates-io/crates/predicates/src/path/ |
D | existence.rs | 21 exists: bool, field 68 pub fn exists() -> ExistencePredicate { in exists() 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/python/cpython3/Lib/ |
D | glob.py | 392 def select_special(path, exists=False): argument 409 def select_literal(path, exists=False): argument 424 def select_wildcard(path, exists=False): argument 471 def select_recursive(path, exists=False): argument 512 def select_exists(self, path, exists=False): argument
|
/external/okio/okio/src/commonMain/kotlin/okio/ |
D | FileSystem.kt | 137 fun exists(path: Path): Boolean in canonicalize() method in okio.FileSystem
|
/external/ltp/testcases/lib/ |
D | cmdlib.sh | 102 exists() function
|
/external/mesa3d/src/nouveau/mme/ |
D | mme_value.h | 87 uint32_t exists; member 92 mme_reg_alloc_init(struct mme_reg_alloc *a, uint32_t exists) in mme_reg_alloc_init()
|
/external/apache-commons-io/src/main/java/org/apache/commons/io/monitor/ |
D | FileEntry.java | 64 private boolean exists; field in FileEntry 262 public void setExists(final boolean exists) { in setExists()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns04.c | 24 int exists = access("/proc/self/ns/user", F_OK); in setup() local
|
D | ioctl_ns02.c | 25 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
D | ioctl_ns03.c | 24 int exists = access("/proc/self/ns/uts", 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/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
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | IMarkerFactory.java | 59 boolean exists(String name); in exists() method
|
/external/perfetto/ui/src/base/ |
D | utils.ts | 19 export function exists<T>(value: T): value is NonNullable<T> { function
|
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/ |
D | CheckingBundleListener.java | 53 boolean exists(String bundleName) { in exists() method in CheckingBundleListener
|
/external/rust/android-crates-io/crates/nix/test/mount/ |
D | test_nmount.rs | 27 let exists = Path::exists(&mountpoint.path().join("sentry")); in ok() localVariable
|
/external/aws-sdk-java-v2/bundle-logging-bridge/src/main/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/ |
D | IMarkerFactoryAdapter.java | 39 public boolean exists(String s) { in exists() method in IMarkerFactoryAdapter
|
/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
|