/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/angle/src/third_party/libXNVCtrl/ |
H A 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
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A 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
|
H A 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
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
H A D | FilePathAccessTestUtils.java | 58 public static void assertDirectoryAccess(File dir, boolean exists, boolean canWrite) in assertDirectoryAccess() 68 public static void assertAccess(File file, boolean exists, boolean canRead, boolean canWrite) in assertAccess() 88 private static void assertAccess(File file, boolean exists, boolean canRead, boolean canWrite, in assertAccess()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/ |
H A D | DOMFuncs.ts | 34 const exists = this.alreadyHasEntry(containerElement, tagOptions); constant 114 const exists = this.futureEntryAlreadyExist(templateElement, options); constant 172 const exists = this.futureEntryAlreadyExist(el, updateOptions); constant
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | AppCompatCameraPolicyTest.java | 310 void checkTopActivityHasDisplayRotationCompatPolicy(boolean exists) { in checkTopActivityHasDisplayRotationCompatPolicy() 315 void checkTopActivityHasCameraCompatFreeformPolicy(boolean exists) { in checkTopActivityHasCameraCompatFreeformPolicy() 320 void checkTopActivityHasCameraStateMonitor(boolean exists) { in checkTopActivityHasCameraStateMonitor()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-documentfile-nodeps/android_common/aar/ |
D | classes.jar | ... )
public abstract boolean delete ()
public abstract boolean exists ()
public abstract android.support.v4. ... |
D | android-support-documentfile-nodeps.jar | ... )
public abstract boolean delete ()
public abstract boolean exists ()
public abstract android.support.v4. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha02/androidx.documentfile_documentfile/android_common/aar/ |
D | androidx.documentfile_documentfile.jar | ... )
public abstract boolean delete ()
public abstract boolean exists ()
public abstract androidx.documentfile.provider. ... |
D | classes.jar | ... )
public abstract boolean delete ()
public abstract boolean exists ()
public abstract androidx.documentfile.provider. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha02/androidx.documentfile_documentfile/android_common_apex30/aar/ |
D | classes.jar | ... )
public abstract boolean delete ()
public abstract boolean exists ()
public abstract androidx.documentfile.provider. ... |
D | androidx.documentfile_documentfile.jar | ... )
public abstract boolean delete ()
public abstract boolean exists ()
public abstract androidx.documentfile.provider. ... |
/aosp_15_r20/bionic/libc/bionic/ |
H A D | getauxval.cpp | 40 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists) __attribute__((n… in __bionic_getauxval() 54 bool exists; in getauxval() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/path/ |
D | existence.rs | 21 exists: bool, field 68 pub fn exists() -> ExistencePredicate { in exists() function
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Scanner/ |
H A D | FailingConstructors.java | 59 private static void test(boolean exists, File file) throws Throwable { in test() 114 private static void check(boolean exists, File file) { in check()
|
/aosp_15_r20/packages/apps/Car/Launcher/libs/car-launcher-common/src/com/android/car/carlaunchercommon/proto/ |
D | ProtoDataSource.kt | 44 fun exists(): Boolean { in exists() method
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | FileSystem.kt | 125 fun exists(path: Path): Boolean in canonicalize() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pathlib.py | 327 def _select_from(self, parent_path, is_dir, exists, scandir): argument 337 def _select_from(self, parent_path, is_dir, exists, scandir): argument 353 def _select_from(self, parent_path, is_dir, exists, scandir): argument 402 def _select_from(self, parent_path, is_dir, exists, scandir): argument 1230 def exists(self): member in Path
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pathlib.py | 327 def _select_from(self, parent_path, is_dir, exists, scandir): argument 337 def _select_from(self, parent_path, is_dir, exists, scandir): argument 353 def _select_from(self, parent_path, is_dir, exists, scandir): argument 402 def _select_from(self, parent_path, is_dir, exists, scandir): argument 1230 def exists(self): member in Path
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pathlib.py | 327 def _select_from(self, parent_path, is_dir, exists, scandir): argument 337 def _select_from(self, parent_path, is_dir, exists, scandir): argument 353 def _select_from(self, parent_path, is_dir, exists, scandir): argument 402 def _select_from(self, parent_path, is_dir, exists, scandir): argument 1230 def exists(self): member in Path
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pathlib.py | 327 def _select_from(self, parent_path, is_dir, exists, scandir): argument 337 def _select_from(self, parent_path, is_dir, exists, scandir): argument 353 def _select_from(self, parent_path, is_dir, exists, scandir): argument 402 def _select_from(self, parent_path, is_dir, exists, scandir): argument 1230 def exists(self): member in Path
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pathlib.py | 327 def _select_from(self, parent_path, is_dir, exists, scandir): argument 337 def _select_from(self, parent_path, is_dir, exists, scandir): argument 353 def _select_from(self, parent_path, is_dir, exists, scandir): argument 402 def _select_from(self, parent_path, is_dir, exists, scandir): argument 1230 def exists(self): member in Path
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pathlib.py | 327 def _select_from(self, parent_path, is_dir, exists, scandir): argument 337 def _select_from(self, parent_path, is_dir, exists, scandir): argument 353 def _select_from(self, parent_path, is_dir, exists, scandir): argument 402 def _select_from(self, parent_path, is_dir, exists, scandir): argument 1230 def exists(self): member in Path
|