/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | metadata_array.cc | 29 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/ |
D | to_tuple.hpp | 22 # 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 D | IdentityCredentialSupport.cpp | 1894 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 D | intrusive_forward_list_test.cc | 100 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 D | Main.java | 18 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 D | JavaUtilCollectionAccess.java | 31 <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 D | FloatsMethodsForWeb.java | 24 public static native float min(float... array); in min() 27 public static native float max(float... array); in max()
|
H A D | ShortsMethodsForWeb.java | 24 public static native short min(short... array); in min() 27 public static native short max(short... array); in max()
|
H A D | DoublesMethodsForWeb.java | 24 public static native double min(double... array); in min() 27 public static native double max(double... array); in max()
|
H A D | IntsMethodsForWeb.java | 24 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/ |
D | SortedOps.java | 336 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/ |
D | SortedOps.java | 336 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 D | JsonGeneratorDelegate.java | 239 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 D | SortedOps.java | 336 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 D | ImmutableListTest.java | 220 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 D | CharBuffer.java | 54 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 D | ptr-arith.c | 114 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 D | SkEndian.h | 44 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 D | assert.back.pass.cpp | 27 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 D | assert.front.pass.cpp | 27 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 D | assert.op_idx.pass.cpp | 27 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 D | ListRetainAllTester.java | 45 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 D | assert.last.pass.cpp | 27 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 D | Main.java | 20 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 D | ListRetainAllTester.java | 45 E[] array = createSamplesArray(); in testRetainAll_duplicatesKept() local 57 E[] array = createSamplesArray(); in testRetainAll_duplicatesRemoved() local
|