/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | copy.c | 140 upb_Array* upb_Array_DeepClone(const upb_Array* array, upb_CType value_type, in upb_Array_DeepClone() 161 static bool upb_Message_Array_DeepClone(const upb_Array* array, in upb_Message_Array_DeepClone() 245 const upb_Array* array = upb_Message_GetArray(src, field); in _upb_Message_Copy() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | ssa_builder.cc | 308 static DataType::Type GetPrimitiveArrayComponentType(HInstruction* array) in GetPrimitiveArrayComponentType() 331 HInstruction* array = aget_int->GetArray(); in FixAmbiguousArrayOps() local 373 HInstruction* array = aset->GetArray(); in FixAmbiguousArrayOps() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | Util.java | 433 public static <T> void nullSafeListToArray(List<T> list, T[] array) { in nullSafeListToArray() 819 public static int linearSearch(int[] array, int value) { in linearSearch() 837 public static int linearSearch(long[] array, long value) { in linearSearch() 865 int[] array, int value, boolean inclusive, boolean stayInBounds) { in binarySearchFloor() 897 long[] array, long value, boolean inclusive, boolean stayInBounds) { in binarySearchFloor() 1007 int[] array, int value, boolean inclusive, boolean stayInBounds) { in binarySearchCeil() 1040 long[] array, long value, boolean inclusive, boolean stayInBounds) { in binarySearchCeil()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | Util.java | 433 public static <T> void nullSafeListToArray(List<T> list, T[] array) { in nullSafeListToArray() 819 public static int linearSearch(int[] array, int value) { in linearSearch() 837 public static int linearSearch(long[] array, long value) { in linearSearch() 865 int[] array, int value, boolean inclusive, boolean stayInBounds) { in binarySearchFloor() 897 long[] array, long value, boolean inclusive, boolean stayInBounds) { in binarySearchFloor() 1007 int[] array, int value, boolean inclusive, boolean stayInBounds) { in binarySearchCeil() 1040 long[] array, long value, boolean inclusive, boolean stayInBounds) { in binarySearchCeil()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/ |
D | fips.c | 38 const size_t *array = in FIPS_read_counter() local 52 size_t *array = in boringssl_fips_inc_counter() local
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | AbstractCollectionTester.java | 61 E[] array = createSamplesArray(); in createArrayWithNullElement() local 67 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement() local
|
/aosp_15_r20/art/test/499-bce-phi-array-length/src/ |
H A D | Main.java | 18 public static int foo(int start, int[] array) { in foo() 35 public static int bar(int start, int[] array) { in bar()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/ |
H A D | at.pass.cpp | 45 std::array<int, 4> array = {1, 2, 3, 4}; in test_exceptions() local 86 std::array<int, 0> array = {}; in test_exceptions() local
|
H A D | at_const.pass.cpp | 41 std::array<int, 4> const array = {1, 2, 3, 4}; in test_exceptions() local 82 std::array<int, 0> array = {}; in test_exceptions() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/ |
D | iteration.cpp | 33 int array[] = {1,2,3}; in for_each_test() local 45 int array[] = {1,2,3}; in accumulate_test() local
|
/aosp_15_r20/art/test/554-checker-rtp-checkcast/src/ |
H A D | Main.java | 28 int[] array = new int[20]; in boundTypeForMergingPhi() local 41 int[] array = new int[20]; in boundTypeForLoopPhi() local
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | alloca_loop_unpoisoning.cc | 23 char array[len]; // NOLINT in foo() local 27 char array[i]; // NOLINT in foo() local
|
/aosp_15_r20/external/eigen/demos/mix_eigen_and_c/ |
H A D | example.c | 35 void print_array(double *array, int n) in print_array() 45 double array[5]; in demo_Map_MatrixXd() local
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | AbstractCollectionTester.java | 61 E[] array = createSamplesArray(); in createArrayWithNullElement() local 67 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/ |
H A D | ArrayListWrapper.java | 34 private Object array; field in ArrayListWrapper 36 public ArrayListWrapper(Object array) in ArrayListWrapper()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/ |
D | fips.c | 38 const size_t *array = in FIPS_read_counter() local 52 size_t *array = in boringssl_fips_inc_counter() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | KernelMemoryBandwidthStatsTest.java | 69 LongSparseLongArray array = stats.getBandwidthEntries(); in testParseStandard() local 102 LongSparseLongArray array = zeroStats.getBandwidthEntries(); in testParseBackwards() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | dependent-noexcept-unevaluated.cpp | 22 struct array struct 26 void swap(array& a) noexcept(noexcept(::swap(declval<T&>(), declval<T&>()))); argument
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | ByteUtils.java | 34 public static int indexOf(@NonNull byte[] array, byte target) { in indexOf() 38 private static int indexOf(byte[] array, byte target, int start, int end) { in indexOf()
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | write_bits.h | 37 uint8_t* BROTLI_RESTRICT array) { in BrotliWriteBits() 77 size_t pos, uint8_t* array) { in BrotliWriteBitsPrepareStorage()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/views/views.span/span.cons/ |
H A D | assert.iter_sent.pass.cpp | 32 std::array<int, 3> array{0, 1, 2}; in main() local 38 std::array<int, 3> array{0, 1, 2}; in main() local
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | write_bits.h | 37 uint8_t* BROTLI_RESTRICT array) { in BrotliWriteBits() 77 size_t pos, uint8_t* array) { in BrotliWriteBitsPrepareStorage()
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/matchers/ |
H A D | ArrayEquals.java | 51 private String appendArray(Object[] array) { in appendArray() 64 public static Object[] createObjectArray(Object array) { in createObjectArray()
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | RecursiveActionTest.java | 1208 final long[] array; final int lo, hi; field in RecursiveActionTest.SortTask 1209 SortTask(long[] array, int lo, int hi) { in SortTask() 1212 SortTask(long[] array) { this(array, 0, array.length); } in SortTask() 1241 long[] array = new long[1007]; in testSortTaskDemo() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/stream/ |
H A D | StreamTest.java | 52 String[] array = Stream.of(object).toArray(String[]::new); in streamOfSingleObject() local 86 String[] array = new String[size]; in stringTestArray() local
|