Home
last modified time | relevance | path

Searched defs:array (Results 1201 – 1225 of 6340) sorted by relevance

1...<<41424344454647484950>>...254

/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUtility.java477 int[] array = new int[length]; in RLEStringToIntArray() local
516 short[] array = new short[length]; in RLEStringToShortArray() local
546 char[] array = new char[length]; in RLEStringToCharArray() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DStringLatin1.java792 private final byte[] array; field in StringLatin1.CharsSpliterator
797 CharsSpliterator(byte[] array, int acs) { in CharsSpliterator()
801 CharsSpliterator(byte[] array, int origin, int fence, int acs) { in CharsSpliterator()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DUtility.java473 int[] array = new int[length]; in RLEStringToIntArray() local
512 short[] array = new short[length]; in RLEStringToShortArray() local
542 char[] array = new char[length]; in RLEStringToCharArray() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java123 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters()
569 F[] array = map.get(name); in addFilter() local
686 F[] array = map.get(name); in remove_all_objects() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfilter.rs67 let mut array: [MaybeUninit<Self::Item>; N] = MaybeUninit::uninit_array(); localVariable
70 array: &'a mut [MaybeUninit<T>], field
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKZoneOffset.java102 …TemporalAccessor[] array = {ZoneOffset.ofHours(1), ZoneOffset.ofHoursMinutesSeconds(-5, -6, -30) }; in samples() local
108 TemporalField[] array = { in validFields() local
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/org/apache/commons/validator/routines/
H A DDomainValidator.java1866 final String[] array; in getTLDEntries() local
2172 final String[] array; in getOverrides() local
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/utils/
H A Dlist_cpu_features.c167 static void AddArrayElement(Node* array, Node* value) { in AddArrayElement()
357 Node* array = CreateArray(); in AddCacheInfo() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DOrdering.java759 E[] array = (E[]) collection.toArray(); in leastOf() local
868 E[] array = (E[]) Iterables.toArray(elements); in sortedCopy() local
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dmacros.h28 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
32 #define ARRAY_END(array) (array + ARRAY_SIZE(array)) argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfilter.rs67 let mut array: [MaybeUninit<Self::Item>; N] = MaybeUninit::uninit_array(); localVariable
70 array: &'a mut [MaybeUninit<T>], field
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Dranges_uninitialized_move.pass.cpp450 T array[N] = {1, 2, 3, 4, 5}; in main() local
462 T array[N] = {1, 2, 3, 4, 5}; in main() local
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.cpp176 auto array = THPObjectPtr(PyArray_New( in tensor_to_numpy() local
226 auto array = (PyArrayObject*)obj; in tensor_from_numpy() local
/aosp_15_r20/cts/tests/tests/jni/src/android/jni/cts/
H A DJniStaticTest.java256 private void checkShortArray(short[] array) { in checkShortArray()
273 private void checkStringArray(String[] array) { in checkStringArray()
/aosp_15_r20/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java528 Object array = Array.newInstance (component, 0); in arrayOf() local
584 String array = component + " []"; in arrayOf() local
/aosp_15_r20/system/timezone/testing/src/main/java/libcore/timezone/testing/
H A DZoneInfoTestHelper.java342 static void writeByteArray(ByteArrayOutputStream baos, byte[] array) { in writeByteArray()
356 static void writeLongArray(ByteArrayOutputStream baos, long[] array) { in writeLongArray()
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestZoneOffset.java60 …TemporalAccessor[] array = {ZoneOffset.ofHours(1), ZoneOffset.ofHoursMinutesSeconds(-5, -6, -30) }; in samples() local
66 TemporalField[] array = { in validFields() local
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
H A Dmacros.h28 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
32 #define ARRAY_END(array) (array + ARRAY_SIZE(array)) argument
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java759 E[] array = (E[]) collection.toArray(); in leastOf() local
868 E[] array = (E[]) Iterables.toArray(elements); in sortedCopy() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DReadableBuffers.java204 public byte[] array() { in array() method in ReadableBuffers.ByteArrayWrapper
309 public byte[] array() { in array() method in ReadableBuffers.ByteReadableBufferWrapper
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift110 …var array: [UInt8] = [48, 0, 0, 0, 77, 79, 78, 83, 0, 0, 0, 0, 36, 0, 72, 0, 40, 0, 0, 0, 38, 0, 3… in testReadMonsterFromUnsafePointerWithoutCopying() variable
324 let array = monster.nameSegmentArray in readFlatbufferMonster() variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp332 constexpr auto array_to_vector_impl( array_type const& array, std::index_sequence<R...> ) in array_to_vector_impl()
352 constexpr auto array_to_vector( std::array<pair_type,N> const& array) in array_to_vector()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dsample_service_unittest.cc185 void Print(int depth, const char* name, const std::vector<T>& array) { in Print()
200 const base::Optional<std::vector<T>>& array) { in Print()
/aosp_15_r20/external/guice/lib/build/
HDspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java1298 int[] array = new int[num]; in readThisIntArrayXml() local
1349 long[] array = new long[num]; in readThisLongArrayXml() local
1396 double[] array = new double[num]; in readThisDoubleArrayXml() local
1443 String[] array = new String[num]; in readThisStringArrayXml() local

1...<<41424344454647484950>>...254