/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | StackTest.java | 138 assertEquals(array.length - i, stack.search(array[i])); in test_pushLjava_lang_Object() 154 .search(item1)); in test_searchLjava_lang_Object() 156 .search("Ichi")); in test_searchLjava_lang_Object() 159 1, s.search(item2)); in test_searchLjava_lang_Object() 161 1, s.search("Ni")); in test_searchLjava_lang_Object() 164 1, s.search(null)); in test_searchLjava_lang_Object() 167 .search(null)); in test_searchLjava_lang_Object() 171 -1, s.search(null)); in test_searchLjava_lang_Object()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Stack.java | 129 public synchronized int search(Object o) { in search() method in Stack
|
/libcore/ojluni/src/main/java/java/awt/font/ |
D | NumericShaper.java | 914 cachedIndex = search(c, strongTable, 0, cachedIndex); in isStrongDirectional() 916 cachedIndex = search(c, strongTable, cachedIndex + 1, in isStrongDirectional() 1481 private static int search(int value, int[] array, int start, int length) in search() method in NumericShaper
|
/libcore/tools/expected_upstream/ |
D | ojluni_merge_to_main.py | 303 result = re.search(REGEX_CHANGE_ID, commit.message, re.M) 316 result = re.search(REGEX_BUG_ID, commit.message, re.M)
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMap8Test.java | 1025 … r = m.search(Long.MAX_VALUE, (Long x, Long y) -> x.longValue() == (long)(SIZE/2) ? x : null); in testSearchSequentially() 1027 r = m.search(Long.MAX_VALUE, (Long x, Long y) -> x.longValue() < 0L ? x : null); in testSearchSequentially() 1077 r = m.search(1L, (Long x, Long y) -> x.longValue() == (long)(SIZE/2) ? x : null); in testSearchInParallel() 1079 r = m.search(1L, (Long x, Long y) -> x.longValue() < 0L ? x : null); in testSearchInParallel()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ConcurrentHashMap8Test.java | 1050 … r = m.search(Long.MAX_VALUE, (Long x, Long y) -> x.longValue() == (long)(SIZE/2) ? x : null); in testSearchSequentially() 1052 r = m.search(Long.MAX_VALUE, (Long x, Long y) -> x.longValue() < 0L ? x : null); in testSearchSequentially() 1102 r = m.search(1L, (Long x, Long y) -> x.longValue() == (long)(SIZE/2) ? x : null); in testSearchInParallel() 1104 r = m.search(1L, (Long x, Long y) -> x.longValue() < 0L ? x : null); in testSearchInParallel()
|
/libcore/ojluni/src/main/java/jdk/internal/util/random/ |
D | RandomSupport.java | 277 search: { in convertSeedBytesToLongs() 279 if (result[j] != 0) break search; in convertSeedBytesToLongs() local 320 search: { in convertSeedBytesToInts() 322 if (result[j] != 0) break search; in convertSeedBytesToInts() local
|
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlParser.java | 475 search: in readUntil() 497 continue search; in readUntil() local
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | ConcurrentHashMap.annotated.java | 134 …@libcore.util.Nullable public <U> U search(long parallelismThreshold, @libcore.util.NonNull java.u… in search() method in ConcurrentHashMap
|
/libcore/ojluni/src/test/java/util/regex/ |
D | TestCases.txt | 27 // The second line is the input to search for the pattern in
|
D | BMPTestCases.txt | 27 // The second line is the input to search for the pattern in
|
D | SupplementaryTestCases.txt | 27 // The second line is the input to search for the pattern in
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 3751 public <U> U search(long parallelismThreshold, in search() method in ConcurrentHashMap
|
/libcore/api/ |
D | current.txt | 15081 method public int search(Object); 15583 …method @Nullable public <U> U search(long, @NonNull java.util.function.BiFunction<? super K,? supe…
|