/aosp12/frameworks/base/startop/apps/test/src/ |
H A D | CPUIntensiveBenchmarks.java | 35 final int arrayLength = mArray[mThreadNumber].length; in run() local 36 for (int i = 0; i < arrayLength; ++i) { in run() 39 for (int i = 0; i < arrayLength; ++i) { in run() 40 for (int j = 0; j < arrayLength; ++j) { in run() 42 mArray[mThreadNumber][j] = mArray[mThreadNumber][(j + i) % arrayLength]; in run() 43 mArray[mThreadNumber][(j + i) % arrayLength] = swap; in run()
|
/aosp12/system/chre/apps/test/chqts/src/shared/ |
H A D | nano_endian_test.cc | 35 static_assert(arrayLength(bytes) == arrayLength(postSwap), in swapByteTest() 38 static_assert((kByteCount > 0) && (kByteCount <= arrayLength(bytes)), in swapByteTest() 42 postSwap + (arrayLength(postSwap) - kByteCount); in swapByteTest() 46 if (arrayLength(bytes) < kByteCount) { in swapByteTest()
|
H A D | nano_string_test.cc | 40 uint8_t actual[arrayLength(expected)]; in testMemset() 42 static_assert(kLenToSet <= arrayLength(expected), "Bad test invocation"); in testMemset() 71 uint8_t expected[arrayLength(kMemcpySrc)]; in testMemcpy() 72 uint8_t actual[arrayLength(expected)]; in testMemcpy() 74 static_assert(kLenToCopy <= arrayLength(kMemcpySrc), "Bad test invocation"); in testMemcpy() 114 char actual[arrayLength(expected)]; in testStrncpy()
|
H A D | array_length.h | 31 constexpr size_t arrayLength(T (&)[N]) { in arrayLength() function
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | IccOpenLogicalChannelResponse.java | 66 int arrayLength = in.readInt(); in IccOpenLogicalChannelResponse() local 67 if (arrayLength > 0) { in IccOpenLogicalChannelResponse() 68 mSelectResponse = new byte[arrayLength]; in IccOpenLogicalChannelResponse()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | SdpOppOpsRecord.java | 76 int arrayLength = in.readInt(); in SdpOppOpsRecord() local 77 if (arrayLength > 0) { in SdpOppOpsRecord() 78 byte[] bytes = new byte[arrayLength]; in SdpOppOpsRecord()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LimitedLengthInputStream.java | 74 final int arrayLength = buffer.length; in read() local 75 ArrayUtils.throwsIfOutOfBounds(arrayLength, offset, byteCount); in read()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/ |
H A D | jni_data_utils.h | 39 const jsize arrayLength = env->GetArrayLength(array); in jintarrayToVector() local 40 outVector->resize(arrayLength); in jintarrayToVector() 41 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data()); in jintarrayToVector()
|
/aosp12/art/test/445-checker-licm/src/ |
H A D | Main.java | 107 public static int arrayLength(int[] array) { in arrayLength() method in Main 242 assertEquals(12, arrayLength(new int[] { 4, 8 })); in main()
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | ObexHelper.java | 946 int arrayLength = b.length; in convertToUnicode() local 947 if (!((arrayLength % 2) == 0)) { in convertToUnicode() 950 arrayLength = (arrayLength >> 1); in convertToUnicode() 952 arrayLength -= 1; in convertToUnicode() 955 char[] c = new char[arrayLength]; in convertToUnicode() 956 for (int i = 0; i < arrayLength; i++) { in convertToUnicode()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableArray.java | 191 int arrayLength = Array.getLength(value); 195 return elementSize * arrayLength; 199 for (int i = 0; i < arrayLength; ++i) {
|
/aosp12/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutor/ |
H A D | JniUtilsTestHelper.cpp | 32 const int arrayLength) { in hasIntegerArray() argument 46 if (arrayLength != kActualLength) { in hasIntegerArray() 52 for (int i = 0; i < arrayLength; ++i) { in hasIntegerArray()
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | simple_heap_alloc_test.cc | 134 for (uint32_t i = 0; i < arrayLength(mPtrs); i++) { in setUp()
|
H A D | send_event_test.cc | 139 for (uint32_t i = 0; i < arrayLength(mData); i++) { in setUp()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1311 int arrayLength = Array.getLength(array); in convertPrimitiveArrayToObjectArray() local 1312 if (arrayLength == 0) { in convertPrimitiveArrayToObjectArray() 1317 final T[] result = (T[]) Array.newInstance(wrapperClass, arrayLength); in convertPrimitiveArrayToObjectArray() 1318 for (int i = 0; i < arrayLength; i++) { in convertPrimitiveArrayToObjectArray()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
H A D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 10117 Ljava/util/stream/SpinedBuffer$OfDouble;->arrayLength([D)I 10125 Ljava/util/stream/SpinedBuffer$OfInt;->arrayLength([I)I 10133 Ljava/util/stream/SpinedBuffer$OfLong;->arrayLength([J)I 10149 Ljava/util/stream/SpinedBuffer$OfPrimitive;->arrayLength(Ljava/lang/Object;)I
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |