HomeSort by relevance Sort by last modified time
    Searched refs:slow (Results 151 - 175 of 318) sorted by null

1 2 3 4 5 67 8 91011>>

  /tools/acloud/internal/lib/
gcompute_client.py     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 28 1. The memory is pinned, transferred, then unpinned for each and every tensor to be transferred. This incurs significant operation overhead since pinning and unpinning memory for each dynamically generated tensor is slow.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 295 // information). It can be slow for large binaries with debug
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 257 // Too slow. Give up.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 295 // information). It can be slow for large binaries with debug
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 257 // Too slow. Give up.
  /prebuilts/go/darwin-x86/src/net/
dial_test.go 142 // In some environments, the slow IPs may be explicitly unreachable, and fail
237 // Primary is slow; fallback should kick in.
349 // Returns a slow IPv6 address, and a local IPv4 address.
  /prebuilts/go/linux-x86/src/net/
dial_test.go 142 // In some environments, the slow IPs may be explicitly unreachable, and fail
237 // Primary is slow; fallback should kick in.
349 // Returns a slow IPv6 address, and a local IPv4 address.
  /external/v8/src/builtins/
builtins-array.cc 382 // Use Slow Lookup otherwise
542 slow(this), maybe_double_elements(this), fast_double_elements(this);
587 // Non-smi lengths must use the slow path.
588 GotoIf(TaggedIsNotSmi(len), &slow); local
592 &examine_elements, &slow);
616 &slow, &fast_double_elements); local
627 Bind(&slow);
807 * of FixedArray, the class can be used by both fast and slow cases.
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 478 * All generated callsites for interface invokes and invocation slow paths will load arguments
700 cbnz r3, .Lslow_lock @ if either of the top two bits are set, go slow path
704 @ else contention, go to slow path
709 cbnz r3, .Lslow_lock @ if we overflow the count go slow path
750 cbnz r2, .Lslow_unlock @ if either of the top two bits are set, go slow path
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/aes/
gcm_s390x.go 181 // state: a "fast path" for 96-bit (12-byte) nonces, and a "slow path"
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 353 // state: a "fast path" for 96-bit (12-byte) nonces, and a "slow path"
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 350 // But ARM5 floating point emulation is slow (Issue 10749), so
  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 79 // timeout unreliable on slow builders. (See issue #19381.)
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 644 b.Skip("skipping slow benchmark on race builder")
  /prebuilts/go/darwin-x86/src/sync/
map.go 115 // will take the slow path until the dirty map is promoted to the read
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin.go 34 // slow algorithm.
  /prebuilts/go/linux-x86/src/crypto/aes/
gcm_s390x.go 181 // state: a "fast path" for 96-bit (12-byte) nonces, and a "slow path"
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 353 // state: a "fast path" for 96-bit (12-byte) nonces, and a "slow path"
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 350 // But ARM5 floating point emulation is slow (Issue 10749), so
  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 79 // timeout unreliable on slow builders. (See issue #19381.)
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 644 b.Skip("skipping slow benchmark on race builder")
  /prebuilts/go/linux-x86/src/sync/
map.go 115 // will take the slow path until the dirty map is promoted to the read
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin.go 34 // slow algorithm.

Completed in 718 milliseconds

1 2 3 4 5 67 8 91011>>