Home
last modified time | relevance | path

Searched refs:search (Results 1 – 14 of 14) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DStackTest.java138 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/
DStack.java129 public synchronized int search(Object o) { in search() method in Stack
/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java914 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/
Dojluni_merge_to_main.py303 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/
DConcurrentHashMap8Test.java1025 … 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/
DConcurrentHashMap8Test.java1050 … 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/
DRandomSupport.java277 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/
DKXmlParser.java475 search: in readUntil()
497 continue search; in readUntil() local
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java134 …@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/
DTestCases.txt27 // The second line is the input to search for the pattern in
DBMPTestCases.txt27 // The second line is the input to search for the pattern in
DSupplementaryTestCases.txt27 // The second line is the input to search for the pattern in
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3751 public <U> U search(long parallelismThreshold, in search() method in ConcurrentHashMap
/libcore/api/
Dcurrent.txt15081 method public int search(Object);
15583 …method @Nullable public <U> U search(long, @NonNull java.util.function.BiFunction<? super K,? supe…