HomeSort by relevance Sort by last modified time
    Searched refs:much (Results 101 - 125 of 392) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 152 // For smaller sizes creating extended table takes too much time
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 58 // It's a good but not certain bet that FileInfo will tell us exactly how much to
  /prebuilts/go/linux-x86/src/math/big/
doc.go 66 much better controlled. Instead of having to allocate new memory for each
nat_test.go 180 // does not cause deep recursion and in turn allocate too much memory.
191 t.Errorf("multiplication uses too much memory (%d > %d times the size of inputs)", allocSize, ratio)
  /prebuilts/go/linux-x86/src/net/
writev_test.go 217 // Arrange to reuse the same 1 MB buffer so that we don't allocate much.
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 135 // Special case: repeat the empty string as much as
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 154 // receive from 'primes' much slower than this goroutine
  /prebuilts/ndk/r16/sources/third_party/googletest/
Android.mk 109 # These are much quicker to build and run.
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 30 5. With the addition of tensor pre-allocation, we noticed there is a large code similarity between sending the first tensor request and re-sending the request in case of meta-data changes. After implementing a common method for tensor pre-allocation, it turned out that implementation becomes much simpler by encapsulating the process of request sending/re-sending, meta-data response callback and content response callback, all in a single "Request" class. The request class holds all the relevant request information, which reduces excessive parameter passing and lambda capturing. This decision is purely for elegance and code simplicity, and we decided to implement it in first stage because it makes the implementation much easier.
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 25 // much more common:
52 // (g++/h/i) where ++ is a postfix operator on g is much more
  /prebuilts/go/darwin-x86/src/math/big/
nat_test.go 180 // does not cause deep recursion and in turn allocate too much memory.
191 t.Errorf("multiplication uses too much memory (%d > %d times the size of inputs)", allocSize, ratio)
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 25 // much more common:
52 // (g++/h/i) where ++ is a postfix operator on g is much more
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 129 ;;; program to crash horribly, without so much as a warning at
423 ;;; bytes, as much as necessary in order to dword-align the edi
427 ;;; much of the total running time. Replacing it with a more
  /external/zlib/src/contrib/masmx86/
match686.asm 144 ;;; program to crash horribly, without so much as a warning at
362 ;;; bytes, as much as necessary in order to dword-align the edi
366 ;;; much of the total running time. Replacing it with a more
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 129 ;;; program to crash horribly, without so much as a warning at
423 ;;; bytes, as much as necessary in order to dword-align the edi
427 ;;; much of the total running time. Replacing it with a more
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
match686.asm 144 ;;; program to crash horribly, without so much as a warning at
362 ;;; bytes, as much as necessary in order to dword-align the edi
366 ;;; much of the total running time. Replacing it with a more
  /external/vboot_reference/utility/
dev_debug_vboot 41 This logs as much as it can about the verified boot process. With no arguments
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 180 * static short[] which generates so much init code that the class won't
  /external/golang-protobuf/ptypes/
timestamp_test.go 124 // Not much testing needed because presumably time.Format is
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 88 // Clear as much of scratch as we will (re)use
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 454 // Kind = Above doesn't make much sense.
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
note.go 194 // There shouldn't be much difference between reading 4kB and 32kB:
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
go.go 38 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename)
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 84 // add that much junk to the hg repository. Instead, build a
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
proto.go 227 return nil, errors.New("too much data")

Completed in 2570 milliseconds

1 2 3 45 6 7 8 91011>>