Home
last modified time | relevance | path

Searched defs:array (Results 1826 – 1850 of 6340) sorted by relevance

1...<<71727374757677787980>>...254

/aosp_15_r20/external/libchrome/base/
H A Dmacros.h73 #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 Dmacros.h44 #define ABSL_ARRAYSIZE(array) \ argument
/aosp_15_r20/external/skia/src/effects/
H A DSkBlenders.cpp49 const float array[] = { in Arithmetic() local
/aosp_15_r20/development/tools/winscope/protos/test/
H A Dfake_proto_test.proto22 repeated int32 array = 3; field
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/logging/
H A DLogging.java59 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/
DLogging.java59 ArrayList<String> array = new ArrayList<>(); in getLoggerNames() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_script_group2_float.java39 float[] array = new float[ARRAY_SIZE]; in run() local
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DOrderChar.java48 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/
Dmacros.h44 #define ABSL_ARRAYSIZE(array) \ argument
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dtest_thread_pool_guard.cpp33 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/
DLogging.java59 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 DUT_script_group2_nochain.java42 int[] array = new int[ARRAY_SIZE * 4]; in run() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dvarray.c217 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/
Dlatinime-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 DBidi.java1338 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 DIOUtils.java1755 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 Dload_store_elimination_test.cc185 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 DBidi.java1311 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 Dgoogletest-param-test-test.cc284 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 DValidateTest.java552 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/
Dgoogletest-param-test-test.cc287 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/
Dgoogletest-param-test-test.cc287 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 Dgoogletest-param-test-test.cc284 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 Dgen.c1988 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 Dgoogletest-param-test-test.cc284 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

1...<<71727374757677787980>>...254