Home
last modified time | relevance | path

Searched defs:array (Results 576 – 600 of 6340) sorted by relevance

1...<<21222324252627282930>>...254

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dmetadata_array.cc29 void grpc_metadata_array_init(grpc_metadata_array* array) { in grpc_metadata_array_init()
34 void grpc_metadata_array_destroy(grpc_metadata_array* array) { in grpc_metadata_array_destroy()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/array/
Dto_tuple.hpp22 # define BOOST_PP_ARRAY_TO_TUPLE(array) \ argument
31 # define BOOST_PP_ARRAY_TO_TUPLE_EMPTY(array) argument
/aosp_15_r20/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp1894 const cppbor::Array* array = item->asArray(); in coseCheckEcDsaSignature() local
1968 const cppbor::Array* array = item->asArray(); in coseSignGetSignature() local
1996 const cppbor::Array* array = item->asArray(); in coseSignGetPayload() local
2033 const cppbor::Array* array = item->asArray(); in coseSignGetAlg() local
2086 const cppbor::Array* array = item->asArray(); in coseSignGetX5Chain() local
2115 const cppbor::Array* array = valueItem->asArray(); in coseSignGetX5Chain() local
2182 cppbor::Array array; in coseMac0() local
2204 cppbor::Array array; in coseMacWithDigest() local
/aosp_15_r20/external/pigweed/pw_containers/
H A Dintrusive_forward_list_test.cc100 std::array<Item, 0> array; in TEST() local
107 std::array<Item, 1> array{{{1}}}; in TEST() local
115 std::array<Item, 3> array{{{1}, {2}, {3}}}; in TEST() local
127 std::array<Item*, 0> array; in TEST() local
135 std::array<Item, 1> array{{{1}}}; in TEST() local
145 std::array<Item, 3> array{{{1}, {2}, {3}}}; in TEST() local
165 std::array<Item, 3> array{{{0}, {100}, {200}}}; in TEST() local
177 std::array<Item, 3> array{{{0}, {100}, {200}}}; in TEST() local
/aosp_15_r20/art/test/667-out-of-bounds/src/
H A DMain.java18 static int $noinline$arrayAccess(int[] array) { in $noinline$arrayAccess()
23 int[] array = new int[5]; in main() local
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/access/
H A DJavaUtilCollectionAccess.java31 <E> List<E> listFromTrustedArray(Object[] array); in listFromTrustedArray()
32 <E> List<E> listFromTrustedArrayNullsAllowed(Object[] array); in listFromTrustedArrayNullsAllowed()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DFloatsMethodsForWeb.java24 public static native float min(float... array); in min()
27 public static native float max(float... array); in max()
H A DShortsMethodsForWeb.java24 public static native short min(short... array); in min()
27 public static native short max(short... array); in max()
H A DDoublesMethodsForWeb.java24 public static native double min(double... array); in min()
27 public static native double max(double... array); in max()
H A DIntsMethodsForWeb.java24 public static native int min(int... array); in min()
27 public static native int max(int... array); in max()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DSortedOps.java336 private T[] array; field in SortedOps.SizedRefSortingSink
435 private int[] array; field in SortedOps.SizedIntSortingSink
534 private long[] array; field in SortedOps.SizedLongSortingSink
633 private double[] array; field in SortedOps.SizedDoubleSortingSink
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DSortedOps.java336 private T[] array; field in SortedOps.SizedRefSortingSink
435 private int[] array; field in SortedOps.SizedIntSortingSink
534 private long[] array; field in SortedOps.SizedLongSortingSink
633 private double[] array; field in SortedOps.SizedDoubleSortingSink
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DJsonGeneratorDelegate.java239 public void writeArray(int[] array, int offset, int length) throws IOException { in writeArray()
244 public void writeArray(long[] array, int offset, int length) throws IOException { in writeArray()
249 public void writeArray(double[] array, int offset, int length) throws IOException { in writeArray()
254 public void writeArray(String[] array, int offset, int length) throws IOException { in writeArray()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/
H A DSortedOps.java336 private T[] array; field in SortedOps.SizedRefSortingSink
435 private int[] array; field in SortedOps.SizedIntSortingSink
534 private long[] array; field in SortedOps.SizedLongSortingSink
633 private double[] array; field in SortedOps.SizedDoubleSortingSink
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java220 String[] array = new String[] {"a"}; in testCreation_arrayOfArray() local
226 String[] array = new String[0]; in testCopyOf_emptyArray() local
232 String[] array = new String[] {"a"}; in testCopyOf_arrayOfOneElement() local
246 @Nullable String[] array = new @Nullable String[] {null}; in testCopyOf_arrayContainingOnlyNull() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/
H A DCharBuffer.java54 public static java.nio.CharBuffer wrap(char[] array, int offset, int length) { in wrap()
58 public static java.nio.CharBuffer wrap(char[] array) { in wrap()
122 public final char[] array() { in array() method in CharBuffer
/aosp_15_r20/external/clang/test/Analysis/
H A Dptr-arith.c114 int array[10]; in array_matching_types() local
126 int array[10]; in array_different_types() local
150 int array[2]; in mixed_region_types() local
/aosp_15_r20/external/skia/src/base/
H A DSkEndian.h44 static inline void SkEndianSwap16s(uint16_t array[], int count) { in SkEndianSwap16s()
73 static inline void SkEndianSwap32s(uint32_t array[], int count) { in SkEndianSwap32s()
109 static inline void SkEndianSwap64s(uint64_t array[], int count) { in SkEndianSwap64s()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/views/views.span/span.elem/
H A Dassert.back.pass.cpp27 std::array<int, 3> array{0, 1, 2}; in main() local
33 std::array<int, 3> array{0, 1, 2}; in main() local
H A Dassert.front.pass.cpp27 std::array<int, 3> array{0, 1, 2}; in main() local
33 std::array<int, 3> array{0, 1, 2}; in main() local
H A Dassert.op_idx.pass.cpp27 std::array<int, 3> array{0, 1, 2}; in main() local
33 std::array<int, 3> array{0, 1, 2}; in main() local
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListRetainAllTester.java45 E[] array = createSamplesArray(); in testRetainAll_duplicatesKept() local
57 E[] array = createSamplesArray(); in testRetainAll_duplicatesRemoved() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/views/views.span/span.sub/
H A Dassert.last.pass.cpp27 std::array<int, 3> array{0, 1, 2}; in main() local
33 std::array<int, 3> array{0, 1, 2}; in main() local
/aosp_15_r20/art/test/609-checker-x86-bounds-check/src/
H A DMain.java20 int[] array = new int[51]; in main() local
85 static void testArrayLengthBoundsCheckX86(int[] array, int index) { in testArrayLengthBoundsCheckX86()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListRetainAllTester.java45 E[] array = createSamplesArray(); in testRetainAll_duplicatesKept() local
57 E[] array = createSamplesArray(); in testRetainAll_duplicatesRemoved() local

1...<<21222324252627282930>>...254