/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambda.java | 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() 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() 611 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 648 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage() 743 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 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 | 36 final Object C = new Object(); in testContains() local 52 final Object C = new Object(); in testIndexOf() local 72 final Object C = new Object(); in testContainsAll() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | BrightnessUtils.java | 41 private static final float C = 0.55991073f; field in BrightnessUtils
|
/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 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 3161 validateHERK(Element.F32_2(mRS), Trans, A, C); in CHERK() local 3187 validateHERK(Element.F64_2(mRS), Trans, A, C); in ZHERK() 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 …ouble alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int inc… in rsnScriptIntrinsicBLAS_Z() 1015 …ouble alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int inc… 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/packages/SettingsLib/DisplayUtils/src/com/android/settingslib/display/ |
H A D | BrightnessUtils.java | 31 private static final float C = 0.55991073f; 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() 66 Dot14 C = 3 * (b - c) + Dot14_ONE; in SkUnitCubicInterp() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | ReflectionPerfTest.java | 259 public static class C { class in ReflectionPerfTest 263 public C() { in C() method in ReflectionPerfTest.C
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | MethodInvocationPerfTest.java | 39 static class C implements I { class in MethodInvocationPerfTest
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | CallbackRegistry.java | 77 public CallbackRegistry(NotifierCallback<C, T, A> notifier) { in CallbackRegistry()
|
/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 | 323 static constexpr float C = 4.0f / 29.0f; variable
|
/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() 688 jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Complex() 723 jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { 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 | 522 final float C = (far + near) * r_depth; in frustumM() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 968 ReferenceQueue<T> referenceQueue, Function<C, WeakReference<T>> unwrappingFunction) { in cleanupReferences()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogControllerImpl.java | 887 static class C implements Callbacks { class in VolumeDialogControllerImpl
|
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/ |
H A D | rubidium_scoring_logic_compiled.js | 29 function C(a){z(a,1);return a}function E(a){return!!(A(a)&2)}function Fa(a){z(a,16);return a}functi… function
|
H A D | turtledove_generate_bid.js | 33 function C(a){return Array.isArray(a)?!!(A(a)&2):!1}function Ia(a){if(!Array.isArray(a))throw Error… function
|
H A D | turtledove_parametrized_generateBid.js | 32 function C(a){return Array.isArray(a)?!!(A(a)&2):!1}function Ha(a){if(!Array.isArray(a))throw Error… function
|
H A D | rubidium_bidding_logic_compiled.js | 64 Gd=p(ha.ads),Pb=Gd.next();!Pb.done;Pb=Gd.next()){var C=Pb.value,Hd=void 0;if(void 0!==Dd&&(null==(H… variable
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |