- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 2,227 for expects (0.05 seconds)
-
android/guava-testlib/test/com/google/common/collect/testing/IteratorTesterTest.java
} catch (AssertionError expected) { return; } fail(); } private static final class ThrowingIterator<E> implements Iterator<E> { private final RuntimeException ex; private ThrowingIterator(RuntimeException ex) { this.ex = ex; } @Override public boolean hasNext() { // IteratorTester doesn't expect exceptions for hasNext().
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 18:32:41 GMT 2025 - 10.3K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
In vielen Fรคllen kennen Sie mรถglicherweise bereits die Antwort auf diese Fragen. ๐ค Wenn Sie vielen Menschen bei ihren Fragen helfen, werden Sie offizieller [FastAPI-Experte](fastapi-people.md#fastapi-experts). ๐
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/ja/docs/help-fastapi.md
/// tip | ่ฑ็ฅ่ญ ่ณชๅใฏ [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/new?category=questions) ใซๆ็จฟใใฆใใ ใใใใใใชใ[FastAPI Experts](fastapi-people.md#fastapi-experts)ใใๅฉใใฆใใใใๅฏ่ฝๆงใใใฃใจ้ซใใงใใ ใใฃใใใฏไธ่ฌ็ใชไผ่ฉฑใฎใฟใซไฝฟใใพใใใใ /// ### ่ณชๅใงใใฃใใใไฝฟใใชใ { #dont-use-the-chat-for-questions } ใใฃใใใฏใ่ช็ฑใชไผ่ฉฑใใใใใใใใใไธ่ฌ็ใใใฆ็ญใใซใใ่ณชๅใซใชใใใกใงใใใใฎใใใๅ็ญใๅพใใใชใๅฏ่ฝๆงใใใใพใใCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/LinkedHashMultimap.java
/** * Constructs an empty {@code LinkedHashMultimap} with enough capacity to hold the specified * numbers of keys and values without rehashing. * * @param expectedKeys the expected number of distinct keys * @param expectedValuesPerKey the expected average number of values per key * @throws IllegalArgumentException if {@code expectedKeys} or {@code expectedValuesPerKey} is * negative */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 26 20:08:09 GMT 2025 - 19.2K bytes - Click Count (0) -
guava/src/com/google/common/collect/LinkedHashMultimap.java
/** * Constructs an empty {@code LinkedHashMultimap} with enough capacity to hold the specified * numbers of keys and values without rehashing. * * @param expectedKeys the expected number of distinct keys * @param expectedValuesPerKey the expected average number of values per key * @throws IllegalArgumentException if {@code expectedKeys} or {@code expectedValuesPerKey} is * negative */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 26 20:08:09 GMT 2025 - 20K bytes - Click Count (0) -
docs/ko/docs/help-fastapi.md
/// tip | ํ ์ง๋ฌธ์ [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/new?category=questions)์์ ํ์ธ์. [FastAPI Experts](fastapi-people.md#fastapi-experts)๋ก๋ถํฐ ๋์์ ๋ฐ์ ๊ฐ๋ฅ์ฑ์ด ํจ์ฌ ๋์ต๋๋ค. ์ฑํ ์ ๋ค๋ฅธ ์ผ๋ฐ์ ์ธ ๋ํ๋ฅผ ์ํด์๋ง ์ฌ์ฉํ์ธ์. /// ### ์ง๋ฌธ์ ์ํด ์ฑํ ์ ์ฌ์ฉํ์ง ๋ง์ธ์ { #dont-use-the-chat-for-questions }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AtomicDoubleArrayTest.java
assertBitEquals(VALUES[i], aa.get(i)); aa.lazySet(i, -3.0); assertBitEquals(-3.0, aa.get(i)); } } /** compareAndSet succeeds in changing value if equal to expected else fails */ public void testCompareAndSet() { AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); for (int i : new int[] {0, SIZE - 1}) { double prev = 0.0; double unused = Math.E + Math.PI;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 10.8K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
<version>1.14.0</version> </dependency> com.squareup.okio:okio:1.14.0 ``` * Fix: Handle `HTTP/1.1 100 Continue` status lines, even on requests that did not send the `Expect: continue` request header. * Fix: Do not count web sockets toward the dispatcher's per-host connection limit. * Fix: Avoid using invalid HTTPS sessions. This prevents OkHttp from crashing
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
} /** Awaits the latch and asserts that operation completed in the expected timeframe. */ final void awaitSuccessfully() { awaitLatchUninterruptibly(); completed.assertCompletionExpected(); assertEquals(0, getCount()); } /** * Awaits the latch with a timeout and asserts that operation completed in the expected * timeframe. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0) -
android/guava/src/com/google/common/io/TempFileCreator.java
} catch (ClassNotFoundException runningUnderAndroidOrJava8) { /* * I'm not sure that we could actually get here for *Android*: I would expect us to enter * the POSIX code path instead. And if we tried this code path, we'd have trouble unless we * were running under a new enough version of Android to support NIO. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 29 18:50:14 GMT 2025 - 11.8K bytes - Click Count (0)