/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
H A D | GenericReflectionTestsBase.java | 57 public static void assertLenghtOne(Object[] array) { in assertLenghtOne() 61 public static void assertLenghtZero(Object[] array) { in assertLenghtZero()
|
H A D | GenericArrayTypeTest.java | 31 T[] array; field in GenericArrayTypeTest.A 51 B<T>[] array; field in GenericArrayTypeTest.B
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | ArrayBase.h | 141 ArrayBase<Derived>& array() { return *this; } in array() function 143 const ArrayBase<Derived>& array() const { return *this; } in array() function
|
H A D | DenseStorage.h | 46 T array[Size]; member 68 …EIGEN_ALWAYS_INLINE PtrType eigen_unaligned_array_assert_workaround_gcc47(PtrType array) { return … in eigen_unaligned_array_assert_workaround_gcc47()
|
/aosp_15_r20/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/ |
H A D | R$array.class | ... android.layoutlib.test.myapplication.R$array extends java.lang.Object {
public static final ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/immutable/ |
D | IntMap.java | 11 private final android.util.SparseArray<T> array = null; field in IntMap 13 private IntMap(android.util.SparseArray<T> array) { in IntMap()
|
D | IntReferenceMap.java | 13 …il.SparseArray<com.android.server.permission.access.immutable.MutableReference<I, M>> array = null; field in IntReferenceMap 15 …id.util.SparseArray<com.android.server.permission.access.immutable.MutableReference<I, M>> array) { in IntReferenceMap()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | propagate_default_min_max.cc | 30 bool SupportsMinMax(const Array& array) { in SupportsMinMax() 74 Array* array) { in SetArrayMinMax()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/iterators/bounded_iter/ |
H A D | dereference.pass.cpp | 32 Foo array[] = {Foo{40}, Foo{41}, Foo{42}, Foo{43}, Foo{44}}; in tests() local 54 Foo array[] = {Foo{0}, Foo{1}, Foo{2}, Foo{3}, Foo{4}}; in test_death() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | RegularImmutableList.java | 38 @VisibleForTesting final transient Object[] array; field in RegularImmutableList 40 RegularImmutableList(Object[] array) { in RegularImmutableList()
|
/aosp_15_r20/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
H A D | LocalOverlayManager.java | 68 private static boolean arrayTailContainsOverlays(@NonNull final String[] array, in arrayTailContainsOverlays() 83 private static boolean arrayDoesNotContain(@NonNull final String[] array, in arrayDoesNotContain()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
H A D | OldAndroidArrayTest.java | 30 int[] array = (int[]) intArray; in testSingleInt() local 61 String[] array = (String[]) strArray; in testSingle() local
|
/aosp_15_r20/hardware/interfaces/drm/1.0/default/ |
H A D | TypeConvert.h | 57 const hidl_array<T, SIZE> &array) { in toVector() 64 hidl_array<T, SIZE> &array) { in toVector()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/self_check/ |
H A D | fips.c | 79 const size_t *array = in FIPS_read_counter() local 93 size_t *array = in boringssl_fips_inc_counter() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
H A D | VarHandleTestByteArrayAsFloat.java | 290 ByteBuffer array = null; in testArrayNPE() local 429 ByteBuffer array = bs.s; in testArrayUnsupported() local 687 ByteBuffer array = bs.s; in testArrayIndexOutOfBounds() local 866 ByteBuffer array = bs.s; in testArrayMisalignedAccess() local 1128 ByteBuffer array = bs.s; in testArrayReadWrite() local 1300 ByteBuffer array = bs.s; in testArrayReadOnly() local
|
H A D | VarHandleTestByteArrayAsDouble.java | 290 ByteBuffer array = null; in testArrayNPE() local 429 ByteBuffer array = bs.s; in testArrayUnsupported() local 687 ByteBuffer array = bs.s; in testArrayIndexOutOfBounds() local 866 ByteBuffer array = bs.s; in testArrayMisalignedAccess() local 1128 ByteBuffer array = bs.s; in testArrayReadWrite() local 1300 ByteBuffer array = bs.s; in testArrayReadOnly() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | IteratorsTest.java | 260 String[] array = Iterators.toArray(iterator, String.class); in testToArrayEmpty() local 267 String[] array = Iterators.toArray(iterator, String.class); in testToArraySingleton() local 1119 String[] array = new String[0]; in testForArrayEmpty() local 1136 String[] array = {"foo", "bar"}; in testForArrayTypical() local 1156 String[] array = {"foo", "bar", "cat"}; in testForArrayWithPosition() local 1166 String[] array = {"foo", "bar"}; in testForArrayLengthWithPositionBoundaryCases() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValueBuilder.java | 750 Float[] array = new Float[size]; in getFloatContainerArray() local 759 Integer[] array = new Integer[size]; in getInt32ContainerArray() local 768 Long[] array = new Long[size]; in getInt64ContainerArray() local 792 Integer[] array = (Integer[]) o; in setCarProperty() local 800 Float[] array = (Float[]) o; in setCarProperty() local 808 Long[] array = (Long[]) o; in setCarProperty() local
|
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduPersister.java | 698 long msgId, int type, EncodedStringValue[] array) { in persistAddress() 931 long msgId, int type, EncodedStringValue[] array) { in updateAddress() 1022 EncodedStringValue[] array = null; in updateHeaders() local 1286 EncodedStringValue[] array = null; in persist() local 1418 EncodedStringValue[] array = addressMap.get(addrType); in persist() local 1438 EncodedStringValue[] array = addressMap.get(addressType); in loadRecipients() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | IteratorsTest.java | 260 String[] array = Iterators.toArray(iterator, String.class); in testToArrayEmpty() local 267 String[] array = Iterators.toArray(iterator, String.class); in testToArraySingleton() local 1119 String[] array = new String[0]; in testForArrayEmpty() local 1136 String[] array = {"foo", "bar"}; in testForArrayTypical() local 1156 String[] array = {"foo", "bar", "cat"}; in testForArrayWithPosition() local 1166 String[] array = {"foo", "bar"}; in testForArrayLengthWithPositionBoundaryCases() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 1052 final String[] array = res.getStringArray(R.array.config_displayCutoutPathArray); in getDisplayCutoutPath() local 1067 final String[] array = res.getStringArray( in getDisplayCutoutApproximationRect() local 1086 final TypedArray array = res.obtainTypedArray(R.array.config_maskBuiltInDisplayCutoutArray); in getMaskBuiltInDisplayCutout() local 1108 final TypedArray array = res.obtainTypedArray(R.array.config_fillBuiltInDisplayCutoutArray); in getFillBuiltInDisplayCutout() local 1131 final TypedArray array = res.obtainTypedArray(R.array.config_waterfallCutoutArray); in getWaterfallInsets() local
|
/aosp_15_r20/external/kmod/libkmod/ |
H A D | libkmod-elf.c | 434 int kmod_elf_get_strings(const struct kmod_elf *elf, const char *section, char ***array) in kmod_elf_get_strings() 506 int kmod_elf_get_modversions(const struct kmod_elf *elf, struct kmod_modversion **array) in kmod_elf_get_modversions() 665 static int kmod_elf_get_symbols_symtab(const struct kmod_elf *elf, struct kmod_modversion **array) in kmod_elf_get_symbols_symtab() 781 int kmod_elf_get_symbols(const struct kmod_elf *elf, struct kmod_modversion **array) in kmod_elf_get_symbols() 943 int kmod_elf_get_dependency_symbols(const struct kmod_elf *elf, struct kmod_modversion **array) in kmod_elf_get_dependency_symbols()
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | ArrayType.java | 65 final ArrayType array = (ArrayType) type; in ArrayType() local 124 final ArrayType array = (ArrayType) _type; in equals() local
|
/aosp_15_r20/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/ |
H A D | FooHelper.h | 41 std::string to_string(const hidl_array<T, SIZE> &array) { in to_string() 46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { in to_string()
|
/aosp_15_r20/art/runtime/native/ |
H A D | dalvik_system_BaseDexClassLoader.cc | 31 Handle<mirror::ObjectArray<mirror::String>> array, in append_string() 54 Handle<mirror::ObjectArray<mirror::String>> array = hs.NewHandle( in BaseDexClassLoader_computeClassLoaderContextsNative() local
|