Home
last modified time | relevance | path

Searched defs:array (Results 551 – 575 of 6340) sorted by relevance

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

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedMultisetTest.java171 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 DImmutableListTest.java221 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 DMapCollections.java250 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 Djson.h132 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 DDumpUtils.java347 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 Dtypes_test.cc97 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 DLongBuffer.annotated.java40 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 DShortBuffer.annotated.java40 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 DDoubleBuffer.annotated.java40 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 DFloatBuffer.annotated.java40 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 DIntBuffer.annotated.java40 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 Dcommon.h73 #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/
Djson.h132 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 DUnwrapSingleArrayScalarsTest.java104 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/
Daudio_analysis.py175 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/
Djson.h132 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 Dbof.c36 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 Dkey.rs479 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 DSubRunAllocator.h293 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/
Dcom_android_server_net_NetworkStatsFactory.cpp66 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 Dpvr_drm.c111 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 DUtil.java307 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 DShadowArscAssetManager9.java667 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 DShadowArscAssetManager10.java678 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 Dmetadata_array.cc29 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()

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