/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | AllocationCopyPaddedTest.java | 117 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_1D_Helper() local 154 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_2D_Helper() local 192 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_3D_Helper() local 228 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_1D() local 260 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_2D() local 293 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_3D() local 324 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_1D() local 355 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_2D() local 387 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_3D() local 418 double[] inArray = new double[arr_len]; in test_AllocationPadded_Double3_1D() local [all …]
|
H A D | RSBaseCompute.java | 117 double[] inArray = new double[INPUTSIZE * width]; in createRandomAllocation() local 124 float[] inArray = new float[INPUTSIZE * width]; in createRandomAllocation() local 131 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local 137 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local 141 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local 145 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local 149 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local 153 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local 157 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local 181 double[] inArray = new double[INPUTSIZE * width]; in createRandomFloatAllocation() local [all …]
|
H A D | AllocationCopyToTest.java | 74 short[] inArray = new short[arr_len]; in test_Allocationcopy1DRangeTo_Short_Helper() local 122 int[] inArray = new int[arr_len]; in test_Allocationcopy1DRangeTo_Int() local 159 float[] inArray = new float[arr_len]; in test_Allocationcopy1DRangeTo_Float() local 196 long[] inArray = new long[arr_len]; in test_Allocationcopy1DRangeTo_Long() local 269 short[] inArray = new short[arr_len]; in test_Allocationcopy2DRangeTo_Short_Helper() local 314 int[] inArray = new int[arr_len]; in test_Allocationcopy2DRangeTo_Int() local 348 float[] inArray = new float[arr_len]; in test_Allocationcopy2DRangeTo_Float() local 382 long[] inArray = new long[arr_len]; in test_Allocationcopy2DRangeTo_Long() local 458 short[] inArray = new short[arr_len]; in test_Allocationcopy3DRangeTo_Short_Helper() local 503 int[] inArray = new int[arr_len]; in test_Allocationcopy3DRangeTo_Int() local [all …]
|
H A D | RsAllocationCopyTest.java | 79 short[] inArray = new short[arr_len]; in test_RsAllocationCopy1D_Short() local 126 int[] inArray = new int[arr_len]; in test_RsAllocationCopy1D_Int() local 173 float[] inArray = new float[arr_len]; in test_RsAllocationCopy1D_Float() local 221 long[] inArray = new long[arr_len]; in test_RsAllocationCopy1D_Long() local 326 short[] inArray = new short[arr_len]; in test_RsAllocationCopy2D_Short() local 382 int[] inArray = new int[arr_len]; in test_RsAllocationCopy2D_Int() local 438 float[] inArray = new float[arr_len]; in test_RsAllocationCopy2D_Float() local 494 long[] inArray = new long[arr_len]; in test_RsAllocationCopy2D_Long() local
|
H A D | SendToClient.java | 61 int[] inArray = new int[4]; in testSendToClient() local 79 inArray[i], outArray[i]); in testSendToClient() local
|
H A D | RsPackColorTo8888Test.java | 77 float[] inArray = new float[INPUTSIZE * 4]; in float3input() local 107 float[] inArray = new float[INPUTSIZE * 4]; in float4input() local
|
H A D | DebugContext.java | 149 short[] inArray = new short[ArrLen]; in SetupAllocationCopyTests() local 248 short[] inArray = new short[AC.ArrLen]; in testDebugContextRsAllocationCopy2D_Short_Normal() local
|
H A D | AllocationResize.java | 48 int[] inArray = new int[INPUTSIZE]; in testResize() local
|
H A D | AllocationCopy2DRangeTest.java | 35 int[] inArray = new int[width * height]; in testAllocationCopy2DRange() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_alloc_copyPadded.java | 184 short[] inArray = new short[arr_len]; in testAllocation_Short3_1D() local 219 short[] inArray = new short[arr_len]; in testAllocation_Short3_2D() local 255 short[] inArray = new short[arr_len]; in testAllocation_Short3_3D() local 289 int[] inArray = new int[arr_len]; in testAllocation_Int3_1D() local 324 int[] inArray = new int[arr_len]; in testAllocation_Int3_2D() local 360 int[] inArray = new int[arr_len]; in testAllocation_Int3_3D() local 394 float[] inArray = new float[arr_len]; in testAllocation_Float3_1D() local 428 float[] inArray = new float[arr_len]; in testAllocation_Float3_2D() local 463 float[] inArray = new float[arr_len]; in testAllocation_Float3_3D() local 497 double[] inArray = new double[arr_len]; in testAllocation_Double3_1D() local [all …]
|
H A D | UT_alloc_copy.java | 103 short[] inArray = new short[arr_len]; in allocation_copy1DRangeTo_Short() local 145 int[] inArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local 187 float[] inArray = new float[arr_len]; in allocation_copy1DRangeTo_Float() local 229 long[] inArray = new long[arr_len]; in allocation_copy1DRangeTo_Long() local 311 short[] inArray = new short[arr_len]; in allocation_copy2DRangeTo_Short() local 349 int[] inArray = new int[arr_len]; in allocation_copy2DRangeTo_Int() local 387 float[] inArray = new float[arr_len]; in allocation_copy2DRangeTo_Float() local 425 long[] inArray = new long[arr_len]; in allocation_copy2DRangeTo_Long() local 498 short[] inArray = new short[arr_len]; in allocation_copy1DRangeToUnchecked_Short() local 540 int[] inArray = new int[arr_len]; in allocation_copy1DRangeToUnchecked_Int() local [all …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_alloc_copyPadded.java | 186 short[] inArray = new short[arr_len]; in testAllocation_Short3_1D() local 221 short[] inArray = new short[arr_len]; in testAllocation_Short3_2D() local 257 short[] inArray = new short[arr_len]; in testAllocation_Short3_3D() local 291 int[] inArray = new int[arr_len]; in testAllocation_Int3_1D() local 326 int[] inArray = new int[arr_len]; in testAllocation_Int3_2D() local 362 int[] inArray = new int[arr_len]; in testAllocation_Int3_3D() local 396 float[] inArray = new float[arr_len]; in testAllocation_Float3_1D() local 430 float[] inArray = new float[arr_len]; in testAllocation_Float3_2D() local 465 float[] inArray = new float[arr_len]; in testAllocation_Float3_3D() local 499 double[] inArray = new double[arr_len]; in testAllocation_Double3_1D() local [all …]
|
H A D | UT_alloc_copy.java | 105 short[] inArray = new short[arr_len]; in allocation_copy1DRangeTo_Short() local 147 int[] inArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local 189 float[] inArray = new float[arr_len]; in allocation_copy1DRangeTo_Float() local 231 long[] inArray = new long[arr_len]; in allocation_copy1DRangeTo_Long() local 313 short[] inArray = new short[arr_len]; in allocation_copy2DRangeTo_Short() local 351 int[] inArray = new int[arr_len]; in allocation_copy2DRangeTo_Int() local 389 float[] inArray = new float[arr_len]; in allocation_copy2DRangeTo_Float() local 427 long[] inArray = new long[arr_len]; in allocation_copy2DRangeTo_Long() local 500 short[] inArray = new short[arr_len]; in allocation_copy1DRangeToUnchecked_Short() local 542 int[] inArray = new int[arr_len]; in allocation_copy1DRangeToUnchecked_Int() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/charset/ |
H A D | OldCharsetEncoderDecoderBufferTest.java | 131 char[] inArray = {'a', 'b'}; in testEncoderInputBuffer() local
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | StringServices.cpp | 238 const void * inArray, in ByteArrayToVariant()
|
/aosp_15_r20/external/gturri-aXMLRPC/src/main/java/de/timroes/base64/ |
H A D | Base64.java | 137 public static byte[] encodeAsBytes(byte[] inArray) { in encodeAsBytes()
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
H A D | JsonStreamContext.java | 82 public final boolean inArray() { return _type == TYPE_ARRAY; } in inArray() method in JsonStreamContext
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | JsonPrinterTestImpl.cpp | 54 bool inArray = false; in ExtractMeasurements() local
|
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 3374 jint outOffset, jbyteArray inArray, jint inOffset, in NativeCrypto_EVP_CipherUpdate() 3701 jbyteArray inArray, jint inOffset, jint inLength, jbyteArray aadArray, in evp_aead_ctx_op() 3808 jbyteArray inArray, jint inOffset, jint inLength, in NativeCrypto_EVP_AEAD_CTX_seal() 3818 jbyteArray inArray, jint inOffset, jint inLength, in NativeCrypto_EVP_AEAD_CTX_open() 4380 static void NativeCrypto_CMAC_Update(JNIEnv* env, jclass, jobject cmacCtxRef, jbyteArray inArray, in NativeCrypto_CMAC_Update() 4524 static void NativeCrypto_HMAC_Update(JNIEnv* env, jclass, jobject hmacCtxRef, jbyteArray inArray, in NativeCrypto_HMAC_Update()
|
/aosp_15_r20/external/python/httplib2/doc/html/_static/ |
D | jquery.js | 1086 inArray: function( elem, array ) { method
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 16 …nction cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e…
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
H A D | jquery.js | 414 inArray: function( elem, arr, i ) { method
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
H A D | jquery.js | 414 inArray: function( elem, arr, i ) { method
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
H A D | jquery-3.5.1.js | 414 inArray: function( elem, arr, i ) { method
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
H A D | jquery-3.5.1.js | 414 inArray: function( elem, arr, i ) { method
|