/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyCharacterMap.java | 256 private static final StringBuilder sDeadKeyBuilder = new StringBuilder(); argument 260 addDeadKey(ACCENT_STROKE, 'D', '\u0110'); in addDeadKey() 261 addDeadKey(ACCENT_STROKE, 'G', '\u01e4'); in addDeadKey() 262 addDeadKey(ACCENT_STROKE, 'H', '\u0126'); in addDeadKey() 263 addDeadKey(ACCENT_STROKE, 'I', '\u0197'); in addDeadKey() 264 addDeadKey(ACCENT_STROKE, 'L', '\u0141'); in addDeadKey() 265 addDeadKey(ACCENT_STROKE, 'O', '\u00d8'); in addDeadKey() 266 addDeadKey(ACCENT_STROKE, 'T', '\u0166'); in addDeadKey() 267 addDeadKey(ACCENT_STROKE, 'd', '\u0111'); in addDeadKey() 268 addDeadKey(ACCENT_STROKE, 'g', '\u01e5'); in addDeadKey() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambda.java | 265 TriPredicate<? super A, ? super B, ? super C> function, in obtainPredicate() 285 QuadPredicate<? super A, ? super B, ? super C, ? super D> function, in obtainPredicate() 306 QuintPredicate<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainPredicate() 377 TriConsumer<? super A, ? super B, ? super C> function, in obtainRunnable() 409 TriConsumer<? super A, ? super B, ? super C> function, in obtainMessage() 432 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainRunnable() 465 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainMessage() 489 QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainRunnable() 524 QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainMessage() 813 DecConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() [all …]
|
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | ArrayUtilsTest.java | 35 final Object B = new Object(); in testContains() local 51 final Object B = new Object(); in testIndexOf() local 71 final Object B = new Object(); in testContainsAll() local
|
H A D | MessageUtilsTest.java | 41 class B { class
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
H A D | ReferencedByAnnotation.java | 22 B; enumConstant
|
H A D | ReferencedByInterface.java | 22 B; enumConstant
|
H A D | ReferencedByAnnotationWithOtherReferences.java | 28 B { enumConstant
|
H A D | ReferencedByClassInAnnotation.java | 28 B { enumConstant
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | imgprocutil.h | 23 inline int getIntensityFast(int R, int G, int B) { in getIntensityFast()
|
H A D | frametovalues.cpp | 46 int B = *(pixelPtr + disp + 2); in Java_androidx_media_filterpacks_image_ToGrayValuesFilter_toGrayValues() local
|
H A D | histogram.cpp | 31 int B = *(pImg++); in addPixelToHistogram() local
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2497 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C); in SSYMM() local 2523 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C); in DSYMM() local 2729 validateSYR2K(Element.F32(mRS), Trans, A, B, C); in SSYR2K() local 2755 validateSYR2K(Element.F64(mRS), Trans, A, B, C); in DSYR2K() local 2781 validateSYR2K(Element.F32_2(mRS), Trans, A, B, C); in CSYR2K() local 2807 validateSYR2K(Element.F64_2(mRS), Trans, A, B, C); in ZSYR2K() local 2863 validateTRMM(Element.F32(mRS), Side, TransA, A, B); in STRMM() local 3099 validateHEMM(Element.F32_2(mRS), Side, A, B, C); in CHEMM() local 3120 validateHEMM(Element.F64_2(mRS), Side, A, B, C); in ZHEMM() local 3239 validateHER2K(Element.F32_2(mRS), Trans, A, B, C); in CHER2K() local [all …]
|
H A D | RenderScript.java | 975 … float alpha, long A, long B, float beta, long C, int incX, int incY, in rsnScriptIntrinsicBLAS_Single() 979 … float alpha, long A, long B, float beta, long C, int incX, int incY, in nScriptIntrinsicBLAS_Single() 987 … double alpha, long A, long B, double beta, long C, int incX, int incY, in rsnScriptIntrinsicBLAS_Double() 991 … double alpha, long A, long B, double beta, long C, int incX, int incY, in nScriptIntrinsicBLAS_Double() 999 … float alphaX, float alphaY, long A, long B, float betaX, float betaY, long C, int incX, int incY, in rsnScriptIntrinsicBLAS_Complex() 1003 … float alphaX, float alphaY, long A, long B, float betaX, float betaY, long C, int incX, int incY, in nScriptIntrinsicBLAS_Complex() 1011 …double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int in… in rsnScriptIntrinsicBLAS_Z() 1015 …double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int in… in nScriptIntrinsicBLAS_Z() 1022 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 1025 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | BrightnessUtils.java | 40 private static final float B = 0.28466892f; field in BrightnessUtils
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | SignatureTest.java | 34 …private static final Signature B = new Signature("308204a830820390a003020102020900a1573d0f45bea193… field in SignatureTest
|
/aosp14/system/core/fs_mgr/libstorage_literals/storage_literals/ |
H A D | storage_literals.h | 36 using B = Size<0>; variable
|
/aosp14/frameworks/base/packages/SettingsLib/DisplayUtils/src/com/android/settingslib/display/ |
H A D | BrightnessUtils.java | 30 private static final float B = 0.28466892f; field in BrightnessUtils
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaInterpolator.cpp | 36 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { in eval_cubic() 65 Dot14 B = 3 * (c - 2 * b); in SkUnitCubicInterp() local
|
/aosp14/frameworks/base/libs/hwui/apex/java/android/graphics/ |
H A D | ColorMatrix.java | 241 final float B = 0.072f * invSat; in setSaturation() local
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | LegacySensorManager.java | 405 float A, B, C, D, E; in filter() local
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | Color.cpp | 322 static constexpr float B = 841.0f / 108.0f; variable
|
H A D | HostColorSpace.cpp | 204 const float2& B = primaries[2]; in computeXYZMatrix() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Graphics.cpp | 255 void GraphicsJNI::get_jrect(JNIEnv* env, jobject obj, int* L, int* T, int* R, int* B) in get_jrect() 265 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) in set_jrect()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 621 … jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, in nScriptIntrinsicBLAS_Single() 654 … jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, in nScriptIntrinsicBLAS_Double() 687 jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, in nScriptIntrinsicBLAS_Complex() 722 jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, in nScriptIntrinsicBLAS_Z() 757 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | Matrix.java | 521 final float B = (top + bottom) * r_height; in frustumM() local
|