Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 251 - 260 of 2,227 for expects (0.05 seconds)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to Top