Searched refs:base (Results 101 - 125 of 141) sorted by relevance

123456

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java472 * truncating the base value to an integer.
494 * rounding the base value, and ensuring that a non-zero base value
597 * @param base The base value of this fraction. In other words, a
599 * @param pbase The parent base value of this fraction. In other
606 * base value, or defValue if not defined.
609 public float getFraction(int index, int base, int pbase, float defValue) { argument
625 return mValue.getFraction(base, pbase);
/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/base/data/sounds/
H A DAudioPackage10.mk8 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage5.mk8 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage7.mk8 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage7alt.mk8 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage8.mk8 LOCAL_PATH:= frameworks/base/data/sounds
H A DOriginalAudio.mk9 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage2.mk10 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage3.mk10 LOCAL_PATH:= frameworks/base/data/sounds
H A DAudioPackage4.mk10 LOCAL_PATH:= frameworks/base/data/sounds
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java883 static int getDimensionOrFraction(TypedArray a, int index, int base, int defValue) { argument
890 return Math.round(a.getFraction(index, base, base, defValue));
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java559 final int base = pInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE;
561 if (base == PermissionInfo.PROTECTION_DANGEROUS ||
562 base == PermissionInfo.PROTECTION_NORMAL) {
/frameworks/base/core/java/android/os/
H A DStrictMode.java585 public Builder(VmPolicy base) { argument
586 mMask = base.mask;
588 mClassInstanceLimit = base.classInstanceLimit;
/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java995 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath();
996 return new JournaledFile(new File(base), new File(base + ".tmp"));
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp579 mEncoderOutputBuffers.itemAt(bufferIndex)->base() + offset,
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp925 memcpy(previewBuffer->base(), (uint8_t *)heap->base() + offset, size);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java511 private void setDestinationFromBase(File base, String subPath) { argument
515 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
H A DContextImpl.java124 ReceiverRestrictedContext(Context base) { argument
125 super(base);
167 * Common implementation of Context API, which provides the base
1962 private File makeFilename(File base, String name) { argument
1964 return new File(base, name);
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java437 final String base = context.getResources().getText(
439 return String.format(base, buffer, mobile);
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java221 Uri base = Uri.parse("content://sms");
222 Uri appended = base.buildUpon()
/frameworks/base/tools/aidl/
H A Daidl.cpp342 // for interfaces, also add the service base type, we don't
349 Type* base = new Type(c->package ? c->package : "", local
352 NAMES.Add(base);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java626 final int base = pi.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE;
627 if (base < startProtectionLevel
628 || base > endProtectionLevel) {
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp628 buffer->base() + info->mOffset, copy);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp162 memmove(mBuffer->base(), mBuffer->data(), mBuffer->size());

Completed in 536 milliseconds

123456