HomeSort by relevance Sort by last modified time
    Searched refs:simpler (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug120.go 35 // A simpler case is "1e23+1", which should also round to 1e23+8388608.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 35 // A simpler case is "1e23+1", which should also round to 1e23+8388608.
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 39 // It would be simpler to just have sender's four cases all be the same
select5.go 13 // into simpler expressions.
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 39 // It would be simpler to just have sender's four cases all be the same
select5.go 13 // into simpler expressions.
  /build/soong/ui/build/
exec.go 22 // logging, the config's Environment for simpler environment modification, and
  /prebuilts/go/darwin-x86/src/math/
log.go 13 // and came with this notice. The go code is a simpler
  /prebuilts/go/linux-x86/src/math/
log.go 13 // and came with this notice. The go code is a simpler
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 13 // analysis, so it can be much simpler than a full analysis.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 13 // analysis, so it can be much simpler than a full analysis.
  /sdk/find_java/
find_java.bat 35 rem This fallback approach is simpler, but may misreport your architecture as
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
allopcodes.S 3 ;;; To make our job a lot simpler, we define a couple of
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 200 // simpler than rigging up gotest
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 148 // as it is simpler to inspect the tag's bytes than the tag's runes.
  /prebuilts/go/darwin-x86/src/go/ast/
walk.go 43 // simpler use (and may help eliminate Inspect in turn).
  /prebuilts/go/darwin-x86/test/
copy.go 336 // Array test. Can be much simpler. It's only checking for correct handling of [0:].
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 148 // as it is simpler to inspect the tag's bytes than the tag's runes.
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 43 // simpler use (and may help eliminate Inspect in turn).
  /prebuilts/go/linux-x86/test/
copy.go 336 // Array test. Can be much simpler. It's only checking for correct handling of [0:].
  /external/vixl/tools/
generate_tests.py 495 Assembler test cases are much simpler, here are some examples:
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 293 // rewrites the "\r\n" line endings into the simpler "\n",
423 // large contiguous block of memory and is simpler.
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 293 // rewrites the "\r\n" line endings into the simpler "\n",
423 // large contiguous block of memory and is simpler.
  /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.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 160 * convert it into a much simpler Abstract Syntax Tree (AST),

Completed in 1037 milliseconds

1 2 3