Home
last modified time | relevance | path

Searched refs:outArray (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java96 alloc.copyTo(outArray); in testAllocation_Byte3_1D()
128 alloc.copyTo(outArray); in testAllocation_Byte3_2D()
161 alloc.copyTo(outArray); in testAllocation_Byte3_3D()
195 alloc.copyTo(outArray); in testAllocation_Short3_1D()
230 alloc.copyTo(outArray); in testAllocation_Short3_2D()
266 alloc.copyTo(outArray); in testAllocation_Short3_3D()
300 alloc.copyTo(outArray); in testAllocation_Int3_1D()
335 alloc.copyTo(outArray); in testAllocation_Int3_2D()
371 alloc.copyTo(outArray); in testAllocation_Int3_3D()
405 alloc.copyTo(outArray); in testAllocation_Float3_1D()
[all …]
H A DUT_alloc_copy.java83 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Byte()
125 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Short()
144 int[] outArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local
167 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Int()
209 if (outArray[i] != 0f) { in allocation_copy1DRangeTo_Float()
251 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Long()
478 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Byte()
520 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Short()
562 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Int()
604 if (outArray[i] != 0f) { in allocation_copy1DRangeToUnchecked_Float()
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_alloc_copyPadded.java97 alloc.copyTo(outArray); in testAllocation_Byte3_1D()
129 alloc.copyTo(outArray); in testAllocation_Byte3_2D()
162 alloc.copyTo(outArray); in testAllocation_Byte3_3D()
196 alloc.copyTo(outArray); in testAllocation_Short3_1D()
231 alloc.copyTo(outArray); in testAllocation_Short3_2D()
267 alloc.copyTo(outArray); in testAllocation_Short3_3D()
301 alloc.copyTo(outArray); in testAllocation_Int3_1D()
336 alloc.copyTo(outArray); in testAllocation_Int3_2D()
372 alloc.copyTo(outArray); in testAllocation_Int3_3D()
406 alloc.copyTo(outArray); in testAllocation_Float3_1D()
[all …]
H A DUT_alloc_copy.java85 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Byte()
127 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Short()
146 int[] outArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local
169 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Int()
211 if (outArray[i] != 0f) { in allocation_copy1DRangeTo_Float()
253 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Long()
480 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Byte()
522 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Short()
564 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Int()
606 if (outArray[i] != 0f) { in allocation_copy1DRangeToUnchecked_Float()
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_alloc_copyPadded.java99 alloc.copyTo(outArray); in testAllocation_Byte3_1D()
131 alloc.copyTo(outArray); in testAllocation_Byte3_2D()
164 alloc.copyTo(outArray); in testAllocation_Byte3_3D()
198 alloc.copyTo(outArray); in testAllocation_Short3_1D()
233 alloc.copyTo(outArray); in testAllocation_Short3_2D()
269 alloc.copyTo(outArray); in testAllocation_Short3_3D()
303 alloc.copyTo(outArray); in testAllocation_Int3_1D()
338 alloc.copyTo(outArray); in testAllocation_Int3_2D()
374 alloc.copyTo(outArray); in testAllocation_Int3_3D()
408 alloc.copyTo(outArray); in testAllocation_Float3_1D()
[all …]
H A DUT_alloc_copy.java87 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Byte()
129 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Short()
148 int[] outArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local
171 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Int()
213 if (outArray[i] != 0f) { in allocation_copy1DRangeTo_Float()
255 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Long()
482 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Byte()
524 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Short()
566 if (outArray[i] != 0) { in allocation_copy1DRangeToUnchecked_Int()
608 if (outArray[i] != 0f) { in allocation_copy1DRangeToUnchecked_Float()
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect240 …result[Idx] = new Byte4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]…
358 …result[Idx] = new Double4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+…
476 …result[Idx] = new Float4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3…
1597 mResult = new Byte4(outArray[0], outArray[1], outArray[2], outArray[3]);
1705 mResult = new Double4(outArray[0], outArray[1], outArray[2], outArray[3]);
1813 mResult = new Float4(outArray[0], outArray[1], outArray[2], outArray[3]);
1921 mResult = new Short4(outArray[0], outArray[1], outArray[2], outArray[3]);
2029 mResult = new Int4(outArray[0], outArray[1], outArray[2], outArray[3]);
2137 mResult = new Long4(outArray[0], outArray[1], outArray[2], outArray[3]);
2245 mResult = new Short4(outArray[0], outArray[1], outArray[2], outArray[3]);
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
H A DScriptC_reduce_general_examples_halter.java.expect54 int[] outArray = new int[1];
55 mOut.copyTo(outArray);
56 mResult = outArray[0];
90 int[] outArray = new int[2];
91 mOut.copyTo(outArray);
92 mResult = new Int2(outArray[0], outArray[1]);
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect60 int[] outArray = new int[256];
61 mOut.copyTo(outArray);
101 float[] outArray = new float[1];
102 mOut.copyTo(outArray);
103 mResult = outArray[0];
137 int[] outArray = new int[1];
138 mOut.copyTo(outArray);
139 mResult = outArray[0];
173 int[] outArray = new int[2];
174 mOut.copyTo(outArray);
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect60 int[] outArray = new int[256];
61 mOut.copyTo(outArray);
101 float[] outArray = new float[1];
102 mOut.copyTo(outArray);
103 mResult = outArray[0];
137 int[] outArray = new int[1];
138 mOut.copyTo(outArray);
139 mResult = outArray[0];
173 int[] outArray = new int[2];
174 mOut.copyTo(outArray);
[all …]
/aosp12/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect58 int[] outArray = new int[256];
59 mOut.copyTo(outArray);
62 result[Idx] = ((long) ((outArray[Idx]) & 0xffffffffL));
99 float[] outArray = new float[1];
100 mOut.copyTo(outArray);
101 mResult = outArray[0];
135 int[] outArray = new int[1];
136 mOut.copyTo(outArray);
137 mResult = outArray[0];
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp164 jlong* outArray = env->GetLongArrayElements(channelPair, 0); in android_view_InputChannel_nativeOpenInputChannelPair() local
165 outArray[0] = android_view_InputChannel_createInputChannel(env, std::move(serverChannel)); in android_view_InputChannel_nativeOpenInputChannelPair()
170 outArray[1] = android_view_InputChannel_createInputChannel(env, std::move(clientChannel)); in android_view_InputChannel_nativeOpenInputChannelPair()
174 env->ReleaseLongArrayElements(channelPair, outArray, 0); in android_view_InputChannel_nativeOpenInputChannelPair()
H A Dandroid_os_Debug.cpp619 jlong* outArray = env->GetLongArrayElements(out, 0); in android_os_Debug_getMemInfo() local
620 if (outArray != NULL) { in android_os_Debug_getMemInfo()
624 outArray[i] = smi.ReadVmallocInfo() / 1024; in android_os_Debug_getMemInfo()
627 outArray[i] = mem[i]; in android_os_Debug_getMemInfo()
631 env->ReleaseLongArrayElements(out, outArray, 0); in android_os_Debug_getMemInfo()
/aosp12/frameworks/compile/slang/tests/P_reduce_general_struct/
H A DScriptC_reduce_general_struct.java.expect54 int[] outArray = new int[1];
55 mOut.copyTo(outArray);
56 mResult = outArray[0];
/aosp12/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
H A DScriptC_reduce_general_duplicate_array.java.expect52 int[] outArray = new int[4];
53 mOut.copyTo(outArray);
54 mResult = outArray;
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsFactory.java149 String[] outArray = new String[relatedIfaces.size()]; in augmentWithStackedInterfaces() local
150 return relatedIfaces.toArray(outArray); in augmentWithStackedInterfaces()
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java929 int[] outArray = proxy.doSomethingElse(paramArray); in client() local
930 ExpectTrue(java.util.Objects.deepEquals(outArray, expectedOutArray)); in client()
956 String[] outArray = proxy.haveSomeStrings(stringArray); in client() local
957 ExpectTrue(java.util.Arrays.deepEquals(outArray, expectedOutArray)); in client()
/aosp12/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect52 int[] outArray = new int[1];
53 mOut.copyTo(outArray);
54 mResult = outArray[0];
/aosp12/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect120 int[] outArray = new int[1];
121 mOut.copyTo(outArray);
122 mResult = outArray[0];
/aosp12/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect92 int[] outArray = new int[1];
93 mOut.copyTo(outArray);
94 mResult = outArray[0];