Searched defs:base (Results 151 - 175 of 198) sorted by relevance

12345678

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java311 private static String buildOomTag(String prefix, String space, int val, int base) { argument
312 if (val == base) {
316 return prefix + "+" + Integer.toString(val-base);
H A DTaskRecord.java203 String rootAffinity; // Initial base affinity, or null; does not change from initial root.
1121 reportOut.base = r;
1810 // depend on task or stacks, but uses those object to get the display to base the calculation
2101 ActivityRecord base; field in class:TaskRecord.TaskActivitiesReport
2105 top = base = null;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java45 * Settings base class for pending and resolved classes.
59 * this is path to single base APK file; for cluster packages this is
161 PackageSettingBase(PackageSettingBase base, String realName) { argument
162 super(base);
163 name = base.name;
165 doCopy(base);
H A DPackageInstallerSession.java240 * Path to the validated base APK for this session, which may point at an
241 * APK inside the session (when the session defines the base), or it may
242 * point at the existing base APK (when adding splits to an existing app).
1141 targetName = "base" + APK_FILE_EXTENSION;
1176 "Missing existing base package for " + mPackageName);
1199 "Couldn't obtain signatures from base APK");
1205 // Full installs must include a base package
1208 "Full install must include a base package");
1215 "Missing existing base package for " + mPackageName);
1229 assertApkConsistentLocked("Existing base", existingBas
1374 getRelativePath(File file, File base) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppStandbyControllerTests.java116 public MyContextWrapper(Context base) { argument
117 super(base);
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DTetheringTest.java162 MockContext(Context base) { argument
163 super(base);
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp539 HpGraphicBufferProducer(const sp<IBinder>& base) : PBase(base) {} argument
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp165 sp<KeyCharacterMap> KeyCharacterMap::combine(const sp<KeyCharacterMap>& base, argument
168 return base;
170 if (base == NULL) {
174 sp<KeyCharacterMap> map = new KeyCharacterMap(*base.get());
274 // For example, the base key behavior will usually be last in the list.
470 // For example, the base key behavior will usually be last in the list.
1141 if (token == "base") {
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp40 | base col1 | base col2 | base col1 | base col2 |
46 | base col1 | base col2 | table | table |diff|flip|
55 | base col1 | dcol 2 | base col1 | dcol 2 |
61 | base col 1 | dcol 2 | table | table |diff|flip|
162 inline int convertDiff(int base, in argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp501 // Get a base pointer to the new LOD
502 const Allocation *base = alloc->mHal.state.baseAlloc; local
504 if (base == nullptr) {
514 alloc->mHal.drvState.lod[lod] = base->mHal.drvState.lod[lod + lodBias];
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp569 // Get a base pointer to the new LOD
570 const Allocation *base = alloc->mHal.state.baseAlloc; local
572 if (base == nullptr) {
579 alloc->mHal.drvState.lod[lod] = base->mHal.drvState.lod[lod + lodBias];
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaBrowserServiceCompat.java1104 * Attaches to the base context. This method is added to change the visibility of
1114 public void attachToBaseContext(Context base) { argument
1115 attachBaseContext(base);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseStaggeredGridLayoutManagerTest.java87 protected static List<Config> addConfigVariation(List<Config> base, String fieldName, argument
92 for (Config config : base) {
/frameworks/base/core/java/android/app/
H A DDownloadManager.java547 private void setDestinationFromBase(File base, String subPath) { argument
551 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
H A DContextImpl.java100 ReceiverRestrictedContext(Context base) { argument
101 super(base);
143 * Common implementation of Context API, which provides the base
2382 // Create the base resources for which all configuration contexts for this Activity
2522 private File makeFilename(File base, String name) { argument
2524 return new File(base, name);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java59 public ContextWrapper(Context base) { argument
60 mBase = base;
64 * Set the base context for this ContextWrapper. All calls will then be
65 * delegated to the base context. Throws
66 * IllegalStateException if a base context has already been set.
68 * @param base The new base context for this wrapper.
70 protected void attachBaseContext(Context base) { argument
74 mBase = base;
78 * @return the base contex
[all...]
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java87 * to the base density scaling.
2258 * Generate a delta Configuration between <code>base</code> and <code>change</code>. The
2267 public static Configuration generateDelta(Configuration base, Configuration change) { argument
2269 if (base.fontScale != change.fontScale) {
2273 if (base.mcc != change.mcc) {
2277 if (base.mnc != change.mnc) {
2281 base.fixUpLocaleList();
2283 if (!base.mLocaleList.equals(change.mLocaleList)) {
2288 if (base.touchscreen != change.touchscreen) {
2292 if (base
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java312 protected void attachBaseContext(Context base) { argument
313 super.attachBaseContext(base);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1598 private static float computeLog(float t, int base) { argument
1599 return (float) (1 - Math.pow(base, -t));
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1174 private String settingSetIndicatorName(String base) { argument
1175 return base + "_set";
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java1969 public Statement apply(Statement base, FrameworkMethod method, Object target) { argument
1979 return base;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1024 static bool isIsaMatched(uint32_t base, uint32_t ext) { argument
1025 if (base == ext)
1027 if (base == llvm::ELF::EF_MIPS_ARCH_32 &&
1030 if (base == llvm::ELF::EF_MIPS_ARCH_32R2 &&
1036 if (ext == base)
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/android/os/
H A DStrictMode.java770 public Builder(VmPolicy base) { argument
771 mMask = base.mask;
773 mClassInstanceLimit = base.classInstanceLimit;
774 mListener = base.mListener;
775 mExecutor = base.mCallbackExecutor;
/frameworks/native/opengl/libagl/
H A Dcontext.h243 void* base; member in struct:android::gl::vertex_cache_t

Completed in 638 milliseconds

12345678