Home
last modified time | relevance | path

Searched defs:array2 (Results 76 – 100 of 411) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp18 int array2[is_class<char[3]>::value? -1 : 1]; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/swap/
Dswap_array_of_template.cpp57 swap_test_template<int> array2[array_size]; in main() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DOldAndroidArrayTest.java108 String[][] array2 = (String[][]) strStrStrArray; in testMulti() local
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
H A DTeeOutputStreamTest.java36 private void assertByteArrayEquals(final String msg, final byte[] array1, final byte[] array2) { in assertByteArrayEquals()
/aosp_15_r20/external/clang/test/Parser/
H A Dms-if-exists.c59 int array2[] = { in test_if_exists_init_list() local
H A Dms-if-exists.cpp60 int array2[] = { in test_if_exists_init_list() local
/aosp_15_r20/art/test/662-regression-alias/src/
H A DMain.java59 int[] array2 = null; in aliasing() local
/aosp_15_r20/external/libgav1/src/utils/
H A Dstack_test.cc50 uint64_t array2[2000]; in TEST() member
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtemp_class_order.cpp25 int array2[X1<int*, int*>::value == 2? 1 : -1]; variable
H A Dms-if-exists.cpp51 int array2[] = { in f() local
H A Dinstantiate-expr-5.cpp34 int array2[__builtin_offsetof(AnonymousUnion<int>, f) == 0? 1 : -1]; in test_anon_union() local
/aosp_15_r20/art/test/551-checker-clinit/src/
H A DMain.java25 public static long[] array2; field in Main
/aosp_15_r20/libcore/benchmarks/src/benchmarks/
H A DDeepArrayOpsBenchmark.java30 private Object[] array2; field in DeepArrayOpsBenchmark
/aosp_15_r20/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
H A DSparseRectFArrayTest.java108 final SparseRectFArray array2 = builder.build(); in testBuilder() local
/aosp_15_r20/art/compiler/utils/
H A Ddedupe_set_test.cc72 const std::vector<uint8_t>* array2; in TEST() local
/aosp_15_r20/external/cbor-java/src/test/java/co/nstant/in/cbor/examples/
H A DExample65Test.java58 Array array2 = (Array) dataItem3; in shouldDecode() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/
H A DSparseLongArrayTest.java48 @NonNull SparseLongArray array2) { in isSame()
/aosp_15_r20/external/clang/test/Sema/
H A Dself-comparison.c50 int array2[2]; in array_comparisons() local
/aosp_15_r20/packages/apps/SecureElement/src/com/android/se/internal/
DUtil.java37 public static byte[] mergeBytes(byte[] array1, byte[] array2) { in mergeBytes()
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp17 int array2[X<0, 0, int>::value == 2? 1 : -1]; variable
/aosp_15_r20/art/test/GetMethodSignature/
H A DGetMethodSignature.java25 void m8(int i, int j, int[][] array1, Object o, Object[][] array2) { } in m8()
/aosp_15_r20/art/test/045-reflect-array/src/
H A DMain.java232 String[][] array2 = (String[][]) strStrStrArray; in testMulti() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/format/
DFormatUtils.java60 public static int overlapPoint(char[] array1, char[] array2) { in overlapPoint()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dfilter_iterator_test.cpp244 std::deque<dummyT> array2; in main() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DArrayUtils.java38 public static boolean equals(byte[] array1, byte[] array2, int length) { in equals()

12345678910>>...17