/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
SendToClient.java | 30 int outArray[] = new int[4]; 35 outArray[0] = mID; 36 outArray[1] = mData[0]; 37 outArray[2] = mData[1]; 38 outArray[3] = mData[2]; 70 assertEquals(createErrorMsgF(i, inArray[i], outArray[i]), 71 inArray[i], outArray[i]); 79 outArray[0] = 0; 91 assertEquals(createErrorMsgF(1, Id, outArray[0]), Id, outArray[0]) [all...] |
AllocationCopyPaddedTest.java | 31 byte[] outArray = new byte[arr_len]; 39 alloc.copyTo(outArray); 43 if (inArray[i] != outArray[i]) { 59 byte[] outArray = new byte[arr_len]; 67 alloc.copyTo(outArray); 71 if (inArray[i] != outArray[i]) { 88 byte[] outArray = new byte[arr_len]; 96 alloc.copyTo(outArray); 100 if (inArray[i] != outArray[i]) { 115 short[] outArray = new short[arr_len] [all...] |
AllocationCopyToTest.java | 33 byte[] outArray = new byte[arr_len]; 42 alloc.copy1DRangeTo(offset, count, outArray); 46 if (inArray[i] != outArray[i]) { 52 if (outArray[i] != 0) { 67 short[] outArray = new short[arr_len]; 80 alloc.copy1DRangeTo(offset, count, outArray); 83 alloc.copy1DRangeTo(offset, count, (Object) outArray); 88 if (inArray[i] != outArray[i]) { 94 if (outArray[i] != 0) { 115 int[] outArray = new int[arr_len] [all...] |
rsAllocationCopyTest.java | 35 byte[] outArray = new byte[arr_len]; 43 aOut.copyFrom(outArray); 52 aOut.copyTo(outArray); 57 if (inArray[i] != outArray[i]) { 62 if (outArray[i] != 0) { 80 short[] outArray = new short[arr_len]; 90 aOut.copyFrom(outArray); 99 aOut.copyTo(outArray); 104 if (inArray[i] != outArray[i]) { 109 if (outArray[i] != 0) [all...] |
RsPackColorTo8888Test.java | 72 byte[] outArray = new byte[INPUTSIZE * 4]; 80 mAllocationOut.copyTo(outArray); 81 for (int i = 0; i < outArray.length; i += 4) { 90 assertEquals(refArray[i+j] & 0xff, outArray[i+j] & 0xff); 99 byte[] outArray = new byte[INPUTSIZE * 4]; 107 mAllocationOut.copyTo(outArray); 108 for (int i = 0; i < outArray.length; i += 4) { 117 assertEquals(refArray[i+j] & 0xff, outArray[i+j] & 0xff);
|
RsUnpackColor8888Test.java | 38 float[] outArray = new float[INPUTSIZE * 4]; 49 mAllocationOut.copyTo(outArray); 51 for (int i = 0; i < outArray.length; i += 4) { 59 assertEquals(refArray[i+j], outArray[i+j]);
|
AllocationCopy2DRangeTest.java | 36 int[] outArray = new int[width * height]; 55 mOutAllocation.copyTo(outArray); 57 compareTwoArrays(inArray, outArray, width*height));
|
AllocationResize.java | 47 int[] outArray = new int[INPUTSIZE]; 59 mOut.copyTo(outArray); 61 assertEquals("Incorrect value @ idx = " + i + " | ", inArray[i], outArray[i]);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_alloc_copyPadded.java | 88 byte[] outArray = new byte[arr_len]; 96 alloc.copyTo(outArray); 100 if (inArray[i] != outArray[i]) { 102 android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); 120 byte[] outArray = new byte[arr_len]; 128 alloc.copyTo(outArray); 132 if (inArray[i] != outArray[i]) { 134 android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); 153 byte[] outArray = new byte[arr_len]; 161 alloc.copyTo(outArray); [all...] |
UT_alloc_copy.java | 63 byte[] outArray = new byte[arr_len]; 72 alloc.copy1DRangeTo(offset, count, outArray); 76 if (inArray[i] != outArray[i]) { 78 android.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); 83 if (outArray[i] != 0) { 85 android.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); 102 short[] outArray = new short[arr_len]; 114 alloc.copy1DRangeTo(offset, count, outArray); 118 if (inArray[i] != outArray[i]) { 120 android.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_alloc_copyPadded.java | 88 byte[] outArray = new byte[arr_len]; 96 alloc.copyTo(outArray); 100 if (inArray[i] != outArray[i]) { 102 android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); 120 byte[] outArray = new byte[arr_len]; 128 alloc.copyTo(outArray); 132 if (inArray[i] != outArray[i]) { 134 android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); 153 byte[] outArray = new byte[arr_len]; 161 alloc.copyTo(outArray); [all...] |
UT_alloc_copy.java | 63 byte[] outArray = new byte[arr_len]; 72 alloc.copy1DRangeTo(offset, count, outArray); 76 if (inArray[i] != outArray[i]) { 78 android.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); 83 if (outArray[i] != 0) { 85 android.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); 102 short[] outArray = new short[arr_len]; 114 alloc.copy1DRangeTo(offset, count, outArray); 118 if (inArray[i] != outArray[i]) { 120 android.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]) [all...] |
/frameworks/compile/slang/tests/P_reduce_general_result/ |
ScriptC_reduce_general_result.java.expect | 115 byte[] outArray = new byte[7]; 116 mOut.copyTo(outArray); 119 result[Idx] = outArray[Idx] != 0; 156 byte[] outArray = new byte[7]; 157 mOut.copyTo(outArray); 158 mResult = outArray; 192 byte[] outArray = new byte[14]; 193 mOut.copyTo(outArray); 196 result[Idx] = new Byte2(outArray[2*Idx+0], outArray[2*Idx+1]) [all...] |
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
ScriptC_reduce_general_examples_halter.java.expect | 51 int[] outArray = new int[1]; 52 mOut.copyTo(outArray); 53 mResult = outArray[0]; 87 int[] outArray = new int[2]; 88 mOut.copyTo(outArray); 89 mResult = new Int2(outArray[0], outArray[1]);
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
ScriptC_reduce_general_struct.java.expect | 51 int[] outArray = new int[1]; 52 mOut.copyTo(outArray); 53 mResult = outArray[0];
|
/external/opencv3/modules/videoio/src/ |
cap_winrt_capture.hpp | 56 virtual bool retrieveFrame(int channel, cv::OutputArray outArray);
|
cap_winrt_capture.cpp | 155 bool VideoCapture_WinRT::retrieveFrame(int channel, cv::OutputArray outArray) 160 width = outArray.size().width; 161 height = outArray.size().height;
|
/libcore/ojluni/src/main/java/javax/crypto/ |
CipherSpi.java | 760 byte[] outArray = output.array(); 765 n = engineUpdate(inArray, inOfs, inLen, outArray, outOfs); 767 n = engineDoFinal(inArray, inOfs, inLen, outArray, outOfs); 774 byte[] outArray = output.array() [all...] |
/external/skia/experimental/docs/ |
interpolatorFunctions.js | 24 var outArray; 46 outArray = [ 53 out[cIndex][curveKey] = outArray; 77 var outArray = []; 79 outArray[i] = curve0[i] + (curve1[i] - curve0[i]) * value; 81 out[cIndex][curve0Key] = outArray;
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
ScriptC_reduce_general_examples_explicit.java.expect | 55 int[] outArray = new int[256]; 56 mOut.copyTo(outArray); 59 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL)); 96 float[] outArray = new float[1]; 97 mOut.copyTo(outArray); 98 mResult = outArray[0]; 132 int[] outArray = new int[1]; 133 mOut.copyTo(outArray); 134 mResult = outArray[0];
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
ScriptC_reduce_general_examples.java.expect | 57 int[] outArray = new int[256]; 58 mOut.copyTo(outArray); 61 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL)); 98 float[] outArray = new float[1]; 99 mOut.copyTo(outArray); 100 mResult = outArray[0]; 134 int[] outArray = new int[1]; 135 mOut.copyTo(outArray); 136 mResult = outArray[0]; 170 int[] outArray = new int[2] [all...] |
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
ScriptC_reduce_general_examples_backward.java.expect | 57 int[] outArray = new int[256]; 58 mOut.copyTo(outArray); 61 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL)); 98 float[] outArray = new float[1]; 99 mOut.copyTo(outArray); 100 mResult = outArray[0]; 134 int[] outArray = new int[1]; 135 mOut.copyTo(outArray); 136 mResult = outArray[0]; 170 int[] outArray = new int[2] [all...] |
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/ |
ScriptC_reduce_general_duplicate_array.java.expect | 49 int[] outArray = new int[4]; 50 mOut.copyTo(outArray); 51 mResult = outArray;
|
/packages/services/Car/service/jni/ |
com_android_car_CarCameraService.cpp | 72 jintArray outArray = NULL; 77 outArray = env->NewIntArray(numCameras); 80 if (outArray == NULL) { 84 env->SetIntArrayRegion(outArray, 0, numCameras, (jint*)camera_list); 85 return outArray;
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 320 byte[] outArray = null; 323 outArray = writeDex(outputDex); 325 if (outArray == null) { 331 outArray = mergeIncremental(outArray, incrementalOutFile); 334 outArray = mergeLibraryDexBuffers(outArray); 340 if (outArray != null) { 341 outputResources.put(DexFormat.DEX_IN_JAR_NAME, outArray); 346 } else if (outArray != null && args.outName != null) [all...] |