/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | AtomicIntegerArrayTest.java | 39 int[] expectedArray = { 42, 43, 44, 45 }; in testCompareAndExchange() local 64 int[] expectedArray = { 42, 43, 44, 45 }; in testCompareAndExchangeAcquire() local 89 int[] expectedArray = { 42, 43, 44, 45 }; in testCompareAndExchangeRelease() local 114 int[] expectedArray = { 42, 43, 44, 45 }; in testGetAcquire() local 125 int[] expectedArray = { 42, 43, 44, 45 }; in testGetOpaque() local 136 int[] expectedArray = { 42, 43, 44, 45 }; in testGetPlain() local 147 int[] expectedArray = { 42, 43, 44, 45 }; in testSetOpaque() local 164 int[] expectedArray = { 42, 43, 44, 45 }; in testSetPlain() local 181 int[] expectedArray = { 42, 43, 44, 45 }; in testSetRelease() local 198 int[] expectedArray = { 42, 43, 44, 45 }; in testWeakCompareAndSetAcquire() local [all …]
|
H A D | AtomicLongArrayTest.java | 39 long[] expectedArray = { 42, 43, 44, 45 }; in testCompareAndExchange() local 64 long[] expectedArray = { 42, 43, 44, 45 }; in testCompareAndExchangeAcquire() local 89 long[] expectedArray = { 42, 43, 44, 45 }; in testCompareAndExchangeRelease() local 114 long[] expectedArray = { 42, 43, 44, 45 }; in testGetAcquire() local 125 long[] expectedArray = { 42, 43, 44, 45 }; in testGetOpaque() local 136 long[] expectedArray = { 42, 43, 44, 45 }; in testGetPlain() local 147 long[] expectedArray = { 42, 43, 44, 45 }; in testSetOpaque() local 164 long[] expectedArray = { 42, 43, 44, 45 }; in testSetPlain() local 181 long[] expectedArray = { 42, 43, 44, 45 }; in testSetRelease() local 198 long[] expectedArray = { 42, 43, 44, 45 }; in testWeakCompareAndSetAcquire() local [all …]
|
H A D | AtomicReferenceArrayTest.java | 40 Integer[] expectedArray = { in testCompareAndExchange() local 76 Integer[] expectedArray = { in testCompareAndExchangeAcquire() local 112 Integer[] expectedArray = { in testCompareAndExchangeRelease() local 148 Integer[] expectedArray = { in testGetAcquire() local 164 Integer[] expectedArray = { in testGetOpaque() local 180 Integer[] expectedArray = { in testGetPlain() local 196 Integer[] expectedArray = { in testSetOpaque() local 222 Integer[] expectedArray = { in testSetPlain() local 248 Integer[] expectedArray = { in testSetRelease() local 274 Integer[] expectedArray = { in testWeakCompareAndSetAcquire() local [all …]
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
H A D | IsEqual.java | 43 private static boolean areArraysEqual(Object actualArray, Object expectedArray) { in areArraysEqual() 47 private static boolean areArrayLengthsEqual(Object actualArray, Object expectedArray) { in areArrayLengthsEqual() 51 private static boolean areArrayElementsEqual(Object actualArray, Object expectedArray) { in areArrayElementsEqual()
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/ |
H A D | JUnitTestCaseAdapter.java | 251 List expectedArray = new ArrayList(expected); in assertEqualsIgnoreCase() local 315 List expectedArray = new ArrayList(expected); in assertEquals() local 380 List expectedArray = new ArrayList(expected); in equalsIgnoreCase() local 439 List expectedArray = new ArrayList(expected); in equals() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestDisplayAndInputProcessor.java | 834 String[] array, expectedArray; field in TestDisplayAndInputProcessor.KeywordCaseTestData 836 KeywordCaseTestData(String[] array, String[] expectedArray) { in KeywordCaseTestData() 856 String[] expectedArray = new String[] {"BEAR", "PANDA"}; in TestFilterKeywordsDifferingOnlyInCase() local
|
/aosp_15_r20/external/guice/lib/build/ |
HD | truth-0.36.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | JavaClientTest.java | 550 String[] expectedArray = expected.toArray(new String[0]); in testLists() local 568 RegularPolygon[] expectedArray = expected.toArray(new RegularPolygon[0]); in testLists() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | MoreKeySpecStringReferenceTests.java | 54 final String ... expectedArray) { in assertTextArray()
|
D | MoreKeySpecSplitTests.java | 76 final String ... expectedArray) { in assertTextArray()
|
/aosp_15_r20/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
H A D | UsbMidiPacketConverterTest.java | 42 private void compareByteArrays(byte[] expectedArray, byte[] outputArray) { in compareByteArrays()
|
/aosp_15_r20/frameworks/base/tests/MidiTests/src/com/android/server/midi/ |
H A D | MidiEventMultiSchedulerTest.java | 48 private void compareByteArrays(byte[] expectedArray, byte[] outputArray) { in compareByteArrays()
|
/aosp_15_r20/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
H A D | EnqueueJobWorkTest.java | 74 ArrayList<TestWorkItem> expectedArray = new ArrayList<>(); in compareWork() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/ |
H A D | LocalsAndOperands.java | 171 Object[] expectedArray = KnownLocalsTester.LOCAL_VALUES; in checkFrameLocals() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
H A D | CopyOnWriteArrayList.java | 415 private java.lang.Object[] expectedArray; field in CopyOnWriteArrayList.COWSubList
|
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/javac/ |
D | hamcrest.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/android_common/javac/ |
D | hamcrest.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/local-javac-header/ |
D | hamcrest.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/ |
H A D | Subject.java | 552 Object expectedArray, Object actualArray, String lastIndex) { in checkArrayEqualsRecursive()
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/reflect/ |
H A D | TypeUtilsTest.java | 918 final Type[] expectedArray = {String.class}; in testLang820() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | hamcrest-core-1.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArrayList.java | 1276 private Object[] expectedArray; field in CopyOnWriteArrayList.COWSubList
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArrayList.java | 1276 private Object[] expectedArray; field in CopyOnWriteArrayList.COWSubList
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | CopyOnWriteArrayList.java | 1276 private Object[] expectedArray; field in CopyOnWriteArrayList.COWSubList
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-test-rules.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/platform/
android/ ... |