/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | fixed_array_test.cc | 134 absl::FixedArray<int> array(4); in TEST() local 140 absl::FixedArray<int> array(1048576); in TEST() local 146 absl::FixedArray<int, 100> array(100); in TEST() local 152 absl::FixedArray<int, 100> array(101); in TEST() local 167 absl::FixedArray<std::vector<int>> array(2); in TEST() local 177 absl::FixedArray<ThreeInts> array(2); in TEST() local 259 absl::FixedArray<ConstructionTester, stack_elements> array(n); in TestArray() local 308 auto& array = *array_ptr; in TestArrayOfArrays() local 435 absl::FixedArray<std::string> array(4, str); in TEST() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | fixed_array_test.cc | 134 absl::FixedArray<int> array(4); in TEST() local 140 absl::FixedArray<int> array(1048576); in TEST() local 146 absl::FixedArray<int, 100> array(100); in TEST() local 152 absl::FixedArray<int, 100> array(101); in TEST() local 167 absl::FixedArray<std::vector<int>> array(2); in TEST() local 177 absl::FixedArray<ThreeInts> array(2); in TEST() local 259 absl::FixedArray<ConstructionTester, stack_elements> array(n); in TestArray() local 308 auto& array = *array_ptr; in TestArrayOfArrays() local 435 absl::FixedArray<std::string> array(4, str); in TEST() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array_test.cc | 134 absl::FixedArray<int> array(4); in TEST() local 140 absl::FixedArray<int> array(1048576); in TEST() local 146 absl::FixedArray<int, 100> array(100); in TEST() local 152 absl::FixedArray<int, 100> array(101); in TEST() local 167 absl::FixedArray<std::vector<int>> array(2); in TEST() local 177 absl::FixedArray<ThreeInts> array(2); in TEST() local 259 absl::FixedArray<ConstructionTester, stack_elements> array(n); in TestArray() local 308 auto& array = *array_ptr; in TestArrayOfArrays() local 435 absl::FixedArray<std::string> array(4, str); in TEST() local
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-test.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-test. ... |
/aosp_15_r20/external/skia/src/base/ |
H A D | SkTSort.h | 34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp() 68 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftDown() 93 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, const C& lessThan) { in SkTHeapSort() 106 template <typename T> void SkTHeapSort(T array[], size_t count) { in SkTHeapSort()
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
H A D | IterableFlowTckTest.kt | 47 val array = generate(toRequest) in testStackOverflowTrampoline() constant 82 val array = generate(n) in testConcurrentRequest() constant
|
/aosp_15_r20/art/test/706-checker-scheduler/src/ |
H A D | Main.java | 60 int [] array = new int[10]; in arrayAccess() local 144 int [] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in arrayAccessVariable() local 212 int [] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in arrayAccessSub() local 272 int [] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in arrayAccessLoopVariable() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | constant-expression-cxx1y.cpp | 520 template<typename T, unsigned N> struct array { struct 521 constexpr array() : arr{} {} in array() function 523 constexpr array(X ...x) : arr{} { in array() function 526 template<int ...I, typename ...X> constexpr void init(ints<I...>, X ...x) { in init() 529 T arr[N]; 530 struct iterator { 537 constexpr iterator begin() { return iterator(arr); } in begin() 538 constexpr iterator end() { return iterator(arr + N); } in end()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/primitives/ |
H A D | ShortsTest.java | 544 short[] array = {(short) 0, (short) 1, (short) 3}; in testToArray() local 577 short[] array = {(short) 0, (short) 1, (short) 2}; in testToArray_withConversion() local 596 short[] array = {(short) 0, (short) 1}; in testAsList_isAView() local 605 short[] array = {(short) 0, (short) 1, (short) 2}; in testAsList_toArray_roundTrip() local 618 short[] array = {(short) 0, (short) 1, (short) 2, (short) 3}; in testAsList_subList_toArray_roundTrip() local
|
H A D | DoublesTest.java | 558 double[] array = {(double) 0, (double) 1, Math.PI}; in testToArray() local 591 double[] array = {(double) 0, (double) 1, (double) 2}; in testToArray_withConversion() local 610 double[] array = {(double) 0, (double) 1}; in testAsList_isAView() local 619 double[] array = {(double) 0, (double) 1, (double) 2}; in testAsList_toArray_roundTrip() local 632 double[] array = {(double) 0, (double) 1, (double) 2, (double) 3}; in testAsList_subList_toArray_roundTrip() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/primitives/ |
H A D | ShortsTest.java | 544 short[] array = {(short) 0, (short) 1, (short) 3}; in testToArray() local 577 short[] array = {(short) 0, (short) 1, (short) 2}; in testToArray_withConversion() local 596 short[] array = {(short) 0, (short) 1}; in testAsList_isAView() local 605 short[] array = {(short) 0, (short) 1, (short) 2}; in testAsList_toArray_roundTrip() local 618 short[] array = {(short) 0, (short) 1, (short) 2, (short) 3}; in testAsList_subList_toArray_roundTrip() local
|
H A D | IntsTest.java | 521 int[] array = {(int) 0, (int) 1, (int) 0xdeadbeef}; in testToArray() local 554 int[] array = {0, 1, 2}; in testToArray_withConversion() local 573 int[] array = {(int) 0, (int) 1}; in testAsList_isAView() local 582 int[] array = {(int) 0, (int) 1, (int) 2}; in testAsList_toArray_roundTrip() local 595 int[] array = {(int) 0, (int) 1, (int) 2, (int) 3}; in testAsList_subList_toArray_roundTrip() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/ |
H A D | ImmutableIntArray.java | 131 int[] array = new int[rest.length + 1]; in of() local 193 private int[] array; field in ImmutableIntArray.Builder 305 private final int[] array; field in ImmutableIntArray 316 private ImmutableIntArray(int[] array) { in ImmutableIntArray() 320 private ImmutableIntArray(int[] array, int start, int end) { in ImmutableIntArray()
|
H A D | ImmutableLongArray.java | 131 long[] array = new long[rest.length + 1]; in of() local 195 private long[] array; field in ImmutableLongArray.Builder 307 private final long[] array; field in ImmutableLongArray 318 private ImmutableLongArray(long[] array) { in ImmutableLongArray() 322 private ImmutableLongArray(long[] array, int start, int end) { in ImmutableLongArray()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/math/ |
H A D | Quantiles.java | 530 private static void selectInPlace(int required, double[] array, int from, int to) { in selectInPlace() 568 private static int partition(double[] array, int from, int to) { in partition() 596 private static void movePivotToStartOfSlice(double[] array, int from, int to) { in movePivotToStartOfSlice() 621 int[] allRequired, int requiredFrom, int requiredTo, double[] array, int from, int to) { in selectAllInPlace() 694 private static void swap(double[] array, int i, int j) { in swap()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/math/ |
H A D | Quantiles.java | 530 private static void selectInPlace(int required, double[] array, int from, int to) { in selectInPlace() 568 private static int partition(double[] array, int from, int to) { in partition() 596 private static void movePivotToStartOfSlice(double[] array, int from, int to) { in movePivotToStartOfSlice() 621 int[] allRequired, int requiredFrom, int requiredTo, double[] array, int from, int to) { in selectAllInPlace() 694 private static void swap(double[] array, int i, int j) { in swap()
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | emutls.c | 108 emutls_address_array* array = (emutls_address_array*)ptr; in emutls_key_destructor() local 140 static __inline void emutls_check_array_set_size(emutls_address_array *array, in emutls_check_array_set_size() 164 emutls_address_array* array = pthread_getspecific(emutls_pthread_key); in emutls_get_address_array() local 185 emutls_address_array* array = emutls_get_address_array(index); in __emutls_get_address() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.h | 34 static void jintarrayToVector(JNIEnv *env, jintArray array, std::vector<int> *const outVector) { in jintarrayToVector() 130 static void putBooleanToArray(JNIEnv *env, jbooleanArray array, const int index, in putBooleanToArray() 135 static void putIntToArray(JNIEnv *env, jintArray array, const int index, const int value) { in putIntToArray() 139 static void putFloatToArray(JNIEnv *env, jfloatArray array, const int index, in putFloatToArray()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ValidateNotificationPeople.java | 370 String[] array = new String[N]; in getExtraPeopleForKey() local 380 String[] array = new String[N]; in getExtraPeopleForKey() local 391 String[] array = new String[1]; in getExtraPeopleForKey() local 397 String[] array = new String[1]; in getExtraPeopleForKey() local 403 String[] array = new String[1]; in getExtraPeopleForKey() local 411 String[] array = new String[N]; in getExtraPeopleForKey() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | load_store_analysis.h | 254 HInstruction* array = instruction->InputAt(0); in GetArrayHeapLocation() local 478 void VisitArrayAccess(HInstruction* array, in VisitArrayAccess() 516 HInstruction* array = instruction->InputAt(0); in VisitArrayGet() local 524 HInstruction* array = instruction->InputAt(0); in VisitArraySet() local 533 HInstruction* array = instruction->InputAt(0); in VisitVecLoad() local 542 HInstruction* array = instruction->InputAt(0); in VisitVecStore() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/array/ |
D | reverse.hpp | 23 # define BOOST_PP_ARRAY_REVERSE(array) (BOOST_PP_ARRAY_SIZE(array), BOOST_PP_TUPLE_REVERSE(BOOST… argument 25 # define BOOST_PP_ARRAY_REVERSE(array) BOOST_PP_ARRAY_REVERSE_I(array) argument 26 # define BOOST_PP_ARRAY_REVERSE_I(array) (BOOST_PP_ARRAY_SIZE(array), BOOST_PP_TUPLE_REVERSE(BOO… argument
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Graph/src/com/android/settingslib/graph/ |
H A D | PreferenceGetterCodecs.kt | 36 val array = data.getParcelableArray(null)!! in decode() constant 116 val array = ByteArray(bytes).also { parcel.readByteArray(it) } in toPreferences() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
H A D | infeed_test.cc | 95 Array4D<float> array(80, 100, 8, 128); in TEST_F() local 112 Array4D<float> array(40, 100, 8, 128); in TEST_F() local 122 Array3D<float> array(1024, 1024, 64); in TEST_F() local 166 Array3D<float> array(1024, 1024, 64); in TEST_F() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PhantomProcessList.java | 340 SparseArray<PhantomProcessRecord> array = mAppPhantomProcessMap.get(appPid); in getOrCreatePhantomProcessIfNeededLocked() local 396 SparseArray<PhantomProcessRecord> array = mAppPhantomProcessMap.valueAt(index); in onPhantomProcessKilledLocked() local 501 final SparseArray<PhantomProcessRecord> array = in killPhantomProcessGroupLocked() local 533 final SparseArray<PhantomProcessRecord> array = getPhantomProcessOfAppLocked(app); in forEachPhantomProcessOfApp() local 552 final SparseArray<PhantomProcessRecord> array = getPhantomProcessOfAppLocked(app); in setProcessGroupForPhantomProcessOfApp() local
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | CommandLine.java | 85 public abstract void appendSwitchesAndArguments(String[] array); in appendSwitchesAndArguments() 325 public void appendSwitchesAndArguments(String[] array) { in appendSwitchesAndArguments() 330 private void appendSwitchesInternal(String[] array, int skipCount) { in appendSwitchesInternal() 413 public void appendSwitchesAndArguments(String[] array) { in appendSwitchesAndArguments() 458 void appendSwitchesAndArguments(@JniType("std::vector<std::string>") String[] array); in appendSwitchesAndArguments()
|