/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ImmutableSortedMultisetTest.java | 171 String[] array = new String[0]; in testCreation_emptyArray() local 177 String[] array = new String[] {"a"}; in testCreation_arrayOfOneElement() local 185 String[] array = new String[] {"a"}; in testCreation_arrayOfArray() local 193 String[] array = new String[] {null}; in testCreation_arrayContainingOnlyNull() local
|
H A D | ImmutableListTest.java | 221 String[] array = new String[] {"a"}; in testCreation_arrayOfArray() local 227 String[] array = new String[0]; in testCopyOf_emptyArray() local 233 String[] array = new String[] {"a"}; in testCopyOf_arrayOfOneElement() local 247 @Nullable String[] array = new @Nullable String[] {null}; in testCopyOf_arrayContainingOnlyNull() local
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | MapCollections.java | 250 public <T> T[] toArray(T[] array) { in toArray() 340 public <T> T[] toArray(T[] array) { in toArray() 456 public <T> T[] toArray(T[] array) { in toArray() 500 public <T> T[] toArrayHelper(T[] array, int offset) { in toArrayHelper()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/support/ |
H A D | json.h | 132 static Json FromArray(const Array& array) { in FromArray() 137 static Json FromArray(Array&& array) { in FromArray() 190 const Array& array() const { return absl::get<Array>(value_); } in array() function
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | DumpUtils.java | 347 public static void dumpSparseArray(PrintWriter pw, String prefix, SparseArray<?> array, in dumpSparseArray() 356 SparseArray<T> array, String name) { in dumpSparseArrayValues() 365 public static <T> void dumpSparseArray(PrintWriter pw, String prefix, SparseArray<T> array, in dumpSparseArray()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | types_test.cc | 97 Array array; in TEST() local 116 Array array; in TEST() local 133 Array array; in TEST() local
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | LongBuffer.annotated.java | 40 public static java.nio.LongBuffer wrap(long[] array, int offset, int length) { throw new RuntimeExc… in wrap() 42 public static java.nio.LongBuffer wrap(long[] array) { throw new RuntimeException("Stub!"); } in wrap() 87 public final long[] array() { throw new RuntimeException("Stub!"); } in array() method in LongBuffer
|
H A D | ShortBuffer.annotated.java | 40 public static java.nio.ShortBuffer wrap(short[] array, int offset, int length) { throw new RuntimeE… in wrap() 42 public static java.nio.ShortBuffer wrap(short[] array) { throw new RuntimeException("Stub!"); } in wrap() 87 public final short[] array() { throw new RuntimeException("Stub!"); } in array() method in ShortBuffer
|
H A D | DoubleBuffer.annotated.java | 40 public static java.nio.DoubleBuffer wrap(double[] array, int offset, int length) { throw new Runtim… in wrap() 42 public static java.nio.DoubleBuffer wrap(double[] array) { throw new RuntimeException("Stub!"); } in wrap() 87 public final double[] array() { throw new RuntimeException("Stub!"); } in array() method in DoubleBuffer
|
H A D | FloatBuffer.annotated.java | 40 public static java.nio.FloatBuffer wrap(float[] array, int offset, int length) { throw new RuntimeE… in wrap() 42 public static java.nio.FloatBuffer wrap(float[] array) { throw new RuntimeException("Stub!"); } in wrap() 87 public final float[] array() { throw new RuntimeException("Stub!"); } in array() method in FloatBuffer
|
H A D | IntBuffer.annotated.java | 40 public static java.nio.IntBuffer wrap(int[] array, int offset, int length) { throw new RuntimeExcep… in wrap() 42 public static java.nio.IntBuffer wrap(int[] array) { throw new RuntimeException("Stub!"); } in wrap() 87 public final int[] array() { throw new RuntimeException("Stub!"); } in array() method in IntBuffer
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | common.h | 73 #define ARRAY_LENGTH_UNSAFE(array) \ argument 93 #define ARRAY_LENGTH(array) \ argument 100 #define ARRAY_LENGTH(array) ARRAY_LENGTH_UNSAFE(array) argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/ |
D | json.h | 132 static Json FromArray(const Array& array) { in FromArray() 137 static Json FromArray(Array&& array) { in FromArray() 190 const Array& array() const { return absl::get<Array>(value_); } in array() function
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
H A D | UnwrapSingleArrayScalarsTest.java | 104 int[] array = UNWRAPPING_READER.forType(int[].class).readValue("[ [ null ] ]"); in testIntPrimitiveArrayUnwrap() local 140 long[] array = unwrapR.forType(long[].class) in testLongPrimitiveArrayUnwrap() local 177 double[] array = unwrapR.forType(double[].class) in testDoubleAsArray() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 175 def peak_detection(array, window_size): argument 199 def mid_is_peak(array, mid, left, right): argument 498 def rms(array): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/ |
D | json.h | 132 static Json FromArray(const Array& array) { in FromArray() 137 static Json FromArray(Array&& array) { in FromArray() 190 const Array& array() const { return absl::get<Array>(value_); } in array() function
|
/aosp_15_r20/external/libdrm/radeon/ |
H A D | bof.c | 36 bof_t **array; in bof_entry_grow() local 102 bof_t *array = bof_object(); in bof_array() local 111 int bof_array_append(bof_t *array, bof_t *value) in bof_array_append()
|
/aosp_15_r20/system/authgraph/core/src/ |
H A D | key.rs | 479 let mut array = match value { in from_cbor_value() localVariable 502 let mut array = Vec::<Value>::new(); in to_cbor_value() localVariable 592 let mut array = match value { in from_cbor_value() localVariable 635 let mut array = Vec::<Value>::new(); in to_cbor_value() localVariable 987 let mut array = Vec::<Value>::new(); in to_cbor_value() localVariable 1009 let mut array = Vec::<Value>::new(); in to_cbor_value() localVariable
|
/aosp_15_r20/external/skia/src/text/gpu/ |
H A D | SubRunAllocator.h | 293 T* array = reinterpret_cast<T*>(fAlloc.template allocateBytesFor<T>(n)); in makeUniqueArray() local 303 T* array = reinterpret_cast<T*>(fAlloc.template allocateBytesFor<T>(n)); in makeUniqueArray() local 314 T* array = reinterpret_cast<T*>(fAlloc.template allocateBytesFor<T>(src.size())); in makeUniqueArray() local
|
/aosp_15_r20/packages/modules/Connectivity/service-t/jni/ |
D | com_android_server_net_NetworkStatsFactory.cpp | 66 jobjectArray array = (jobjectArray)env->GetObjectField(obj, field); in get_string_array() local 77 jintArray array = (jintArray)env->GetObjectField(obj, field); in get_int_array() local 88 jlongArray array = (jlongArray)env->GetObjectField(obj, field); in get_long_array() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/powervr/ |
H A D | pvr_drm.c | 111 pvr_u32_in_array(const uint32_t *array, const size_t len, const uint32_t val) in pvr_u32_in_array() 434 struct drm_pvr_static_data_area *array; in pvr_drm_get_heap_static_data_descriptions() local 527 struct drm_pvr_heap *array; in pvr_drm_setup_heaps() local
|
/aosp_15_r20/system/security/identity/util/src/java/com/android/security/identity/internal/ |
H A D | Util.java | 307 ArrayBuilder<CborBuilder> array = sigStructure.addArray(); in coseBuildToBeSigned() local 458 ArrayBuilder<CborBuilder> array = builder.addArray(); in coseSign1Sign() local 648 ArrayBuilder<CborBuilder> array = macStructure.addArray(); in coseBuildToBeMACed() local 695 ArrayBuilder<CborBuilder> array = builder.addArray(); in coseMac0() local 1326 co.nstant.in.cbor.model.Array array = (co.nstant.in.cbor.model.Array) dataItems.get(0); in getPopSha256FromAuthKeyCert() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowArscAssetManager9.java | 667 String[] array = new String[file_count]; // env.NewObjectArray(file_count, g_stringClass, null); in nativeList() local 926 int[] array = new int[bag.entry_count]; in nativeGetStyleAttributes() local 949 String[] array = new String[bag.entry_count]; in nativeGetResourceStringArray() local 1008 int[] array = new int[bag.entry_count * 2]; in nativeGetResourceStringArrayInfo() local 1053 int[] array = new int[bag.entry_count]; in nativeGetResourceIntArray() local 1286 String[] array = in nativeGetLocales() local 1326 Configuration[] array = new Configuration[configurations.size()]; in nativeGetSizeConfigurations() local
|
H A D | ShadowArscAssetManager10.java | 678 String[] array = new String[file_count]; // env.NewObjectArray(file_count, g_stringClass, null); in nativeList() local 947 int[] array = new int[bag.entry_count]; in nativeGetStyleAttributes() local 970 String[] array = new String[bag.entry_count]; in nativeGetResourceStringArray() local 1028 int[] array = new int[bag.entry_count * 2]; in nativeGetResourceStringArrayInfo() local 1073 int[] array = new int[bag.entry_count]; in nativeGetResourceIntArray() local 1306 String[] array = in nativeGetLocales() local 1346 Configuration[] array = new Configuration[configurations.size()]; in nativeGetSizeConfigurations() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | metadata_array.cc | 29 void grpc_metadata_array_init(grpc_metadata_array* array) { in grpc_metadata_array_init() 34 void grpc_metadata_array_destroy(grpc_metadata_array* array) { in grpc_metadata_array_destroy()
|