/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/views.span/span.sub/ |
H A D | subspan.verify.cpp | 25 int array[] = {1, 2, 3, 4}; in f() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
H A D | WrappedDoubleBufferTest.java | 39 double array[] = new double[20]; in testWrappedDoubleuffer_IllegalArg() local
|
H A D | WrappedShortBufferTest.java | 39 short array[] = new short[20]; in testWrappedShortBuffer_IllegalArg() local
|
H A D | WrappedFloatBufferTest.java | 39 float array[] = new float[20]; in testWrappedFloatBuffer_IllegalArg() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dshow.h | 37 #define NUMELMS(array) (sizeof(array)/sizeof((array)[0])) argument
|
/aosp_15_r20/external/llvm-libc/src/stdlib/ |
H A D | heap_sort.h | 21 LIBC_INLINE void heap_sort(const Array &array) { in heap_sort()
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
H A D | ListIndexOfTester.java | 51 E[] array = createSamplesArray(); in testIndexOf_duplicate() local
|
H A D | ListLastIndexOfTester.java | 51 E[] array = createSamplesArray(); in testLastIndexOf_duplicate() local
|
/aosp_15_r20/art/test/498-type-propagation/src/ |
H A D | Main.java | 23 int[] array = new int[7]; in main() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
H A D | ReflectedTypeTest.java | 76 TypeSignatureAndTag[] array = new TypeSignatureAndTag[] { in testReflectedType001() local
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
H A D | ListIndexOfTester.java | 51 E[] array = createSamplesArray(); in testIndexOf_duplicate() local
|
H A D | ListLastIndexOfTester.java | 51 E[] array = createSamplesArray(); in testLastIndexOf_duplicate() local
|
/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiled_method-inl.h | 33 inline ArrayRef<const T> CompiledCode::GetArray(const LengthPrefixedArray<T>* array) { in GetArray()
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/reflect/ |
H A D | ListOfVariables.java | 23 final ArrayList<TypeVariable<?>> array = new ArrayList<TypeVariable<?>>(); field in ListOfVariables
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_color_utils.cpp | 16 CFX_Color CFXColorFromArray(const CPDF_Array& array) { in CFXColorFromArray()
|
/aosp_15_r20/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/util/ |
D | ArraySet.java | 39 public ArraySet(E[] array) { in ArraySet()
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/ |
H A D | AuthTokenUtils.java | 39 public static @NonNull HardwareAuthToken toHardwareAuthToken(@NonNull byte[] array) { in toHardwareAuthToken()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | AsList.java | 50 public void testIterator(Object[] array) { in testIterator()
|
/aosp_15_r20/external/skia/gm/ |
H A D | srgb.cpp | 19 const float array[] = { variable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/ |
H A D | lib.rs | 86 mod array; module
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | unistr_props.cpp | 35 char16_t *array = getArrayStart(); in trim() local
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/sys/ |
D | sem.h | 49 unsigned short* array; member
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/sys/ |
D | sem.h | 49 unsigned short* _Nullable array; member
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | vla_loop_overfow.cc | 11 char array[len]; // NOLINT in foo() local
|
/aosp_15_r20/external/testng/src/test/java/test/factory/ |
H A D | FactoryWithDataProvider.java | 20 public Object[] factory(int[] array) { in factory()
|