Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for t1 (0.25 sec)

  1. okhttp/src/test/java/okhttp3/internal/concurrent/TaskRunnerRealBackendTest.kt

        }
    
        assertThat(log.take()).isEqualTo("runOnce delays.size=2")
        val t2 = System.nanoTime() / 1e6 - t1
        assertThat(t2).isCloseTo(750.0, 250.0)
    
        assertThat(log.take()).isEqualTo("runOnce delays.size=1")
        val t3 = System.nanoTime() / 1e6 - t1
        assertThat(t3).isCloseTo(1750.0, 250.0)
      }
    
      @Test fun taskFailsWithUncheckedException() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/devel.usertools/wheel_verification.bats

        python3 -m pip install "$TF_WHEEL"
    }
    
    @test "TensorFlow is importable" {
        source /tf/venv/bin/activate
        python3 -c 'import tensorflow as tf; t1=tf.constant([1,2,3,4]); t2=tf.constant([5,6,7,8]); print(tf.add(t1,t2).shape)'
    }
    
    # Is this still useful?
    @test "TensorFlow has Keras" {
        source /tf/venv/bin/activate
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Jan 23 02:14:00 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/DispatcherTest.kt

                }
                chain.proceed(chain.request())
              },
            )
            .build()
        val t1 = makeSynchronousCall(client.newCall(newRequest("http://a/3")))
        ready.await(5, TimeUnit.SECONDS)
        executor.finishJob("http://a/2")
        assertThat(idle.get()).isFalse()
        proceed.countDown()
        t1.join()
        assertThat(idle.get()).isTrue()
      }
    
      @Test
      fun executionRejectedImmediately() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Fri Apr 05 03:30:42 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  4. docs/features/interceptors.md

        Request request = chain.request();
    
        long t1 = System.nanoTime();
        logger.info(String.format("Sending request %s on %s%n%s",
            request.url(), chain.connection(), request.headers()));
    
        Response response = chain.proceed(request);
    
        long t2 = System.nanoTime();
        logger.info(String.format("Received response for %s in %.1fms%n%s",
            response.request().url(), (t2 - t1) / 1e6d, response.headers()));
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 8.1K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat((response1.receivedResponseAtMillis - t0).toDouble()).isCloseTo(0.0, 250.0)
    
        // A conditional cache hit updates the cache.
        Thread.sleep(500) // Make sure t0 and t1 are distinct.
        val t1 = System.currentTimeMillis()
        val response2 = get(server.url("/a"))
        assertThat(response2.code).isEqualTo(HttpURLConnection.HTTP_OK)
        assertThat(response2.body.string()).isEqualTo("A")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const IFT_SONETVT = 51
    pkg syscall (darwin-386), const IFT_STARLAN = 11
    pkg syscall (darwin-386), const IFT_STF = 57
    pkg syscall (darwin-386), const IFT_T1 = 18
    pkg syscall (darwin-386), const IFT_ULTRA = 29
    pkg syscall (darwin-386), const IFT_V35 = 45
    pkg syscall (darwin-386), const IFT_X25 = 5
    pkg syscall (darwin-386), const IFT_X25DDN = 4
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const IFT_STARLAN ideal-int
    pkg syscall (darwin-arm64), const IFT_STF = 57
    pkg syscall (darwin-arm64), const IFT_STF ideal-int
    pkg syscall (darwin-arm64), const IFT_T1 = 18
    pkg syscall (darwin-arm64), const IFT_T1 ideal-int
    pkg syscall (darwin-arm64), const IFT_ULTRA = 29
    pkg syscall (darwin-arm64), const IFT_ULTRA ideal-int
    pkg syscall (darwin-arm64), const IFT_V35 = 45
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFT_STARLAN ideal-int
    pkg syscall (freebsd-arm64), const IFT_STF = 215
    pkg syscall (freebsd-arm64), const IFT_STF ideal-int
    pkg syscall (freebsd-arm64), const IFT_T1 = 18
    pkg syscall (freebsd-arm64), const IFT_T1 ideal-int
    pkg syscall (freebsd-arm64), const IFT_TDLC = 116
    pkg syscall (freebsd-arm64), const IFT_TDLC ideal-int
    pkg syscall (freebsd-arm64), const IFT_TERMPAD = 91
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_STARLAN ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_STF ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_T1 ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_TDLC ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_TERMPAD ideal-int
    pkg syscall (freebsd-386-cgo), const IFT_TR008 ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. api/go1.txt

    pkg syscall (darwin-386), const IFT_SONETVT ideal-int
    pkg syscall (darwin-386), const IFT_STARLAN ideal-int
    pkg syscall (darwin-386), const IFT_STF ideal-int
    pkg syscall (darwin-386), const IFT_T1 ideal-int
    pkg syscall (darwin-386), const IFT_ULTRA ideal-int
    pkg syscall (darwin-386), const IFT_V35 ideal-int
    pkg syscall (darwin-386), const IFT_X25 ideal-int
    pkg syscall (darwin-386), const IFT_X25DDN ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top