Home
last modified time | relevance | path

Searched defs:array (Results 501 – 525 of 6340) sorted by relevance

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

/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBArray.m311 + (instancetype)array { class
561 + (instancetype)array { class
811 + (instancetype)array { class
1061 + (instancetype)array { class
1311 + (instancetype)array { class
1561 + (instancetype)array { class
1811 + (instancetype)array { class
2061 + (instancetype)array { class
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/sql/
H A DOldStatementTest.java576 Vector<int[]> array = new Vector<int[]>(); in testExecute_String_intArray() local
612 Vector<String[]> array = new Vector<String[]>(); in testExecute_String_StringArray() local
846 Vector<int[]> array = new Vector<int[]>(); in testExecuteUpdate_String_intArray() local
931 Vector<String[]> array = new Vector<String[]>(); in testExecuteUpdate_String_StringArray() local
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo()
564 void ICollection.CopyTo(Array array, int index) in ICollection.CopyTo()
714 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
745 public void CopyTo(Array array, int index) in CopyTo()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo()
564 void ICollection.CopyTo(Array array, int index) in ICollection.CopyTo()
714 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
745 public void CopyTo(Array array, int index) in CopyTo()
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
H A DProtobufDecoding.kt70 val array = indexCache in getIndexByTag() constant
201 val array = if (tag == MISSING_TAG) { in deserializeByteArray() constant
/aosp_15_r20/external/testng/src/test/java/test/asserttests/
H A DArrayEqualityAssertTest.java215 int[][] array = new int[][] { in arrayInsideArrayAssertEquals() local
227 int[][][] array = new int[][][] { in arrayDeepInArraysAssertEquals() local
241 List<int[]>[] array = new List[] { in arrayDeepInArrayAndListAssertEquals() local
/aosp_15_r20/external/rust/android-crates-io/crates/pest/tests/
Djson.rs25 array, enumerator
89 fn array(state: Box<ParserState<'_, Rule>>) -> ParseResult<Box<ParserState<'_, Rule>>> { in parse() function
398 fn array() { in array() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java350 private void checkDimension(final int expected, final Object array) in checkDimension()
796 private static void writeArray(final ObjectOutput out, final double[] array) in writeArray()
808 private static void writeArray(final ObjectOutput out, final double[][] array) in writeArray()
820 private static void readArray(final ObjectInput in, final double[] array) in readArray()
832 private static void readArray(final ObjectInput in, final double[][] array) in readArray()
/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_analysis_test.cc51 HInstruction* array = MakeParam(DataType::Type::kReference); in TEST_F() local
158 HInstruction* array = MakeParam(DataType::Type::kReference); in TEST_F() local
234 HInstruction* array = MakeParam(DataType::Type::kReference); in TEST_F() local
364 HInstruction* array = MakeParam(DataType::Type::kReference); in TEST_F() local
452 HInstruction* array = MakeParam(DataType::Type::kReference); in TEST_F() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DImmutableCollections.java134 return ImmutableCollections.listFromTrustedArrayNullsAllowed(array); in SharedSecrets.setJavaUtilCollectionAccess()
536 Object[] array = new Object[size]; in toArray() local
546 T[] array = a.length >= size ? a : in toArray() local
653 T[] array = a.length >= size ? a : in toArray() local
887 T[] array = a.length >= size ? a : in toArray() local
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
Dmm.js161 function objectArray(array) { argument
166 function stringArray(array) { argument
171 function toAttrList(array) { argument
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
Dmm.js161 function objectArray(array) { argument
166 function stringArray(array) { argument
171 function toAttrList(array) { argument
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DSelect.java356 final void setIndices(final int[] array) { in setIndices()
365 final void setMatches(final int[] array) { in setMatches()
374 final void setTargets(final InstructionHandle[] array) { in setTargets()
/aosp_15_r20/external/skia/src/core/
H A DSkPictureData.cpp77 static size_t compute_chunk_size(SkFlattenable::Factory* array, int count) { in compute_chunk_size()
108 SkFlattenable::Factory* array = (SkFlattenable::Factory*)storage.get(); in WriteFactories() local
139 SkTypeface** array = (SkTypeface**)storage.get(); in WriteTypefaces() local
430 TArray<sk_sp<T>>& array, sk_sp<U> (*factory)(SkReadBuffer&)) { in new_array_from_buffer()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannelz.cc221 Json::Array array; in PopulateChildRefs() local
230 Json::Array array; in PopulateChildRefs() local
306 Json::Array array; in RenderServerSockets() local
343 Json::Array array; in RenderJson() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableMultisetTest.java193 String[] array = new String[0]; in testCreation_emptyArray() local
199 String[] array = new String[] {"a"}; in testCreation_arrayOfOneElement() local
205 String[] array = new String[] {"a"}; in testCreation_arrayOfArray() local
213 @Nullable String[] array = new @Nullable String[] {null}; in testCreation_arrayContainingOnlyNull() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DTestData.java79 public static <T> OfRef<T> ofArray(String name, T[] array) { in ofArray()
114 public static <T> OfInt ofArray(String name, int[] array) { in ofArray()
145 public static <T> OfLong ofArray(String name, long[] array) { in ofArray()
176 public static <T> OfDouble ofArray(String name, double[] array) { in ofArray()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc221 Json::Array array; in PopulateChildRefs() local
230 Json::Array array; in PopulateChildRefs() local
306 Json::Array array; in RenderServerSockets() local
343 Json::Array array; in RenderJson() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DTestData.java78 public static <T> OfRef<T> ofArray(String name, T[] array) { in ofArray()
113 public static <T> OfInt ofArray(String name, int[] array) { in ofArray()
144 public static <T> OfLong ofArray(String name, long[] array) { in ofArray()
175 public static <T> OfDouble ofArray(String name, double[] array) { in ofArray()
/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/
H A DNetworkExecutionUtils.hpp83 std::vector<float> DequantizeArray(const void* array, unsigned int numElements, float scale, int32_… in DequantizeArray()
186 const T* const array, in WriteToFile()
217 const T* array = reinterpret_cast<const T*>(info.m_Tensor.GetMemoryArea()); in PrintTensor() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DVarargMethodsTestCase.java211 public String test(Object[] array) in test()
221 public String test642(Object[] array) in test642()
241 public String test649(int[] array) in test649()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAudioEffect.java133 private static int copyByteBufferToArrayAndReturnSize(ByteBuffer byteBuffer, byte[] array) { in copyByteBufferToArrayAndReturnSize()
212 static ByteBuffer createReadOnlyByteBuffer(byte[] array) { in createReadOnlyByteBuffer()
216 static ByteBuffer createReadOnlyByteBuffer(byte[] array, int length) { in createReadOnlyByteBuffer()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithm.java133 static double getMinValue(double[] array, int from) { in getMinValue()
145 static double select(int k, double[] array) { in select()
210 private static void swap(double[] array, int i, int j) { in swap()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DQuantilesAlgorithm.java133 static double getMinValue(double[] array, int from) { in getMinValue()
145 static double select(int k, double[] array) { in select()
210 private static void swap(double[] array, int i, int j) { in swap()
/aosp_15_r20/external/mbedtls/library/
H A Dcommon.h69 #define ARRAY_LENGTH_UNSAFE(array) \ argument
89 #define ARRAY_LENGTH(array) \ argument
96 #define ARRAY_LENGTH(array) ARRAY_LENGTH_UNSAFE(array) argument

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