Searched defs:array2 (Results 1 – 9 of 9) sorted by relevance
183 String[] array2 = { "3", "4" }; in testConcatElements_threeWay() local194 String[] array2 = null; in testConcatElements_threeWayWithNull() local
133 SparseArray<Parcelable> array2 = new SparseArray<>(); in testDeepEquals_sparseArray() local188 SparseArray<Parcelable> array2 = new SparseArray<>(); in testHashCode_sparseArray() local
108 final SparseRectFArray array2 = builder.build(); in testBuilder() local
48 @NonNull SparseLongArray array2) { in isSame()
508 ArraySet<ActivityRecord> array2, ArraySet<WindowContainer> array3) { in collectActivityTypes()523 ArraySet<ActivityRecord> array2, ArraySet<WindowContainer> array3, in lookForHighestTokenWithFilter()
1556 final int[] array2 = makeRandomArray(); in isAnyAppIdUnexempt() local
223 uint32_t array2; member
453 private static boolean arraysEqual(int[] array1, int count1, int[] array2, int count2) { in arraysEqual()
96 public static boolean equals(byte[] array1, byte[] array2, int length) { in equals()