Home
last modified time | relevance | path

Searched defs:outArray (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DAllocationCopyPaddedTest.java118 short[] outArray = new short[arr_len]; in test_AllocationPadded_Short3_1D_Helper() local
155 short[] outArray = new short[arr_len]; in test_AllocationPadded_Short3_2D_Helper() local
193 short[] outArray = new short[arr_len]; in test_AllocationPadded_Short3_3D_Helper() local
229 int[] outArray = new int[arr_len]; in test_AllocationPadded_Int3_1D() local
261 int[] outArray = new int[arr_len]; in test_AllocationPadded_Int3_2D() local
294 int[] outArray = new int[arr_len]; in test_AllocationPadded_Int3_3D() local
325 float[] outArray = new float[arr_len]; in test_AllocationPadded_Float3_1D() local
356 float[] outArray = new float[arr_len]; in test_AllocationPadded_Float3_2D() local
388 float[] outArray = new float[arr_len]; in test_AllocationPadded_Float3_3D() local
419 double[] outArray = new double[arr_len]; in test_AllocationPadded_Double3_1D() local
[all …]
H A DAllocationCopyToTest.java75 short[] outArray = new short[arr_len]; in test_Allocationcopy1DRangeTo_Short_Helper() local
123 int[] outArray = new int[arr_len]; in test_Allocationcopy1DRangeTo_Int() local
160 float[] outArray = new float[arr_len]; in test_Allocationcopy1DRangeTo_Float() local
197 long[] outArray = new long[arr_len]; in test_Allocationcopy1DRangeTo_Long() local
270 short[] outArray = new short[arr_len]; in test_Allocationcopy2DRangeTo_Short_Helper() local
315 int[] outArray = new int[arr_len]; in test_Allocationcopy2DRangeTo_Int() local
349 float[] outArray = new float[arr_len]; in test_Allocationcopy2DRangeTo_Float() local
383 long[] outArray = new long[arr_len]; in test_Allocationcopy2DRangeTo_Long() local
459 short[] outArray = new short[arr_len]; in test_Allocationcopy3DRangeTo_Short_Helper() local
504 int[] outArray = new int[arr_len]; in test_Allocationcopy3DRangeTo_Int() local
[all …]
H A DRsAllocationCopyTest.java80 short[] outArray = new short[arr_len]; in test_RsAllocationCopy1D_Short() local
127 int[] outArray = new int[arr_len]; in test_RsAllocationCopy1D_Int() local
174 float[] outArray = new float[arr_len]; in test_RsAllocationCopy1D_Float() local
222 long[] outArray = new long[arr_len]; in test_RsAllocationCopy1D_Long() local
327 short[] outArray = new short[arr_len]; in test_RsAllocationCopy2D_Short() local
383 int[] outArray = new int[arr_len]; in test_RsAllocationCopy2D_Int() local
439 float[] outArray = new float[arr_len]; in test_RsAllocationCopy2D_Float() local
495 long[] outArray = new long[arr_len]; in test_RsAllocationCopy2D_Long() local
H A DSendToClient.java38 int outArray[] = new int[4]; field in SendToClient
79 inArray[i], outArray[i]); in testSendToClient() local
H A DDebugContext.java152 short[] outArray = new short[ArrLen]; in SetupAllocationCopyTests() local
249 short[] outArray = new short[AC.ArrLen]; in testDebugContextRsAllocationCopy2D_Short_Normal() local
H A DAllocationResize.java47 int[] outArray = new int[INPUTSIZE]; in testResize() local
H A DAllocationCopy2DRangeTest.java36 int[] outArray = new int[width * height]; in testAllocationCopy2DRange() local
H A DRsUnpackColor8888Test.java46 float[] outArray = new float[INPUTSIZE * 4]; in testRsUnpackColor8888RGB() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_alloc_copyPadded.java185 short[] outArray = new short[arr_len]; in testAllocation_Short3_1D() local
220 short[] outArray = new short[arr_len]; in testAllocation_Short3_2D() local
256 short[] outArray = new short[arr_len]; in testAllocation_Short3_3D() local
290 int[] outArray = new int[arr_len]; in testAllocation_Int3_1D() local
325 int[] outArray = new int[arr_len]; in testAllocation_Int3_2D() local
361 int[] outArray = new int[arr_len]; in testAllocation_Int3_3D() local
395 float[] outArray = new float[arr_len]; in testAllocation_Float3_1D() local
429 float[] outArray = new float[arr_len]; in testAllocation_Float3_2D() local
464 float[] outArray = new float[arr_len]; in testAllocation_Float3_3D() local
498 double[] outArray = new double[arr_len]; in testAllocation_Double3_1D() local
[all …]
H A DUT_alloc_copy.java104 short[] outArray = new short[arr_len]; in allocation_copy1DRangeTo_Short() local
146 int[] outArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local
188 float[] outArray = new float[arr_len]; in allocation_copy1DRangeTo_Float() local
230 long[] outArray = new long[arr_len]; in allocation_copy1DRangeTo_Long() local
312 short[] outArray = new short[arr_len]; in allocation_copy2DRangeTo_Short() local
350 int[] outArray = new int[arr_len]; in allocation_copy2DRangeTo_Int() local
388 float[] outArray = new float[arr_len]; in allocation_copy2DRangeTo_Float() local
426 long[] outArray = new long[arr_len]; in allocation_copy2DRangeTo_Long() local
499 short[] outArray = new short[arr_len]; in allocation_copy1DRangeToUnchecked_Short() local
541 int[] outArray = 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 DUT_alloc_copyPadded.java187 short[] outArray = new short[arr_len]; in testAllocation_Short3_1D() local
222 short[] outArray = new short[arr_len]; in testAllocation_Short3_2D() local
258 short[] outArray = new short[arr_len]; in testAllocation_Short3_3D() local
292 int[] outArray = new int[arr_len]; in testAllocation_Int3_1D() local
327 int[] outArray = new int[arr_len]; in testAllocation_Int3_2D() local
363 int[] outArray = new int[arr_len]; in testAllocation_Int3_3D() local
397 float[] outArray = new float[arr_len]; in testAllocation_Float3_1D() local
431 float[] outArray = new float[arr_len]; in testAllocation_Float3_2D() local
466 float[] outArray = new float[arr_len]; in testAllocation_Float3_3D() local
500 double[] outArray = new double[arr_len]; in testAllocation_Double3_1D() local
[all …]
H A DUT_alloc_copy.java106 short[] outArray = new short[arr_len]; in allocation_copy1DRangeTo_Short() local
148 int[] outArray = new int[arr_len]; in allocation_copy1DRangeTo_Int() local
190 float[] outArray = new float[arr_len]; in allocation_copy1DRangeTo_Float() local
232 long[] outArray = new long[arr_len]; in allocation_copy1DRangeTo_Long() local
314 short[] outArray = new short[arr_len]; in allocation_copy2DRangeTo_Short() local
352 int[] outArray = new int[arr_len]; in allocation_copy2DRangeTo_Int() local
390 float[] outArray = new float[arr_len]; in allocation_copy2DRangeTo_Float() local
428 long[] outArray = new long[arr_len]; in allocation_copy2DRangeTo_Long() local
501 short[] outArray = new short[arr_len]; in allocation_copy1DRangeToUnchecked_Short() local
543 int[] outArray = new int[arr_len]; in allocation_copy1DRangeToUnchecked_Int() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A DLongNameHandler.java176 public InflectedPluralSink(String gender, String caseVariant, String[] outArray) { in InflectedPluralSink()
261 String[] outArray; field in LongNameHandler.InflectedPluralSink
274 String[] outArray) { in getInflectedMeasureData()
303 String[] outArray; field in LongNameHandler.PluralTableSink
307 public PluralTableSink(String[] outArray) { in PluralTableSink()
353 String[] outArray) { in getMeasureData()
439 …private static void getCurrencyLongNameData(ULocale locale, Currency currency, String[] outArray) { in getCurrencyLongNameData()
739 private static void maybeCalculateGender(ULocale locale, MeasureUnit unit, String[] outArray) { in maybeCalculateGender()
961 String[] outArray) { in processPatternTimes()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DLongNameHandler.java178 public InflectedPluralSink(String gender, String caseVariant, String[] outArray) { in InflectedPluralSink()
263 String[] outArray; field in LongNameHandler.InflectedPluralSink
276 String[] outArray) { in getInflectedMeasureData()
305 String[] outArray; field in LongNameHandler.PluralTableSink
309 public PluralTableSink(String[] outArray) { in PluralTableSink()
355 String[] outArray) { in getMeasureData()
441 …private static void getCurrencyLongNameData(ULocale locale, Currency currency, String[] outArray) { in getCurrencyLongNameData()
741 private static void maybeCalculateGender(ULocale locale, MeasureUnit unit, String[] outArray) { in maybeCalculateGender()
963 String[] outArray) { in processPatternTimes()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnumber_longnames.cpp252 … explicit InflectedPluralSink(const char *gender, const char *caseVariant, UnicodeString *outArray) in InflectedPluralSink()
339 UnicodeString *outArray; member in __anon538668360111::InflectedPluralSink
352 UnicodeString *outArray, in getInflectedMeasureData()
380 explicit PluralTableSink(UnicodeString *outArray) : outArray(outArray) { in PluralTableSink()
401 UnicodeString *outArray; member in __anon538668360111::PluralTableSink
423 UnicodeString *outArray, in getMeasureData()
517 …etCurrencyLongNameData(const Locale &locale, const CurrencyUnit &currency, UnicodeString *outArray, in getCurrencyLongNameData()
895 UnicodeString *outArray, in maybeCalculateGender()
1092 UnicodeString *outArray, in processPatternTimes()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_longnames.cpp252 … explicit InflectedPluralSink(const char *gender, const char *caseVariant, UnicodeString *outArray) in InflectedPluralSink()
339 UnicodeString *outArray; member in __anon0240236a0111::InflectedPluralSink
352 UnicodeString *outArray, in getInflectedMeasureData()
380 explicit PluralTableSink(UnicodeString *outArray) : outArray(outArray) { in PluralTableSink()
401 UnicodeString *outArray; member in __anon0240236a0111::PluralTableSink
423 UnicodeString *outArray, in getMeasureData()
517 …etCurrencyLongNameData(const Locale &locale, const CurrencyUnit &currency, UnicodeString *outArray, in getCurrencyLongNameData()
895 UnicodeString *outArray, in maybeCalculateGender()
1092 UnicodeString *outArray, in processPatternTimes()
/aosp_15_r20/frameworks/rs/toolkit/test/
H A DReferenceResize.kt38 val outArray = UByteArray(outSizeX * outSizeY * paddedSize(input.vectorSize)) in <lambda>() constant
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
H A DReferenceResize.kt38 val outArray = UByteArray(outSizeX * outSizeY * paddedSize(input.vectorSize)) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/grid/ui/compose/
DSpannedGridsKt.java24 …inal void calculateCellsCrossAxisSize(int gridSize, int slotCount, int spacingPx, int[] outArray) { in calculateCellsCrossAxisSize()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/
H A DStringServices.cpp290 VariantToByteArray in VariantToByteArray()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_power_stats_CpuPowerStatsCollector.cpp114 jlongArray outArray) { in flatten()
/aosp_15_r20/external/angle/src/common/
H A DBinaryStream.h110 void readBytes(unsigned char outArray[], size_t count) { read<unsigned char>(outArray, count); } in readBytes()
/aosp_15_r20/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java946 int[] outArray = proxy.doSomethingElse(paramArray); in client() local
972 String[] outArray = proxy.haveSomeStrings(stringArray); in client() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp171 jlong* outArray = env->GetLongArrayElements(channelPair, 0); in android_view_InputChannel_nativeOpenInputChannelPair() local
/aosp_15_r20/frameworks/rs/toolkit/
H A DBlur.cpp39 uchar* outArray; member in android::renderscript::BlurTask

1234