/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | BigIntegerPerfTest.java | 174 BigInteger exponent = BigInteger.TEN.pow(i / 2 - 1); in repeatModPow() local 176 BigInteger newRes = base.modPow(exponent, product); in repeatModPow() 177 if (!newRes.mod(odd1).equals(base.modPow(exponent, odd1))) { in repeatModPow() 185 + base.modPow(exponent, odd1) in repeatModPow() 189 + exponent); in repeatModPow() 191 if (!newRes.mod(odd2).equals(base.modPow(exponent, odd2))) { in repeatModPow()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10Ext.java | 33 int[] exponent, in glQueryMatrixxOES() argument 41 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument
|
H A D | GLErrorWrapper.java | 947 int[] exponent, int exponentOffset) { in glQueryMatrixxOES() argument 950 exponent, exponentOffset); in glQueryMatrixxOES() 955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() argument 957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
|
H A D | GLLogWrapper.java | 2745 int[] exponent, int exponentOffset) { in glQueryMatrixxOES() argument 2748 arg("exponent", Arrays.toString(exponent)); in glQueryMatrixxOES() 2751 exponent, exponentOffset); in glQueryMatrixxOES() 2753 returns(toString(16, FORMAT_INT, exponent, exponentOffset)); in glQueryMatrixxOES() 2758 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() argument 2761 arg("exponent", exponent.toString()); in glQueryMatrixxOES() 2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES() 2765 returns(toString(16, FORMAT_INT, exponent)); in glQueryMatrixxOES()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10Ext.java | 27 int[] exponent, in glQueryMatrixxOES() argument 33 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument
|
/aosp14/system/core/libcrypto_utils/ |
H A D | android_pubkey.cpp | 52 uint32_t exponent; member 81 if (!e || !BN_set_word(e, key_struct->exponent)) { in android_pubkey_decode() 146 key_struct->exponent = (uint32_t)BN_get_word(RSA_get0_e(key)); in android_pubkey_encode()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 436 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES___3II_3II() local 482 exponent = exponent_base + exponentOffset; in android_glQueryMatrixxOES___3II_3II() 486 (GLint *)exponent in android_glQueryMatrixxOES___3II_3II() 520 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 541 …exponent = (GLint *)getPointer(_env, exponent_buf, (jarray*)&_exponentArray, &_exponentRemaining, … in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 552 if (exponent == NULL) { in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 554 exponent = (GLint *) (_exponentBase + _exponentBufferOffset); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 558 (GLint *)exponent in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 563 _env->ReleaseIntArrayElements(_exponentArray, (jint*)exponent, _exception ? JNI_ABORT : 0); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 4120 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES___3II_3II() local 4166 exponent = exponent_base + exponentOffset; in android_glQueryMatrixxOES___3II_3II() 4170 (GLint *)exponent in android_glQueryMatrixxOES___3II_3II() 4204 GLint *exponent = (GLint *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local 4225 …exponent = (GLint *)getPointer(_env, exponent_buf, (jarray*)&_exponentArray, &_exponentRemaining, … in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4236 if (exponent == NULL) { in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4238 exponent = (GLint *) (_exponentBase + _exponentBufferOffset); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4242 (GLint *)exponent in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 4247 _env->ReleaseIntArrayElements(_exponentArray, (jint*)exponent, _exception ? JNI_ABORT : 0); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1158 int[] exponent, in glQueryMatrixxOES() argument 1166 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument
|
/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 ... |