Home
last modified time | relevance | path

Searched defs:iA (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A DMasterKey.java316 BigInteger iA = new BigInteger(a); in addTwoBytes() local
335 BigInteger iA = new BigInteger(a); in doXor() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastDefaultAnimation.kt60 val iA = ObjectAnimator.ofFloat(icon, "alpha", 0f, 1f).apply { regex
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp422 uint32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, in kernel() local
443 int32_t iR = in->x, iG = in->y, iB = in->z, iA = in->w, in kernel() local
/aosp12/art/test/646-checker-simd-hadd/src/
H A DHaddOther.java129 int[] iA = new int[M]; in main() local