Home
last modified time | relevance | path

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

12

/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.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.cpp107 bool loaded = false; in android_server_SystemServer_spawnFdLeakCheckThread() local
113 if (max_fd > enable_threshold && !loaded) { in android_server_SystemServer_spawnFdLeakCheckThread()
114 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/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/tests/SmokeTest/tests/
DAndroid.bp7 // automatically get all of its classes loaded into our environment.
/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-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/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/av/media/codec2/hidl/services/seccomp_policy/
Dcodec2.software.base-arm.policy34 # on ARM is statically loaded at 0xffff 0000. See
Dcodec2.vendor.base-arm.policy34 # on ARM is statically loaded at 0xffff 0000. See
/frameworks/base/cmds/statsd/src/
Dactive_config_list.proto27 // Time left in activation. When this proto is loaded after device boot,
/frameworks/base/location/lib/
DREADME.txt14 This library is distributed in the system image, and loaded as
/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
/frameworks/base/cmds/bootanimation/
DFORMAT.md76 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file
/frameworks/base/core/proto/android/service/
Dprocstats.proto267 // Stats for each process running with the package loaded in to it.

12