/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.cpp | 181 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/ |
D | JobStoreTest.java | 213 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/ |
D | com_android_server_SystemServer.cpp | 107 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/ |
D | README | 11 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/ |
D | README.txt | 10 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/ |
D | DessertCaseView.java | 178 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/ |
D | Android.bp | 7 // automatically get all of its classes loaded into our environment.
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ShaderCache.cpp | 67 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/ |
D | README.txt | 12 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/ |
D | README | 4 versions are loaded. As a workaround, we rename all the fonts that we ship with
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm.policy | 23 # on ARM is statically loaded at 0xffff 0000. See
|
D | mediaswcodec-arm64.policy | 35 # on ARM is statically loaded at 0xffff 0000. See
|
D | mediaswcodec-arm.policy | 31 # on ARM is statically loaded at 0xffff 0000. See
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-arm.policy | 54 # on ARM is statically loaded at 0xffff 0000. See
|
/frameworks/base/packages/WAPPushManager/tests/ |
D | Android.bp | 30 // Email, we automatically get all of its classes loaded into
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 13 This library is distributed in the system image, and loaded as
|
/frameworks/av/media/codec2/hidl/services/seccomp_policy/ |
D | codec2.software.base-arm.policy | 34 # on ARM is statically loaded at 0xffff 0000. See
|
D | codec2.vendor.base-arm.policy | 34 # on ARM is statically loaded at 0xffff 0000. See
|
/frameworks/base/cmds/statsd/src/ |
D | active_config_list.proto | 27 // Time left in activation. When this proto is loaded after device boot,
|
/frameworks/base/location/lib/ |
D | README.txt | 14 This library is distributed in the system image, and loaded as
|
/frameworks/native/libs/android_runtime_lazy/ |
D | Android.bp | 21 // a library can be loaded without paying the cost of libandroid_runtime
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 38 * 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/ |
D | enums.proto | 152 * SIM card state: Loaded: SIM card applications have been loaded
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 76 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 267 // Stats for each process running with the package loaded in to it.
|