Home
last modified time | relevance | path

Searched defs:array (Results 626 – 650 of 6340) sorted by relevance

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

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dcopy.c140 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 Dssa_builder.cc308 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 DUtil.java433 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 DUtil.java433 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/
Dfips.c38 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 DAbstractCollectionTester.java61 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 DMain.java18 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 Dat.pass.cpp45 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 Dat_const.pass.cpp41 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/
Diteration.cpp33 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 DMain.java28 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 Dalloca_loop_unpoisoning.cc23 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 Dexample.c35 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 DAbstractCollectionTester.java61 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 DArrayListWrapper.java34 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/
Dfips.c38 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 DKernelMemoryBandwidthStatsTest.java69 LongSparseLongArray array = stats.getBandwidthEntries(); in testParseStandard() local
102 LongSparseLongArray array = zeroStats.getBandwidthEntries(); in testParseBackwards() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddependent-noexcept-unevaluated.cpp22 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/
DByteUtils.java34 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 Dwrite_bits.h37 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 Dassert.iter_sent.pass.cpp32 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 Dwrite_bits.h37 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 DArrayEquals.java51 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 DRecursiveActionTest.java1208 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 DStreamTest.java52 String[] array = Stream.of(object).toArray(String[]::new); in streamOfSingleObject() local
86 String[] array = new String[size]; in stringTestArray() local

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