Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp181 void *loaded = dlopen(fullPath, RTLD_NOW | RTLD_LOCAL); in loadAndDeleteSharedLibrary() local
182 if (loaded == nullptr) { in loadAndDeleteSharedLibrary()
192 return loaded; in loadAndDeleteSharedLibrary()
199 void *loaded = nullptr; in loadSharedLibrary() local
209 loaded = loadSOHelper(scriptSOName.c_str(), cacheDir, resName, alreadyLoaded); in loadSharedLibrary()
211 if (loaded != nullptr) { in loadSharedLibrary()
212 return loaded; in loadSharedLibrary()
224 loaded = loadSOHelper(scriptSONameApk.c_str(), cacheDir, resName); in loadSharedLibrary()
225 if (loaded != nullptr) { in loadSharedLibrary()
226 return loaded; in loadSharedLibrary()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java161 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in runRemovingLastJob() local
163 assertJobsEqual(JobStatus2, loaded); in runRemovingLastJob()
274 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testDynamicConstraintsNotPersisted() local
275 assertFalse(loaded.hasBatteryNotLowConstraint()); in testDynamicConstraintsNotPersisted()
276 assertFalse(loaded.hasChargingConstraint()); in testDynamicConstraintsNotPersisted()
277 assertFalse(loaded.hasIdleConstraint()); in testDynamicConstraintsNotPersisted()
278 assertFalse(loaded.hasStorageNotLowConstraint()); in testDynamicConstraintsNotPersisted()
409 for (JobStatus loaded : jobStatusSet.getAllJobs()) { in runWritingJobsToDisk()
415 assertJobsEqual(expected, loaded); in runWritingJobsToDisk()
454 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithExtras() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsControllerImplTest.kt300 var loaded = false in <lambda>() variable
306 loaded = true in <lambda>()
322 assertTrue(loaded) in <lambda>()
327 var loaded = false in <lambda>() variable
337 loaded = true in <lambda>()
356 assertTrue(loaded) in <lambda>()
361 var loaded = false in <lambda>() variable
368 loaded = true in <lambda>()
387 assertTrue(loaded) in <lambda>()
392 var loaded = false in <lambda>() variable
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DWebViewCaptureHelperTest.java66 CountDownLatch loaded = new CountDownLatch(1); in createScrollableContent() local
107 loaded.countDown(); in createScrollableContent()
112 waitFor(loaded, 5, TimeUnit.SECONDS); in createScrollableContent()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/sensors/
DFakeThresholdSensor.java72 public void setLoaded(boolean loaded) { in setLoaded() argument
73 mIsLoaded = loaded; in setLoaded()
/frameworks/proto_logging/stats/atoms/pdf/
Dpdfviewer_extension_atoms.proto63 // Unique identifier for a particular loaded document.
64 // Note: This identifier will be different even if the same pdf document is loaded twice.
79 // Unique identifier for a particular loaded document
118 // Unique identifier for a particular loaded document
/frameworks/native/libs/input/tests/data/
Dkl_with_required_fake_config.kl15 # This KL should not be loaded unless the below config is present in the kernel
16 # This config will never exist, and therefore this KL should never be loaded
Dkl_with_required_real_config.kl15 # This KL should not be loaded unless the below config is present in the kernel
17 # to assume that this will always be loaded
Dbad_led_label.kl15 # This KL should not be loaded because the led label is invalid
Dbad_axis_label.kl15 # This KL should not be loaded because the axis label is not valid
/frameworks/base/services/robotests/
DREADME11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we
20 loaded, such as NoSuchMethodException, put the class involved in the exception in this annotation
/frameworks/base/services/core/java/com/android/server/pm/
DStorageEventHelper.java145 final ArrayList<AndroidPackage> loaded = new ArrayList<>(); in loadPrivatePackagesInner() local
164 loaded.add(pkg); in loadPrivatePackagesInner()
229 if (DEBUG_INSTALL) Slog.d(TAG, "Loaded packages " + loaded); in loadPrivatePackagesInner()
231 true /* mediaStatus */, false /* replacing */, loaded); in loadPrivatePackagesInner() local
/frameworks/base/media/lib/remotedisplay/
DREADME.txt10 app statically or dynamically, the real classes are loaded from the shared
22 This library is distributed in the system image, and loaded as
/frameworks/base/media/lib/signer/
DREADME.txt12 app statically or dynamically, the real classes are loaded from the shared
24 This library is distributed in the system image, and loaded as
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java180 Bitmap loaded = null; in DessertCaseView() local
183 opts.inBitmap = loaded; in DessertCaseView()
184 loaded = BitmapFactory.decodeResource(res, resid, opts); in DessertCaseView()
185 final BitmapDrawable d = new BitmapDrawable(res, convertToAlphaMask(loaded)); in DessertCaseView()
191 loaded = null; in DessertCaseView()
/frameworks/base/tests/SmokeTest/tests/
DAndroid.bp16 // automatically get all of its classes loaded into our environment.
/frameworks/base/packages/SystemUI/plugin/
Dproguard_plugins.flags2 # dynamically-loaded plugin APKs.
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp73 auto loaded = mBlobCache->get(&key, sizeof(key), hash.data(), hash.size()); in validateCache() local
75 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm.policy23 # on ARM is statically loaded at 0xffff 0000. See
Dmediacodec-arm64.policy23 # on ARM is statically loaded at 0xffff 0000. See
/frameworks/base/apex/jobscheduler/
DREADME_js-mainline.md18 put on the device and loaded by Zygote.
/frameworks/libs/binary_translation/android_api/libmediandk/
DAndroid.bp27 // ensure that it remains loaded after dlclose. e.g. process using libmediandk
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm.policy54 # on ARM is statically loaded at 0xffff 0000. See
/frameworks/proto_logging/stats/enums/pdf/
Denums.proto47 // PDF loaded successfully.
/frameworks/base/packages/WAPPushManager/tests/
DAndroid.bp41 // Email, we automatically get all of its classes loaded into

123