Home
last modified time | relevance | path

Searched defs:arrayLength (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/libcore/
DSystemArrayCopyPerfTest.java49 public void timeSystemCharArrayCopy(int arrayLength) { in timeSystemCharArrayCopy()
61 public void timeSystemByteArrayCopy(int arrayLength) { in timeSystemByteArrayCopy()
73 public void timeSystemShortArrayCopy(int arrayLength) { in timeSystemShortArrayCopy()
85 public void timeSystemIntArrayCopy(int arrayLength) { in timeSystemIntArrayCopy()
97 public void timeSystemLongArrayCopy(int arrayLength) { in timeSystemLongArrayCopy()
109 public void timeSystemFloatArrayCopy(int arrayLength) { in timeSystemFloatArrayCopy()
121 public void timeSystemDoubleArrayCopy(int arrayLength) { in timeSystemDoubleArrayCopy()
133 public void timeSystemBooleanArrayCopy(int arrayLength) { in timeSystemBooleanArrayCopy()
DDeepArrayOpsPerfTest.java47 public void setUp(int arrayLength) throws Exception { in setUp()
99 public void deepHashCode(int arrayLength) throws Exception { in deepHashCode()
109 public void deepEquals(int arrayLength) throws Exception { in deepEquals()
/frameworks/base/core/java/android/content/pm/
DLimitedLengthInputStream.java74 final int arrayLength = buffer.length; in read() local
/frameworks/base/startop/apps/test/src/
DCPUIntensiveBenchmarks.java35 final int arrayLength = mArray[mThreadNumber].length; in run() local
/frameworks/base/telephony/java/android/telephony/
DIccOpenLogicalChannelResponse.java66 int arrayLength = in.readInt(); in IccOpenLogicalChannelResponse() local
/frameworks/base/core/java/com/android/internal/os/
DLongArrayMultiStateCounter.java150 public LongArrayMultiStateCounter(int stateCount, int arrayLength) { in LongArrayMultiStateCounter()
279 private static native long native_init(int stateCount, int arrayLength); in native_init()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DLongArrayMultiStateCounterPerfTest.java59 TestLongArrayMultiStateCounter(int stateCount, int arrayLength) { in TestLongArrayMultiStateCounter()
/frameworks/base/core/jni/
Dcom_android_internal_os_LongArrayMultiStateCounter.cpp30 static jlong native_init(jint stateCount, jint arrayLength) { in native_init()
156 int32_t arrayLength; in native_initFromParcel() local
/frameworks/base/media/java/android/media/tv/
DTableResponse.java223 int arrayLength = source.readInt(); in TableResponse() local
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java462 int arrayLength = in.getInt(); in deserializeMethodParameters() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1311 int arrayLength = Array.getLength(array); in convertPrimitiveArrayToObjectArray() local