HomeSort by relevance Sort by last modified time
    Searched refs:deadline (Results 276 - 300 of 438) sorted by null

<<1112131415161718

  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /external/jemalloc/include/jemalloc/internal/
arena.h 295 /* Deadline randomness generator. */
298 * Deadline for current epoch. This is the sum of interval and per
301 * randomize the deadline to reduce the likelihood of arenas purging in
304 nstime_t deadline; member in struct:arena_decay_s
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 130 // SetReadDeadline sets the read deadline on the underlying connection.
136 // SetWriteDeadline sets the write deadline on the underlying connection.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 130 // SetReadDeadline sets the read deadline on the underlying connection.
136 // SetWriteDeadline sets the write deadline on the underlying connection.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 761 double deadline, interval = s->sock_timeout; \
764 deadline = _PyTime_FloatTime() + s->sock_timeout; \
773 interval = deadline - _PyTime_FloatTime(); \
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 785 double deadline = 0, interval = s->sock_timeout; \
788 deadline = _PyTime_FloatTime() + s->sock_timeout; \
797 interval = deadline - _PyTime_FloatTime(); \
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go 196 deadline := time.Now().Add(d)
199 if n <= want || time.Now().After(deadline) {
360 deadline := time.Now().Add(waitFor)
361 for time.Now().Before(deadline) {
409 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
445 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go 196 deadline := time.Now().Add(d)
199 if n <= want || time.Now().After(deadline) {
360 deadline := time.Now().Add(waitFor)
361 for time.Now().Before(deadline) {
409 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
445 t.Fatalf("expected QueryContext to error with context deadline exceeded but returned %v", err)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/autotest/server/
autotest.py     [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 147 // SetReadDeadline sets the read deadline on the underlying connection.
153 // SetWriteDeadline sets the write deadline on the underlying conneciton.
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 31 // Other idioms, such as time.Since(start), time.Until(deadline), and
32 // time.Now().Before(deadline), are similarly robust against wall clock
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 31 // Other idioms, such as time.Since(start), time.Until(deadline), and
32 // time.Now().Before(deadline), are similarly robust against wall clock
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 541 uint64_t deadline = actual + rdur; local
542 if (actual > deadline) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 900 final long deadline = SystemClock.uptimeMillis() + timeoutMillis; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go 640 aborted bool // set true before conn.rwc deadline is set to past
990 // Adjust the read deadline if necessary.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go 640 aborted bool // set true before conn.rwc deadline is set to past
990 // Adjust the read deadline if necessary.
    [all...]

Completed in 717 milliseconds

<<1112131415161718