/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/ |
H A D | ZlibExtractor.kt | 60 val array = ByteArray(estSize) in <lambda>() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | auto_elements_critical.rs | 19 array: &'array JPrimitiveArray<'other_local, T>, field 125 fn as_ref(&self) -> &AutoElementsCritical<'local, 'other_local, 'array, 'env, T> { in as_ref()
|
/aosp_15_r20/art/dex2oat/interpreter/ |
H A D | interpreter_switch_impl1.cc | 76 ObjPtr<mirror::PrimitiveArray<T>> array, in RecordArrayElementsInTransactionImpl() 84 void ActiveTransactionChecker::RecordArrayElementsInTransaction(ObjPtr<mirror::Object> array, in RecordArrayElementsInTransaction()
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | util_test.cc | 60 CharPtrArray array = CharPtrArray::FromStringVector(strings); in TEST() local 74 CharPtrArray array(string_arr.data()); in TEST() local
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | union_unittest.cc | 496 std::vector<PodUnionPtr> array(2); in TEST() local 519 std::vector<PodUnionPtr> array(2); in TEST() local 540 std::vector<ObjectUnionPtr> array(2); in TEST() local 845 std::vector<int8_t> array(2); in TEST() local 857 std::vector<int8_t> array(2); in TEST() local 878 std::vector<int8_t> array(2); in TEST() local
|
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1255 public static boolean contains(int[] array, int elem) { in contains() 1269 public static Byte[] toObject(byte[] array) { in toObject() 1279 public static Integer[] toObject(int[] array) { in toObject() 1289 public static Float[] toObject(float[] array) { in toObject() 1299 public static Double[] toObject(double[] array) { in toObject() 1310 private static <T> T[] convertPrimitiveArrayToObjectArray(final Object array, in convertPrimitiveArrayToObjectArray()
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
H A D | VarHandleTestByteArrayAsInt.java | 336 ByteBuffer array = null; in testArrayNPE() local 475 ByteBuffer array = bs.s; in testArrayUnsupported() local 733 ByteBuffer array = bs.s; in testArrayIndexOutOfBounds() local 1004 ByteBuffer array = bs.s; in testArrayMisalignedAccess() local 1422 ByteBuffer array = bs.s; in testArrayReadWrite() local 1704 ByteBuffer array = bs.s; in testArrayReadOnly() local
|
H A D | VarHandleTestByteArrayAsLong.java | 336 ByteBuffer array = null; in testArrayNPE() local 475 ByteBuffer array = bs.s; in testArrayUnsupported() local 733 ByteBuffer array = bs.s; in testArrayIndexOutOfBounds() local 1004 ByteBuffer array = bs.s; in testArrayMisalignedAccess() local 1422 ByteBuffer array = bs.s; in testArrayReadWrite() local 1704 ByteBuffer array = bs.s; in testArrayReadOnly() local
|
H A D | VarHandleTestMethodHandleAccessShort.java | 659 short[] array = new short[10]; in testArray() local 933 short[] array = new short[10]; in testArrayUnsupported() local 941 short[] array = new short[10]; in testArrayIndexOutOfBounds() local
|
H A D | VarHandleTestMethodHandleAccessInt.java | 659 int[] array = new int[10]; in testArray() local 933 int[] array = new int[10]; in testArrayUnsupported() local 941 int[] array = new int[10]; in testArrayIndexOutOfBounds() local
|
H A D | VarHandleTestMethodHandleAccessChar.java | 659 char[] array = new char[10]; in testArray() local 933 char[] array = new char[10]; in testArrayUnsupported() local 941 char[] array = new char[10]; in testArrayIndexOutOfBounds() local
|
H A D | VarHandleTestMethodHandleAccessLong.java | 659 long[] array = new long[10]; in testArray() local 933 long[] array = new long[10]; in testArrayUnsupported() local 941 long[] array = new long[10]; in testArrayIndexOutOfBounds() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | CharBuffer.java | 421 public static CharBuffer wrap(char[] array, in wrap() 454 public static CharBuffer wrap(char[] array) { in wrap() 1604 public final char[] array() { in array() method in CharBuffer
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | FilenameUtils.java | 341 final char[] array = new char[size + 2]; // +1 for possible extra slash, +2 for arraycopy in doNormalize() local 1497 final char[] array = text.toCharArray(); in splitOnTokens() local 1591 final int[] array = backtrack.pop(); in wildcardMatch() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | memory_usage_estimator.h | 317 size_t EstimateMemoryUsage(const std::array<T, N>& array) { in EstimateMemoryUsage() 327 size_t EstimateMemoryUsage(const T* array, size_t array_length) { in EstimateMemoryUsage() 343 size_t EstimateMemoryUsage(const std::unique_ptr<T[], D>& array, in EstimateMemoryUsage()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | CharBuffer.java | 421 public static CharBuffer wrap(char[] array, in wrap() 454 public static CharBuffer wrap(char[] array) { in wrap() 1604 public final char[] array() { in array() method in CharBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | CharBuffer.java | 421 public static CharBuffer wrap(char[] array, in wrap() 454 public static CharBuffer wrap(char[] array) { in wrap() 1604 public final char[] array() { in array() method in CharBuffer
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/ |
H A D | TileUiState.kt | 110 val array = resources.getStringArray(arrayResId) in QSTile() constant
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadUtils.hpp | 24 void AssignValues(unsigned int num, unsigned int& idx, const ArrayType& array, Arg& arg) in AssignValues() 36 void AssignValues(unsigned int num, unsigned int idx, const ArrayType& array, T& assignee, Args&...… in AssignValues()
|
/aosp_15_r20/external/stg/test_cases/diff_tests/describe/ |
H A D | types.1.c | 58 int (*N(void ))[7] { static int array[7]; return &array; } in N() local 67 volatile int (*n(void ))[7] { static volatile int array[7]; return &array; } in n() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/ |
D | json_iterator.rs | 79 pub fn array(&self) -> Option<impl Iterator<Item = JsonValue<'a, 'b>>> { in array() method 232 fn array(i: &mut &str) -> PResult<()> { in array() function
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | AbstractMapTester.java | 77 Entry<K, V>[] array = createSamplesArray(); in createArrayWithNullKey() local 102 Entry<K, V>[] array = createSamplesArray(); in createArrayWithNullValue() local
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | AbstractMapTester.java | 77 Entry<K, V>[] array = createSamplesArray(); in createArrayWithNullKey() local 102 Entry<K, V>[] array = createSamplesArray(); in createArrayWithNullValue() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | TypeBuilderTest.cpp | 205 void *array[1]; member 211 void *array[1]; member
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/ |
H A D | TestConvertingDeserializer.java | 170 PointListWrapperArray array = objectReader(PointListWrapperArray.class) in testPropertyAnnotationForArrays() local 180 PointListWrapperList array = objectReader(PointListWrapperList.class) in testPropertyAnnotationForLists() local
|