Home
last modified time | relevance | path

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

12345678910

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.cpp44 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 …]
DdeUniquePtr.cpp37 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/
Dcros_label.py100 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
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/rust/android-crates-io/crates/predicates/src/path/
Dexistence.rs21 exists: bool, field
68 pub fn exists() -> ExistencePredicate { in exists() 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/python/cpython3/Lib/
Dglob.py392 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/
DFileSystem.kt137 fun exists(path: Path): Boolean in canonicalize() method in okio.FileSystem
/external/ltp/testcases/lib/
Dcmdlib.sh102 exists() function
/external/mesa3d/src/nouveau/mme/
Dmme_value.h87 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/
DFileEntry.java64 private boolean exists; field in FileEntry
262 public void setExists(final boolean exists) { in setExists()
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_ns04.c24 int exists = access("/proc/self/ns/user", F_OK); in setup() local
Dioctl_ns02.c25 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
Dioctl_ns03.c24 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/
DRouteGuideUtil.java35 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
/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
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DIMarkerFactory.java59 boolean exists(String name); in exists() method
/external/perfetto/ui/src/base/
Dutils.ts19 export function exists<T>(value: T): value is NonNullable<T> { function
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DCheckingBundleListener.java53 boolean exists(String bundleName) { in exists() method in CheckingBundleListener
/external/rust/android-crates-io/crates/nix/test/mount/
Dtest_nmount.rs27 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/
DIMarkerFactoryAdapter.java39 public boolean exists(String s) { in exists() method in IMarkerFactoryAdapter
/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

12345678910