Home
last modified time | relevance | path

Searched defs:array (Results 401 – 425 of 6340) sorted by relevance

1...<<11121314151617181920>>...254

/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dletest.h32 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) argument
38 #define DELETE_ARRAY(array) free((void *) (array)) argument
40 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DNoClassNameToStringStyleTest.java124 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
134 long[] array = {1, 2, -3, 4}; in testLongArray() local
144 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
H A DSimpleToStringStyleTest.java124 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
134 long[] array = {1, 2, -3, 4}; in testLongArray() local
144 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
H A DShortPrefixToStringStyleTest.java126 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
136 long[] array = {1, 2, -3, 4}; in testLongArray() local
146 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
H A DDefaultToStringStyleTest.java126 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
136 long[] array = {1, 2, -3, 4}; in testLongArray() local
146 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
H A DMultiLineToStringStyleTest.java126 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
136 long[] array = {1, 2, -3, 4}; in testLongArray() local
146 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
H A DNoFieldNamesToStringStyleTest.java126 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
136 long[] array = {1, 2, -3, 4}; in testLongArray() local
146 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
H A DRecursiveToStringStyleTest.java106 Object[] array = {null, base, new int[] {3, 6}}; in testObjectArray() local
116 long[] array = {1, 2, -3, 4}; in testLongArray() local
126 long[][] array = {{1, 2}, null, {5}}; in testLongArrayArray() local
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DJsonParserTest.java77 JsonArray array = new JsonArray(); in testBadTypeForDeserializingCustomTree() local
87 JsonArray array = new JsonArray(); in testBadFieldTypeForCustomDeserializerCustomTree() local
102 JsonArray array = new JsonArray(); in testBadFieldTypeForDeserializingCustomTree() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DArrayUtils.java57 public static boolean startsWith(byte[] array, byte[] startsWith) { in startsWith()
69 public static byte[] reverse(byte[] array) { in reverse()
82 public static <T> boolean isEmpty(T[] array) { in isEmpty()
/aosp_15_r20/external/caliper/tutorial/
H A DTutorial.java91 private final int[] array = new int[1000000]; field in Tutorial.Benchmark3
128 private final int[] array = new int[1000000]; field in Tutorial.Benchmark4
171 private int[] array; // set by us, in setUp() field in Tutorial.Benchmark5
/aosp_15_r20/external/pigweed/pw_containers/
H A Dto_array_test.cc26 std::array<char, sizeof("literally!")> array = to_array("literally!"); in TEST() local
38 std::array<char, sizeof("array!")> array = to_array(c_array); in TEST() local
56 std::array<MoveOnly, 2> array = to_array(std::move(c_array)); in TEST() local
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DArrayUtils.java59 public static boolean startsWith(byte[] array, byte[] startsWith) { in startsWith()
71 public static byte[] reverse(byte[] array) { in reverse()
84 public static <T> boolean isEmpty(T[] array) { in isEmpty()
/aosp_15_r20/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/
H A DParcelableArray.java30 private final E[] array; field in ParcelableArray
37 public static <F> ParcelableArray<F> of(Bundler bundler, BundlerType type, F[] array) { in of()
45 private ParcelableArray(Bundler bundler, BundlerType type, E[] array) { in ParcelableArray()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot_unittest.cpp18 auto array = pdfium::MakeRetain<CPDF_Array>(); in CreateQuadPointArrayFromVector() local
27 RetainPtr<CPDF_Array> array = CreateQuadPointArrayFromVector( in TEST() local
122 RetainPtr<CPDF_Array> array = CreateQuadPointArrayFromVector({}); in TEST() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-array-cookies.cpp11 ClassWithoutDtor *array = new ClassWithoutDtor[42]; in check_array_no_cookies() local
26 ClassWithDtor *array = new ClassWithDtor[42]; in check_array_cookies_simple() local
48 ClassWithAlignment *array = new ClassWithAlignment[42]; in check_array_cookies_aligned() local
/aosp_15_r20/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportProgressServiceTest.java93 private static <T> List<T> list(T... array) { in list()
97 private static <T> T[] array(T... array) { in array() argument
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h98 const T array[] = {v1_, v2_}; variable
114 const T array[] = {v1_, v2_, v3_}; variable
135 const T array[] = {v1_, v2_, v3_, v4_}; variable
157 const T array[] = {v1_, v2_, v3_, v4_, v5_}; variable
181 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_}; variable
206 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_}; variable
233 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_}; variable
261 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_}; variable
290 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_}; variable
321 const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_}; variable
[all …]
/aosp_15_r20/external/cronet/base/apple/
H A Dscoped_cftyperef_unittest.cc26 CFMutableArrayRef array = in TEST() local
50 CFMutableArrayRef array = in TEST() local
198 CFMutableArrayRef array = in TEST() local
222 CFMutableArrayRef array = in TEST() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp50 int array[N]; // expected-warning{{variable length arrays are a C99 feature}} in inst_with_vla() local
72 int array[N]; // expected-warning{{variable length arrays are a C99 feature}} in test_accept_array() local
80 …int array[N]; // expected-error{{fields must have a constant size: 'variable length array in struc… in local_classes() member
100 int array[value * i]; // expected-warning 2{{variable length arrays are a C99 feature}} in f() local
/aosp_15_r20/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
H A DSignatureSourcerTest.java77 String[] array = toStringArray(params); in testSimpleArg() local
130 String[] array = toStringArray(params); in testManyArgs() local
140 String[] array = new String[params.size()]; in toStringArray() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_util_ArrayUtils.cpp72 static void ZeroizePrimitiveArray(JNIEnv* env, jclass clazz, jarray array, size_t component_len) { in ZeroizePrimitiveArray()
101 static void ZeroizeByteArray(JNIEnv* env, jclass clazz, jbyteArray array) { in ZeroizeByteArray()
105 static void ZeroizeCharArray(JNIEnv* env, jclass clazz, jcharArray array) { in ZeroizeCharArray()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
H A DJDKScalarsTest.java289 int[] array = MAPPER.readValue("[ null ]", int[].class); in testIntPrimitive() local
318 long[] array = MAPPER.readValue("[ null ]", long[].class); in testLongPrimitive() local
353 double[] array = MAPPER.readValue("[ null ]", double[].class); in testDoublePrimitive() local
418 double[] array = MAPPER.readValue("[ \"Infinity\" ]", double[].class); in testDoublePrimitiveNonNumeric() local
432 float[] array = MAPPER.readValue("[ \"Infinity\" ]", float[].class); in testFloatPrimitiveNonNumeric() local
/aosp_15_r20/art/compiler/utils/
H A Datomic_dex_ref_map-inl.h56 ElementArray* const array = GetArray(ref.dex_file); in Insert() local
69 const ElementArray* const array = GetArray(ref.dex_file); in Get() local
80 ElementArray* const array = GetArray(ref.dex_file); in Remove() local
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dcall.c63 zval *array; in grpc_parse_metadata_array() local
114 bool create_metadata_array(zval *array, grpc_metadata_array *metadata) { in create_metadata_array()
169 grpc_metadata_array* array) { in grpc_php_metadata_array_destroy_including_entries()
285 zval *array; in PHP_METHOD() local

1...<<11121314151617181920>>...254