Home
last modified time | relevance | path

Searched defs:array (Results 201 – 225 of 6340) sorted by relevance

12345678910>>...254

/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DBooleanUtils.java100 public static boolean and(final boolean... array) { in and()
132 public static Boolean and(final Boolean... array) { in and()
281 public static boolean oneHot(final boolean... array) { in oneHot()
312 public static Boolean oneHot(final Boolean... array) { in oneHot()
334 public static boolean or(final boolean... array) { in or()
367 public static Boolean or(final Boolean... array) { in or()
1174 public static boolean xor(final boolean... array) { in xor()
1204 public static Boolean xor(final Boolean... array) { in xor()
H A DStringUtils.java3877 public static String join(final boolean[] array, final char delimiter) { in join()
3912 …public static String join(final boolean[] array, final char delimiter, final int startIndex, final… in join()
3951 public static String join(final byte[] array, final char delimiter) { in join()
3987 …public static String join(final byte[] array, final char delimiter, final int startIndex, final in… in join()
4026 public static String join(final char[] array, final char delimiter) { in join()
4062 …public static String join(final char[] array, final char delimiter, final int startIndex, final in… in join()
4101 public static String join(final double[] array, final char delimiter) { in join()
4137 …public static String join(final double[] array, final char delimiter, final int startIndex, final … in join()
4176 public static String join(final float[] array, final char delimiter) { in join()
4212 …public static String join(final float[] array, final char delimiter, final int startIndex, final i… in join()
[all …]
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/
H A DAtomicFU.common.kt512 private val array = Array(size) { atomic(0) } in <lambda>() constant
529 private val array = Array(size) { atomic(0L) } in get() constant
546 private val array = Array(size) { atomic(false) } in <lambda>() constant
561 private val array = Array(size) { atomic<T?>(null) } in get() constant
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DCborConverter.cpp77 bool CborConverter::addAttestationKey(Array& array, in addAttestationKey()
91 bool CborConverter::addKeyparameters(Array& array, const vector<KeyParameter>& keyParams) { in addKeyparameters()
259 Array* array = const_cast<Array*>(pair.second.get()->asArray()); in getKeyParameter() local
275 Array* array = const_cast<Array*>(pair.second.get()->asArray()); in getKeyParameter() local
383 bool CborConverter::addSharedSecretParameters(Array& array, in addSharedSecretParameters()
396 bool CborConverter::addTimeStampToken(Array& array, const TimeStampToken& token) { in addTimeStampToken()
405 bool CborConverter::addHardwareAuthToken(Array& array, const HardwareAuthToken& authToken) { in addHardwareAuthToken()
436 Array array; in getArrayItem() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DCborConverter.cpp77 bool CborConverter::addAttestationKey(Array& array, in addAttestationKey()
91 bool CborConverter::addKeyparameters(Array& array, const vector<KeyParameter>& keyParams) { in addKeyparameters()
259 Array* array = const_cast<Array*>(pair.second.get()->asArray()); in getKeyParameter() local
275 Array* array = const_cast<Array*>(pair.second.get()->asArray()); in getKeyParameter() local
392 bool CborConverter::addSharedSecretParameters(Array& array, in addSharedSecretParameters()
405 bool CborConverter::addTimeStampToken(Array& array, const TimeStampToken& token) { in addTimeStampToken()
414 bool CborConverter::addHardwareAuthToken(Array& array, const HardwareAuthToken& authToken) { in addHardwareAuthToken()
445 Array array; in getArrayItem() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/
H A DHardwareAuthTokenUtils.java47 writeInt(flipIfNativelyLittle(hat.authenticatorType), array, 25 /* offset */); in toByteArray() local
50 writeLong(flipIfNativelyLittle(hat.timestamp.milliSeconds), array, 29 /* offset */); in toByteArray() local
58 public static HardwareAuthToken toHardwareAuthToken(byte[] array) { in toHardwareAuthToken()
121 private static long getLong(byte[] array, int offset) { in getLong()
130 private static int getInt(byte[] array, int offset) { in getInt()
/aosp_15_r20/system/security/identity/
H A DCredentialData.cpp89 cppbor::Array array; in saveToDisk() local
124 cppbor::Array array; in saveToDisk() local
144 const cppbor::Array* array = item.asArray(); in parseSacp() local
175 const cppbor::Array* array = item.asArray(); in parseAuthKeyData() local
211 const cppbor::Array* array = item.asArray(); in parseAccessControlProfileIds() local
230 const cppbor::Array* array = item.asArray(); in parseEncryptedChunks() local
308 const cppbor::Array* array = valueItem->asArray(); in loadFromDisk() local
373 const cppbor::Array* array = valueItem->asArray(); in loadFromDisk() local
/aosp_15_r20/libcore/json/src/test/java/libcore/org/json/
H A DJSONObjectTest.java544 JSONArray array = object.toJSONArray(names); in testToJSONArray() local
565 JSONArray array = object.toJSONArray(names); in testToJSONArrayMissingNames() local
591 JSONArray array = new JSONArray(); in testToJSONArrayEndsUpEmpty() local
608 JSONArray array = object.toJSONArray(names); in testToJSONArrayNonString() local
784 JSONArray array = object.getJSONArray("foo"); in testAccumulateMutatesInPlace() local
791 JSONArray array = new JSONArray(); in testAccumulateExistingArray() local
893 JSONArray array = object.names(); in testNames() local
1020 JSONArray array = new JSONArray(); in testAppendExistingArray() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DSignedBytes.java104 public static byte min(byte... array) { in min()
123 public static byte max(byte... array) { in max()
142 public static String join(String separator, byte... array) { in join()
201 public static void sortDescending(byte[] array) { in sortDescending()
212 public static void sortDescending(byte[] array, int fromIndex, int toIndex) { in sortDescending()
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DSignedBytes.java104 public static byte min(byte... array) { in min()
123 public static byte max(byte... array) { in max()
142 public static String join(String separator, byte... array) { in join()
201 public static void sortDescending(byte[] array) { in sortDescending()
212 public static void sortDescending(byte[] array, int fromIndex, int toIndex) { in sortDescending()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duarrsort.cpp75 uprv_stableBinarySearch(char *array, int32_t limit, void *item, int32_t itemSize, in uprv_stableBinarySearch()
119 doInsertionSort(char *array, int32_t length, int32_t itemSize, in doInsertionSort()
141 insertionSort(char *array, int32_t length, int32_t itemSize, in insertionSort()
169 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, in subQuickSort()
235 quickSort(char *array, int32_t length, int32_t itemSize, in quickSort()
256 uprv_sortArray(void *array, int32_t length, int32_t itemSize, in uprv_sortArray()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duarrsort.cpp75 uprv_stableBinarySearch(char *array, int32_t limit, void *item, int32_t itemSize, in uprv_stableBinarySearch()
119 doInsertionSort(char *array, int32_t length, int32_t itemSize, in doInsertionSort()
141 insertionSort(char *array, int32_t length, int32_t itemSize, in insertionSort()
169 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, in subQuickSort()
235 quickSort(char *array, int32_t length, int32_t itemSize, in quickSort()
256 uprv_sortArray(void *array, int32_t length, int32_t itemSize, in uprv_sortArray()
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DTlvBufferUtils.java109 public TlvConstructor wrap(@Nullable byte[] array) { in wrap()
197 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray()
218 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray()
229 public TlvConstructor putRawByteArray(@Nullable byte[] array) { in putRawByteArray()
496 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable()
627 public static boolean isValid(@Nullable byte[] array, int typeSize, int lengthSize) { in isValid()
642 public static boolean isValidEndian(@Nullable byte[] array, int typeSize, int lengthSize, in isValidEndian()
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
H A DSafeRepresenter.java218 Object[] array = (Object[]) data; in representData() local
264 short[] array = (short[]) in; in asShortList() local
273 int[] array = (int[]) in; in asIntList() local
282 long[] array = (long[]) in; in asLongList() local
291 float[] array = (float[]) in; in asFloatList() local
300 double[] array = (double[]) in; in asDoubleList() local
309 char[] array = (char[]) in; in asCharList() local
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/
DTlvBufferUtils.java109 public TlvConstructor wrap(@Nullable byte[] array) { in wrap()
197 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray()
218 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray()
229 public TlvConstructor putRawByteArray(@Nullable byte[] array) { in putRawByteArray()
496 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable()
627 public static boolean isValid(@Nullable byte[] array, int typeSize, int lengthSize) { in isValid()
642 public static boolean isValidEndian(@Nullable byte[] array, int typeSize, int lengthSize, in isValidEndian()
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore/
H A DArrayUtils.java29 public static String[] nullToEmpty(String[] array) { in nullToEmpty()
33 public static String[] cloneIfNotEmpty(String[] array) { in cloneIfNotEmpty()
41 public static int[] cloneIfNotEmpty(int[] array) { in cloneIfNotEmpty()
45 public static byte[] cloneIfNotEmpty(byte[] array) { in cloneIfNotEmpty()
127 public static void forEach(int[] array, Consumer<Integer> consumer) { in forEach()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1681 let array: jarray = jni_non_null_call!( in new_object_array() localVariable
1689 let array = unsafe { JObjectArray::from_raw(array) }; in new_object_array() localVariable
1752 let array = array.as_ref().as_raw(); in convert_byte_array() localVariable
1769 let array: jarray = jni_non_null_call!(self.internal, NewBooleanArray, length); in new_boolean_array() localVariable
1770 let array = unsafe { JBooleanArray::from_raw(array) }; in new_boolean_array() localVariable
1776 let array: jarray = jni_non_null_call!(self.internal, NewByteArray, length); in new_byte_array() localVariable
1777 let array = unsafe { JByteArray::from_raw(array) }; in new_byte_array() localVariable
1783 let array: jarray = jni_non_null_call!(self.internal, NewCharArray, length); in new_char_array() localVariable
1784 let array = unsafe { JCharArray::from_raw(array) }; in new_char_array() localVariable
1790 let array: jarray = jni_non_null_call!(self.internal, NewShortArray, length); in new_short_array() localVariable
[all …]
/aosp_15_r20/art/runtime/jni/
H A Djni_internal.cc433 ObjPtr<mirror::Array> array, in ThrowAIOOBE()
2256 ObjPtr<mirror::Array> array = obj->AsArray(); in GetArrayLength() local
2263 ObjPtr<mirror::ObjectArray<mirror::Object>> array = in GetObjectArrayElement() local
2272 ObjPtr<mirror::ObjectArray<mirror::Object>> array = in SetObjectArrayElement() local
2362 ObjPtr<mirror::Array> array = soa.Decode<mirror::Array>(java_array); in GetPrimitiveArrayCritical() local
2392 ObjPtr<mirror::Array> array = soa.Decode<mirror::Array>(java_array); in ReleasePrimitiveArrayCritical() local
2402 static jboolean* GetBooleanArrayElements(JNIEnv* env, jbooleanArray array, jboolean* is_copy) { in GetBooleanArrayElements()
2406 static jbyte* GetByteArrayElements(JNIEnv* env, jbyteArray array, jboolean* is_copy) { in GetByteArrayElements()
2410 static jchar* GetCharArrayElements(JNIEnv* env, jcharArray array, jboolean* is_copy) { in GetCharArrayElements()
2414 static jdouble* GetDoubleArrayElements(JNIEnv* env, jdoubleArray array, jboolean* is_copy) { in GetDoubleArrayElements()
[all …]
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/
H A DRSUtils.java29 public static void genRandom(long seed, int factor, int offset, float array[]) { in genRandom()
36 public static void genRandom(long seed, int factor, int offset, float array[], in genRandom()
49 public static void genRandom(long seed, int max, int factor, int offset, int array[]) { in genRandom()
56 public static void genRandom(long seed, int factor, int offset, int array[], in genRandom()
69 public static void genRandom(long seed, int max, int factor, int offset, int array[], in genRandom()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/
Dtransformation4.cpp26 int array[] = {1,2,3}; in heap_test() local
61 int array[] = {1,2}; in next_permutation_test() local
82 int array[] = {2,1}; in prev_permutation_test() local
118 int array[] = {1,2,3}; in partial_sum_test() local
136 int array[] = {1,2,3}; in adjacent_difference_test() local
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DHprofRecord.kt101 val array: BooleanArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.BooleanArrayDump
110 val array: CharArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.CharArrayDump
119 val array: FloatArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.FloatArrayDump
128 val array: DoubleArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.DoubleArrayDump
137 val array: ByteArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.ByteArrayDump
146 val array: ShortArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.ShortArrayDump
155 val array: IntArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.IntArrayDump
164 val array: LongArray constant in shark.HprofRecord.HeapDumpRecord.ObjectRecord.PrimitiveArrayDumpRecord.LongArrayDump
/aosp_15_r20/external/cronet/base/containers/
H A Dspan_unittest.cc364 int array[] = {5, 4, 3, 2, 1}; in TEST() local
401 static volatile int array[] = {5, 4, 3, 2, 1}; in TEST() local
435 std::array<int, 5> array = {{5, 4, 3, 2, 1}}; in TEST() local
716 static constexpr int array[] = {1, 2, 3}; in TEST() local
755 static constexpr int array[] = {1, 2, 3}; in TEST() local
794 static constexpr int array[] = {1, 2, 3}; in TEST() local
906 int array[] = {1, 2, 3}; in TEST() local
919 int array[] = {1, 2, 3}; in TEST() local
958 int array[] = {1, 2, 3}; in TEST() local
997 int array[] = {1, 2, 3}; in TEST() local
[all …]
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DActivityResultFacade.java196 short[] array = new short[resultValue.length]; in setResultShortArray() local
212 char[] array = new char[resultValue.length]; in setResultCharArray() local
228 int[] array = new int[resultValue.length]; in setResultIntegerArray() local
244 long[] array = new long[resultValue.length]; in setResultLongArray() local
260 float[] array = new float[resultValue.length]; in setResultFloatArray() local
276 double[] array = new double[resultValue.length]; in setResultDoubleArray() local
/aosp_15_r20/art/runtime/mirror/
H A Demulated_stack_frame.cc94 int8_t* array = stack_frame_->GetData(); in Set() local
102 int8_t* array = stack_frame_->GetData(); in SetLong() local
114 const int8_t* array = stack_frame_->GetData(); in Get() local
125 const int8_t* array = stack_frame_->GetData(); in GetLong() local
221 const int8_t* array = stack_frame->GetData(); in GetReturnValue() local
245 int8_t* array = stack_frame->GetData(); in SetReturnValue() local
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DArraySet.java188 final Object[] array = sTwiceBaseCache; in allocArrays() local
215 final Object[] array = sBaseCache; in allocArrays() local
250 private static void freeArrays(final int[] hashes, final Object[] array, final int size) { in freeArrays()
336 public ArraySet(@Nullable E[] array) { in ArraySet()
550 public void addAll(ArraySet<? extends E> array) { in addAll()
670 public boolean removeAll(ArraySet<? extends E> array) { in removeAll()
775 public <T> T[] toArray(T[] array) { in toArray()

12345678910>>...254