/aosp_15_r20/external/libchrome/base/ |
H A D | macros.h | 73 #define arraysize(array) (sizeof(ArraySizeHelper(array))) argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/ |
H A D | macros.h | 44 #define ABSL_ARRAYSIZE(array) \ argument
|
/aosp_15_r20/external/skia/src/effects/ |
H A D | SkBlenders.cpp | 49 const float array[] = { in Arithmetic() local
|
/aosp_15_r20/development/tools/winscope/protos/test/ |
H A D | fake_proto_test.proto | 22 repeated int32 array = 3; field
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/logging/ |
H A D | Logging.java | 59 ArrayList<String> array = new ArrayList<>(); in getLoggerNames() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/logging/ |
D | Logging.java | 59 ArrayList<String> array = new ArrayList<>(); in getLoggerNames() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_script_group2_float.java | 39 float[] array = new float[ARRAY_SIZE]; in run() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/ |
H A D | OrderChar.java | 48 char[] array = new char[LENGTH]; in ckCharBuffer() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | macros.h | 44 #define ABSL_ARRAYSIZE(array) \ argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | test_thread_pool_guard.cpp | 33 const std::vector<int64_t> array = {1, 2, 3}; in TEST() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/logging/ |
D | Logging.java | 59 ArrayList<String> array = new ArrayList<>(); in getLoggerNames() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_script_group2_nochain.java | 42 int[] array = new int[ARRAY_SIZE * 4]; in run() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | varray.c | 217 struct gl_array_attributes *array = &vao->VertexAttrib[attribIndex]; in _mesa_vertex_attrib_binding() local 841 struct gl_array_attributes *const array = &vao->VertexAttrib[attrib]; in _mesa_update_array_format() local 1119 struct gl_array_attributes *array = &vao->VertexAttrib[attrib]; in update_array() local 2365 const struct gl_array_attributes *array; in get_vertex_array_attrib() local 4071 const struct gl_array_attributes *array = &vao->VertexAttrib[i]; in _mesa_print_arrays() local 4100 struct gl_array_attributes *array = &vao->VertexAttrib[index]; in init_array() local
|
/aosp_15_r20/out/soong/.intermediates/packages/inputmethods/LatinIME/common/latinime-common/android_common/javac/ |
D | latinime-common.jar | ... , int, int)
int i
Object[] array
int start
int end
java.util.ArrayList list ... |
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | Bidi.java | 1338 private Object getMemory(String label, Object array, Class<?> arrayClass, in getMemory() 1369 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len); in getDirPropsMemory() local 1380 Object array = getMemory("Levels", levelsMemory, Byte.TYPE, mayAllocate, len); in getLevelsMemory() local 1391 Object array = getMemory("Runs", runsMemory, BidiRun.class, mayAllocate, len); in getRunsMemory() local
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | IOUtils.java | 1755 public static int length(final byte[] array) { in length() 1766 public static int length(final char[] array) { in length() 1788 public static int length(final Object[] array) { in length() 2708 …w IllegalArgumentException(String.format("Cannot read more than %,d into a byte array", Integer.MA… in toByteArray()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 185 HInstruction* AddVecLoad(HBasicBlock* block, HInstruction* array, HInstruction* index) { in AddVecLoad() 207 HInstruction* array, in AddVecStore() 1246 HInstruction* array = MakeNewArray(preheader, cls, n); in TEST_F() local 1291 HInstruction* array = MakeNewArray(preheader, cls, n); in TEST_F() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | Bidi.java | 1311 private Object getMemory(String label, Object array, Class<?> arrayClass, in getMemory() 1342 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len); in getDirPropsMemory() local 1353 Object array = getMemory("Levels", levelsMemory, Byte.TYPE, mayAllocate, len); in getLevelsMemory() local 1364 Object array = getMemory("Runs", runsMemory, BidiRun.class, mayAllocate, len); in getRunsMemory() local
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-param-test-test.cc | 284 int array[] = {3, 5, 8}; in TEST() local 292 const int array[] = {3, 5, 8}; in TEST() local 300 int array[] = {42}; in TEST() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | ValidateTest.java | 552 final String[] array = {"a", "b"}; in shouldReturnSameInstance() local 681 final String[] array = {"a"}; in shouldReturnSameInstance() local 714 final String[] array = {"a"}; in shouldReturnSameInstance() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 287 int array[] = {3, 5, 8}; in TEST() local 295 const int array[] = {3, 5, 8}; in TEST() local 303 int array[] = {42}; in TEST() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 287 int array[] = {3, 5, 8}; in TEST() local 295 const int array[] = {3, 5, 8}; in TEST() local 303 int array[] = {42}; in TEST() local
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 284 int array[] = {3, 5, 8}; in TEST() local 292 const int array[] = {3, 5, 8}; in TEST() local 300 int array[] = {42}; in TEST() local
|
/aosp_15_r20/external/bpftool/src/ |
H A D | gen.c | 1988 struct btf_array *array; in btfgen_mark_type() local 2062 struct btf_array *array; in btfgen_record_field_relo() local 2169 struct btf_array *array; in btfgen_mark_type_match() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 284 int array[] = {3, 5, 8}; in TEST() local 292 const int array[] = {3, 5, 8}; in TEST() local 300 int array[] = {42}; in TEST() local
|