Home
last modified time | relevance | path

Searched defs:ints (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamCloseTest.java50 try (Stream<Integer> ints = countTo(100).stream()) { in testEmptyCloseHandler()
59 try (Stream<Integer> ints = countTo(100).stream()) { in testOneCloseHandler()
66 try (Stream<Integer> ints = countTo(100).stream().onClose(closer)) { in testOneCloseHandler()
72 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(closer)) { in testOneCloseHandler()
78 …try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(closer).filter(e -> tr… in testOneCloseHandler()
89 try (Stream<Integer> ints = countTo(100).stream()) { in testTwoCloseHandlers()
96 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
102 …try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2… in testTwoCloseHandlers()
108 …try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2… in testTwoCloseHandlers()
121 try (Stream<Integer> ints = countTo(100).stream()) { in testCascadedExceptions()
[all …]
/aosp_15_r20/external/cronet/base/ranges/
H A Dalgorithm_unittest.cc289 constexpr Int ints[] = {{6}, {6}, {5}, {4}}; in TEST() local
304 Int ints[] = {{1}, {2}, {3}, {3}}; in TEST() local
317 Int ints[] = {{1}, {2}, {3}, {3}}; in TEST() local
350 static constexpr Int ints[] = {{1}, {3}, {5}, {7}}; in TEST() local
429 Int ints[] = {{0}, {0}, {1}, {1}, {2}, {2}}; in TEST() local
627 Int ints[] = {0, 0, 1, 1, 0}; in TEST() local
706 Int ints[] = {2, 2, 1, 1, 2, 2}; in TEST() local
720 Int ints[] = {2, 2, 1, 1, 2, 2}; in TEST() local
763 Int ints[] = {2, 2, 1, 1, 2, 2}; in TEST() local
855 Int ints[] = {6, 7, 9, 8, 5}; in TEST() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/index/suffixarray/
Dsuffixarray.go43 type ints struct { struct
44 int32 []int32
45 int64 []int64
48 func (a *ints) len() int {
52 func (a *ints) get(i int) int64 {
59 func (a *ints) set(i int, v int64) {
67 func (a *ints) slice(i, j int) ints {
104 func writeSlice(w io.Writer, buf []byte, data ints) (n int, err error) {
124 func readSlice(r io.Reader, buf []byte, data ints) (n int, err error) {
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DRandom.java230 public IntStream ints(long streamSize) { in ints() method in Random.RandomWrapper
235 public IntStream ints() { in ints() method in Random.RandomWrapper
240 public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) { in ints() method in Random.RandomWrapper
245 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random.RandomWrapper
882 public IntStream ints(long streamSize) { in ints() method in Random
900 public IntStream ints() { in ints() method in Random
959 public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
1009 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DRandom.java230 public IntStream ints(long streamSize) { in ints() method in Random.RandomWrapper
235 public IntStream ints() { in ints() method in Random.RandomWrapper
240 public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) { in ints() method in Random.RandomWrapper
245 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random.RandomWrapper
882 public IntStream ints(long streamSize) { in ints() method in Random
900 public IntStream ints() { in ints() method in Random
959 public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
1009 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DRandom.java230 public IntStream ints(long streamSize) { in ints() method in Random.RandomWrapper
235 public IntStream ints() { in ints() method in Random.RandomWrapper
240 public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) { in ints() method in Random.RandomWrapper
245 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random.RandomWrapper
882 public IntStream ints(long streamSize) { in ints() method in Random
900 public IntStream ints() { in ints() method in Random
959 public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
1009 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DPriorityQueueTest.java96 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
109 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
124 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
243 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
257 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
433 Integer[] ints = new Integer[SIZE]; in testToArray2() local
H A DPriorityBlockingQueueTest.java125 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
139 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
154 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
243 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
257 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
557 Integer[] ints = new Integer[SIZE]; in testToArray2() local
H A DTreeSubSetTest.java192 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
205 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
219 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
423 Integer[] ints = new Integer[SIZE]; in testToArray2() local
677 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll2() local
690 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll3() local
704 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll5() local
903 Integer[] ints = new Integer[SIZE]; in testDescendingToArray2() local
H A DConcurrentSkipListSubSetTest.java195 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
208 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
222 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
426 Integer[] ints = new Integer[SIZE]; in testToArray2() local
691 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll2() local
704 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll3() local
718 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll5() local
917 Integer[] ints = new Integer[SIZE]; in testDescendingToArray2() local
H A DLinkedBlockingQueueTest.java117 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
131 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
211 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
226 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
241 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
618 Integer[] ints = new Integer[SIZE]; in testToArray2() local
H A DConcurrentLinkedQueueTest.java78 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
91 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
209 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
223 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
398 Integer[] ints = new Integer[SIZE]; in testToArray2() local
H A DArrayBlockingQueueTest.java113 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
127 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
141 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
223 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
237 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
251 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
H A DNodeTest.java404 List<IntegerLiteralExpr> ints = e.findAll(IntegerLiteralExpr.class, n -> n.asInt() > 1); in conditionalFindAll() local
411 List<IntegerLiteralExpr> ints = e.findAll(IntegerLiteralExpr.class); in typeOnlyFindAll() local
418 List<Node> ints = e.findAll(Node.class); in typeOnlyFindAllMatchesSubclasses() local
425 … Optional<IntegerLiteralExpr> ints = e.findFirst(IntegerLiteralExpr.class, n -> n.asInt() > 1); in conditionalTypedFindFirst() local
432 Optional<IntegerLiteralExpr> ints = e.findFirst(IntegerLiteralExpr.class); in typeOnlyFindFirst() local
439 List<IntegerLiteralExpr> ints = e.stream() in stream() local
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Druntime_table.cc196 } else if (auto* ints = std::get_if<NullIntStorage>(col)) { in AddNull() local
222 auto* ints = std::get_if<NullIntStorage>(col); in AddInteger() local
236 if (auto* ints = std::get_if<NullIntStorage>(col)) { in AddFloat() local
296 auto* ints = std::get_if<IntStorage>(col); in AddIntegers() local
312 if (auto* ints = std::get_if<NullIntStorage>(col)) { in AddFloats() local
358 } else if (auto* ints = std::get_if<NullIntStorage>(col)) { in AddNulls() local
441 } else if (auto* ints = std::get_if<IntStorage>(col)) { in Build() local
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoAnnotationTest.java114 int[] ints = {2, 3, 5}; in testGwtArraysAreCloned() local
125 private static GwtArrays newGwtArrays(String[] strings, int[] ints) { in newGwtArrays()
187 int[] ints(); in ints() method
224 int[] ints, in newEverything()
277 ArrayList<Integer> ints, in newEverythingCollections()
506 int[] ints(); in ints() method
513 static IntArray newIntArray(IntList ints) { in newIntArray()
669 int[] ints() default {5, 6}; in ints() method
/aosp_15_r20/external/pytorch/c10/test/util/
H A Daccumulate_test.cpp13 std::vector<int> ints = {1, 2, 3, 4, 5}; in TEST() local
33 std::list<int> ints = {1, 2, 3, 4, 5}; in TEST() local
49 std::vector<int> ints = {}; in TEST() local
56 std::vector<int> ints = {1, 2, 3, 4, 5}; in TEST() local
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/db/
H A DConverters.java38 List<Integer> ints = strings.stream().map(Integer::parseInt).collect(toList()); in storedStringToIntList() local
83 public final List<Integer> ints; field in Converters.IntList
85 public IntList(List<Integer> ints) { in IntList()
96 public StringList(List<String> ints) { in StringList()
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/db/
DConverters.java38 List<Integer> ints = strings.stream().map(Integer::parseInt).collect(toList()); in storedStringToIntList() local
83 public final List<Integer> ints; field in Converters.IntList
85 public IntList(List<Integer> ints) { in IntList()
96 public StringList(List<String> ints) { in StringList()
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DConcurrentSkipListSubSetTest.java241 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
255 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
270 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
487 Integer[] ints = new Integer[SIZE]; in testToArray2() local
768 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll2() local
782 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll3() local
797 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll5() local
1009 Integer[] ints = new Integer[SIZE]; in testDescendingToArray2() local
H A DTreeSubSetTest.java238 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
252 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
267 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
484 Integer[] ints = new Integer[SIZE]; in testToArray2() local
753 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll2() local
767 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll3() local
782 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll5() local
994 Integer[] ints = new Integer[SIZE]; in testDescendingToArray2() local
H A DPriorityBlockingQueueTest.java179 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
194 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
210 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
309 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
324 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
643 Integer[] ints = new Integer[SIZE]; in testToArray2() local
H A DConcurrentLinkedQueueTest.java128 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
142 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
270 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
285 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
472 Integer[] ints = new Integer[SIZE]; in testToArray2() local
H A DLinkedBlockingQueueTest.java171 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
186 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
272 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
288 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
304 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
702 Integer[] ints = new Integer[SIZE]; in testToArray2() local
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DRandom.annotated.java47 public java.util.stream.IntStream ints() { throw new RuntimeException("Stub!"); } in ints() method in Random
49 public java.util.stream.IntStream ints(int randomNumberOrigin, int randomNumberBound) { throw new R… in ints() method in Random
51 public java.util.stream.IntStream ints(long streamSize) { throw new RuntimeException("Stub!"); } in ints() method in Random
53 public java.util.stream.IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBou… in ints() method in Random

12345678910>>...50