Home
last modified time | relevance | path

Searched defs:isLoaded (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt102 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetNoLastChosen_oneTargetInAdapter() constant
152 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetThatWasLastChosen_NoTargetsInAdapter() constant
201 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter() constant
252 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetThatWasLastChosenFilteringDisabled_oneTargetInAdapter() constant
329 val isLoaded = testSubject.rebuildList(doPostProcessing) in testTwoTargets() constant
403 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsLastChosenNotInTheList_twoTargetsInAdapter() constant
470 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter() constant
754 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInAdapter() constant
828 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithOverlappingInitialIntent_twoTargetsInAdapter() constant
DChooserListAdapterDataTest.kt123 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
186 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java43 public boolean isLoaded() { in isLoaded() method in Metadata
47 public void setLoaded(boolean isLoaded) { in setLoaded()
/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/
H A DLLaMARunner.mm43 - (BOOL)isLoaded { method
131 - (BOOL)isLoaded { method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPreprocessingRecord.h350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID()
445 bool isLoaded = this->I < 0; variable
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h327 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID()
411 bool isLoaded = this->I < 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPreprocessingRecord.h350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID()
445 bool isLoaded = this->I < 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPreprocessingRecord.h350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID()
445 bool isLoaded = this->I < 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPreprocessingRecord.h350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID()
445 bool isLoaded = this->I < 0; variable
/aosp_15_r20/frameworks/native/libs/ui/
H A DGralloc2.cpp97 bool Gralloc2Mapper::isLoaded() const { in isLoaded() function in android::Gralloc2Mapper
371 bool Gralloc2Allocator::isLoaded() const { in isLoaded() function in android::Gralloc2Allocator
H A DGralloc3.cpp91 bool Gralloc3Mapper::isLoaded() const { in isLoaded() function in android::Gralloc3Mapper
360 bool Gralloc3Allocator::isLoaded() const { in isLoaded() function in android::Gralloc3Allocator
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
H A DPluginLifecycleManager.java42 default boolean isLoaded() { in isLoaded() method
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DNativeLibrary.java46 static boolean isLoaded() { in isLoaded() method in NativeLibrary
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DEmpiricalDistribution.java105 boolean isLoaded(); in isLoaded() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/sensors/
H A DFakeProximitySensor.java54 public boolean isLoaded() { in isLoaded() method in FakeProximitySensor
H A DFakeThresholdSensor.java38 public boolean isLoaded() { in isLoaded() method in FakeThresholdSensor
/aosp_15_r20/system/chre/platform/zephyr/
H A Dplatform_nanoapp.cc60 bool PlatformNanoappBase::isLoaded() const { in isLoaded() function in chre::PlatformNanoappBase
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
H A DOpenCVLibrary.java96 public static boolean isLoaded() { in isLoaded() method in OpenCVLibrary
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensor.java41 boolean isLoaded(); in isLoaded() method
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
DGenre.java67 boolean isLoaded() { in isLoaded() method in Genre
DPlaylist.java67 boolean isLoaded() { in isLoaded() method in Playlist
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DSelfParticipantsData.java115 boolean isLoaded() { in isLoaded() method in SelfParticipantsData
DConversationParticipantsData.java96 public boolean isLoaded() { in isLoaded() method in ConversationParticipantsData
/aosp_15_r20/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DPhotosDeletionPreference.java93 public boolean isLoaded() { in isLoaded() method in PhotosDeletionPreference
/aosp_15_r20/system/chre/platform/linux/
H A Dplatform_nanoapp.cc94 bool PlatformNanoappBase::isLoaded() const { in isLoaded() function in chre::PlatformNanoappBase

12345678910>>...21