Home
last modified time | relevance | path

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

12

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp180 void *loaded = dlopen(fullPath, RTLD_NOW | RTLD_LOCAL); in loadAndDeleteSharedLibrary() local
181 if (loaded == nullptr) { in loadAndDeleteSharedLibrary()
191 return loaded; in loadAndDeleteSharedLibrary()
198 void *loaded = nullptr; in loadSharedLibrary() local
208 loaded = loadSOHelper(scriptSOName.c_str(), cacheDir, resName, alreadyLoaded); in loadSharedLibrary()
210 if (loaded != nullptr) { in loadSharedLibrary()
211 return loaded; in loadSharedLibrary()
223 loaded = loadSOHelper(scriptSONameApk.c_str(), cacheDir, resName); in loadSharedLibrary()
224 if (loaded != nullptr) { in loadSharedLibrary()
225 return loaded; in loadSharedLibrary()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java213 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithExtras() local
214 assertTasksEqual(task, loaded.getJob()); in testWritingTaskWithExtras()
233 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithSourcePackage() local
234 assertEquals("Source package not equal.", loaded.getSourcePackageName(), in testWritingTaskWithSourcePackage()
236 assertEquals("Source user not equal.", loaded.getSourceUserId(), in testWritingTaskWithSourcePackage()
255 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithFlex() local
256 assertEquals("Period not equal.", loaded.getJob().getIntervalMillis(), in testWritingTaskWithFlex()
258 assertEquals("Flex not equal.", loaded.getJob().getFlexMillis(), in testWritingTaskWithFlex()
287 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testMassivePeriodClampedOnRead() local
293 loaded.getEarliestRunTime() <= newNowElapsed + TWO_HOURS); in testMassivePeriodClampedOnRead()
[all …]
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp108 bool loaded = false; in android_server_SystemServer_spawnFdLeakCheckThread() local
114 if (max_fd > enable_threshold && !loaded) { in android_server_SystemServer_spawnFdLeakCheckThread()
115 loaded = true; in android_server_SystemServer_spawnFdLeakCheckThread()
/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/tests/SmokeTest/tests/
DAndroid.bp7 // automatically get all of its classes loaded into our environment.
/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/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java178 Bitmap loaded = null; in DessertCaseView() local
181 opts.inBitmap = loaded; in DessertCaseView()
182 loaded = BitmapFactory.decodeResource(res, resid, opts); in DessertCaseView()
183 final BitmapDrawable d = new BitmapDrawable(res, convertToAlphaMask(loaded)); in DessertCaseView()
189 loaded = null; in DessertCaseView()
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp67 auto loaded = mBlobCache->get(&key, sizeof(key), hash.data(), hash.size()); in validateCache() local
69 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
/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/layoutlib/rename_font/
DREADME4 versions are loaded. As a workaround, we rename all the fonts that we ship with
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediacodec-arm64.policy23 # on ARM is statically loaded at 0xffff 0000. See
Dmediacodec-arm.policy23 # on ARM is statically loaded at 0xffff 0000. See
Dmediaswcodec-arm64.policy35 # on ARM is statically loaded at 0xffff 0000. See
Dmediaswcodec-arm.policy31 # 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/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm.policy54 # on ARM is statically loaded at 0xffff 0000. See
/frameworks/base/packages/WAPPushManager/tests/
DAndroid.bp30 // Email, we automatically get all of its classes loaded into
/frameworks/base/media/lib/tvremote/
DREADME.txt13 This library is distributed in the system image, and loaded as
/frameworks/base/location/lib/
DREADME.txt14 This library is distributed in the system image, and loaded as
/frameworks/base/cmds/statsd/src/
Dactive_config_list.proto27 // Time left in activation. When this proto is loaded after device boot,
/frameworks/av/media/codec2/hidl/services/seccomp_policy/
Dandroid.hardware.media.c2@1.1-default-arm.policy31 # on ARM is statically loaded at 0xffff 0000. See
Dandroid.hardware.media.c2@1.1-default-arm64.policy35 # on ARM is statically loaded at 0xffff 0000. See
/frameworks/native/libs/android_runtime_lazy/
DAndroid.bp21 // a library can be loaded without paying the cost of libandroid_runtime
/frameworks/base/packages/SystemUI/docs/
Dplugins.md38     * Called when the plugin has been loaded and is ready to be used.
187 Plugins are APKs that contain code and resources that can be dynamically loaded into SystemUI.  The…
197 …uild.  All plugins must hold this permission for any of their code to be loaded, otherwise the inf…
217 When plugins are loaded, they are done so by creating a PathClassLoader that points at the plugin A…
/frameworks/base/core/proto/android/telephony/
Denums.proto152 * SIM card state: Loaded: SIM card applications have been loaded

12