Home
last modified time | relevance | path

Searched defs:load (Results 1 – 25 of 169) sorted by relevance

1234567

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageLoader.java68 ListenableFuture<Result> load(Uri uri) { in load() method in ImageLoader
90 ListenableFuture<Result> load(File file) { in load() method
/aosp12/frameworks/rs/
H A DrsMatrix2x2.cpp35 void Matrix2x2::load(const float *v) { in load() function in android::renderscript::Matrix2x2
39 void Matrix2x2::load(const rs_matrix2x2 *v) { in load() function in android::renderscript::Matrix2x2
H A DrsMatrix3x3.cpp40 void Matrix3x3::load(const float *v) { in load() function in android::renderscript::Matrix3x3
44 void Matrix3x3::load(const rs_matrix3x3 *v) { in load() function in android::renderscript::Matrix3x3
H A DrsFileA3D.cpp84 bool FileA3D::load(Asset *asset) { in load() function in android::renderscript::FileA3D
88 bool FileA3D::load(const void *data, size_t length) { in load() function in android::renderscript::FileA3D
142 bool FileA3D::load(FILE *f) { in load() function in android::renderscript::FileA3D
H A DrsMatrix4x4.cpp153 void Matrix4x4::load(const float *v) { in load() function in android::renderscript::Matrix4x4
157 void Matrix4x4::load(const rs_matrix4x4 *v) { in load() function in android::renderscript::Matrix4x4
161 void Matrix4x4::load(const rs_matrix3x3 *v) { in load() function in android::renderscript::Matrix4x4
180 void Matrix4x4::load(const rs_matrix2x2 *v) { in load() function in android::renderscript::Matrix4x4
/aosp12/system/chre/platform/slpi/include/chre/target_platform/
H A Datomic_base_impl.h39 inline bool AtomicBool::load() const { in load() function
62 inline uint32_t AtomicUint32::load() const { in load() function
/aosp12/system/chre/platform/freertos/include/chre/target_platform/
H A Datomic_base_impl.h33 inline bool AtomicBool::load() const { in load() function
54 inline uint32_t AtomicUint32::load() const { in load() function
/aosp12/system/chre/platform/linux/include/chre/target_platform/
H A Datomic_base_impl.h32 inline bool AtomicBool::load() const { in load() function
52 inline uint32_t AtomicUint32::load() const { in load() function
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DLifetimeWriteInfoProvider.java23 LifetimeWriteInfo[] load(); in load() method
H A DUidIoStatsProvider.java24 SparseArray<UidIoRecord> load(); in load() method
H A DWearInformationProvider.java22 WearInformation load(); in load() method
/aosp12/frameworks/base/test-runner/src/junit/runner/
H A DStandardTestSuiteLoader.java14 public Class load(String suiteClassName) throws ClassNotFoundException { in load() method in StandardTestSuiteLoader
H A DTestSuiteLoader.java9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; in load() method
/aosp12/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java119 public boolean load() { in load() method in GestureLibraries.FileGestureLibrary
162 public boolean load() { in load() method in GestureLibraries.ResourceGestureLibrary
/aosp12/system/bt/gd/rust/common/src/
H A Dinit_flags.rs108 pub fn load(flags: Vec<String>) { in load() function
/aosp12/frameworks/base/test-runner/src/android/test/
H A DSimpleCache.java26 protected abstract V load(K key); in load() method in SimpleCache
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadataDao.java32 List<Metadata> load(); in load() method
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuare.kt51 fun load(drawable: Drawable) { regex
61 fun load(context: Context, icon: Icon) { regex
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderNameProvider.java84 private void load(Context context) { in load() method in FolderNameProvider
89 private void load(List<AppInfo> appInfos, IntSparseArrayMap<FolderInfo> folderInfos) { in load() method in FolderNameProvider
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DWfaKeyStore.java43 public void load() { in load() method in WfaKeyStore
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGrallocLoader.h37 static IMapper* load() { in load() function
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DEngineLibrary.cpp27 std::shared_ptr<EngineLibrary> EngineLibrary::load(std::string libraryPath) in load() function in android::EngineLibrary
/aosp12/frameworks/base/core/java/android/service/controls/
H A DIControlsProvider.aidl27 void load(IControlsSubscriber subscriber); in load() method
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcLoader.h37 static IComposer* load() { in load() function
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcLoader.h37 static IComposer* load() { in load() function

1234567