- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for advanceTo (0.04 sec)
-
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
if (advanceTo(nextEntry) || nextInChain()) { return true; } } } return false; } /** * Advances to the given entry. Returns {@code true} if the entry was valid, {@code false} if it * should be skipped. */ boolean advanceTo(E entry) { try { K key = entry.getKey();
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 89.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/Iterators.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 16 12:42:11 UTC 2025 - 51.4K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
verify(mockNdrBuffer).advance(1 * 6); // domain_guid.node verify(mockNdrBuffer).enc_ndr_referent(dnsDomainInfo.sid, 1); verify(mockDeferredNdrBuffer, times(9)).enc_ndr_long(anyInt()); // 3 enc_ndr_long for each of 3 unicode strings verify(mockDeferredNdrBuffer, times(3)).enc_ndr_long(0); verify(mockDeferredNdrBuffer, times(3)).advance(anyInt());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheLoadingTest.java
ticker.advance(1, MILLISECONDS); assertThat(cache.getUnchecked(key)).isSameInstanceAs(one); stats = cache.stats(); assertThat(stats.missCount()).isEqualTo(1); assertThat(stats.loadSuccessCount()).isEqualTo(1); assertThat(stats.loadExceptionCount()).isEqualTo(0); assertThat(stats.hitCount()).isEqualTo(1); ticker.advance(1, MILLISECONDS);Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 91.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java
ticker.advance(1, MILLISECONDS); assertThat(cache.getUnchecked(key)).isSameInstanceAs(one); stats = cache.stats(); assertThat(stats.missCount()).isEqualTo(1); assertThat(stats.loadSuccessCount()).isEqualTo(1); assertThat(stats.loadExceptionCount()).isEqualTo(0); assertThat(stats.hitCount()).isEqualTo(1); ticker.advance(1, MILLISECONDS);Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 91.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/IteratorsTest.java
list.add("b"); Iterator<String> iterator = list.iterator(); advance(iterator, 1); assertEquals("b", iterator.next()); } public void testAdvance_pastEnd() { List<String> list = new ArrayList<>(); list.add("a"); list.add("b"); Iterator<String> iterator = list.iterator(); advance(iterator, 5); assertFalse(iterator.hasNext()); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:44:53 UTC 2025 - 56.7K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheBuilder.java
* uncommon to specify {@code concurrencyLevel(1)} in order to achieve more deterministic eviction * behavior. * * <p>Note that future implementations may abandon segment locking in favor of more advanced * concurrency controls. * * @return this {@code CacheBuilder} instance (for chaining) * @throws IllegalArgumentException if {@code concurrencyLevel} is nonpositiveRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 08 18:55:33 UTC 2025 - 51.9K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.tooltip_search_view=Vista de búsqueda labels.tooltip_run_crawler=Ejecutar rastreador labels.tooltip_forum=Foro labels.tooltip_onlinehelp=Ayuda labels.tooltip_logout=Cerrar sesión labels.advance=Búsqueda avanzada labels.advance_search_title=Búsqueda avanzada labels.advance_search_must_queries=Contiene todas las palabras labels.advance_search_phrase_query=Coincidencia exacta de la frase
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.tooltip_search_view=खोज स्क्रीन labels.tooltip_run_crawler=क्रॉलर चलाएं labels.tooltip_forum=मंच labels.tooltip_onlinehelp=सहायता labels.tooltip_logout=लॉगआउट labels.advance=उन्नत खोज labels.advance_search_title=उन्नत खोज labels.advance_search_must_queries=सभी शब्दों के साथ labels.advance_search_phrase_query=सटीक वाक्यांश के साथ labels.advance_search_should_queries=कम से कम एक शब्द के साथ
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.tooltip_search_view=Экран поиска labels.tooltip_run_crawler=Запустить сканер labels.tooltip_forum=Форум labels.tooltip_onlinehelp=Помощь labels.tooltip_logout=Выход labels.advance=Расширенный поиск labels.advance_search_title=Расширенный поиск labels.advance_search_must_queries=со всеми словами labels.advance_search_phrase_query=с точной фразой
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 60.2K bytes - Viewed (0)