/aosp_15_r20/art/test/572-checker-array-get-regression/src/ |
H A D | Main.java | 45 Integer[] integers = new Integer[1 << 19]; in test() local 53 public static void initIntegerArray(Integer[] integers) { in initIntegerArray()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | RemoveIfTester.java | 36 Collection<Integer> integers = supp.get(); in runBasicRemoveIfTests() local 57 Collection<Integer> integers = supp.get(); in runBasicRemoveIfTestsUnordered() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
H A D | LambdaTestHelpers.java | 170 public static List<Double> asDoubles(List<Integer> integers) { in asDoubles() 178 public static List<Long> asLongs(List<Integer> integers) { in asLongs()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
H A D | LambdaTestHelpers.java | 168 public static List<Double> asDoubles(List<Integer> integers) { in asDoubles() 176 public static List<Long> asLongs(List<Integer> integers) { in asLongs()
|
/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine_benchmark.cc | 857 std::vector<int64_t> integers; in BM_NumericIndexing() local 940 std::vector<int64_t> integers; in BM_NumericExactQuery() local 1026 std::vector<int64_t> integers; in BM_NumericRangeQueryAll() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/ |
H A D | WrappedAnnotationKey.java | 26 int[] integers(); in integers() method
|
H A D | MultibindingTest.java | 198 StringKey value, int[] integers, ClassKey[] annotations, Class<? extends Number>[] classes) { in testWrappedAnnotationKey()
|
/aosp_15_r20/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
H A D | main.c | 5 int integers[] = {35, 28, 20, 30, 25, 23, 26, 60, 70, 65, 64, 68 }; variable
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/examples/ |
H A D | JavadocExamples.java | 48 List<Integer> integers = numbers.<Integer>mapMulti((number, consumer) -> { in testNumberIntegerExample() local
|
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
H A D | unittest_extension_nano.proto | 19 repeated int32 integers = 3; field
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/ |
H A D | WrappedAnnotationKey.kt | 27 val integers: IntArray, constant in dagger.functional.kotlinsrc.multibindings.WrappedAnnotationKey
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | logger.hpp | 111 std::map<std::string, int64_t> integers; member
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/ |
D | formathelper.py | 95 integers = [ variable
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | DiscreteDomain.java | 59 public static DiscreteDomain<Integer> integers() { in integers() method in DiscreteDomain
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | DiscreteDomain.java | 59 public static DiscreteDomain<Integer> integers() { in integers() method in DiscreteDomain
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | UncategorizedTest.java | 114 List<Integer> integers = gson.fromJson("[1,2,3] \n\n ", in testTrailingWhitespace() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | lambda.cpp | 170 int integers[5] = {0}; in test_lambda() local
|
/aosp_15_r20/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 628 .. _integers: target
|
/aosp_15_r20/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
H A D | EditableItem.java | 195 Integer[] integers = new Integer[mAvailableValues.length]; in getAvailableValuesInteger() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
D | VehiclePropertyPublisher.java | 258 Integer[] integers = (Integer[]) value; in parseCarPropertyValue() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | numbers.rs | 328 fn integers() { in integers() function
|
/aosp_15_r20/packages/modules/AppSearch/testing/safeparceltests/src/android/app/appsearch/safeparcel/ |
D | SafeParcelableSparseArrayTest.java | 134 SparseIntArray integers = createSparseIntArray(new int[] {100, 1000}); in testReadWriteSafeParcelableWithSparseArray() local
|
/aosp_15_r20/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 864 .. _integers: target
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | mini_lambda.cpp | 249 int integers[5] = {0}; in main() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/ |
H A D | Utils.java | 391 public static int[] convertIntegers(List<Integer> integers) { in convertIntegers()
|