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

1 2 3

  /prebuilts/go/darwin-x86/src/go/types/
objset.go 15 type objset map[string]Object // initialized lazily
methodset.go 71 // method set up to the current depth, allocated lazily
92 // named types that we have seen already, allocated lazily
99 // field and method sets at current depth, allocated lazily
labels.go 47 labels map[string]*ast.LabeledStmt // allocated lazily
scope.go 28 elems map[string]Object // lazily allocated
initorder.go 182 pred, succ nodeSet // consumers and dependencies of this node (lazily initialized)
  /prebuilts/go/linux-x86/src/go/types/
objset.go 15 type objset map[string]Object // initialized lazily
methodset.go 71 // method set up to the current depth, allocated lazily
92 // named types that we have seen already, allocated lazily
99 // field and method sets at current depth, allocated lazily
labels.go 47 labels map[string]*ast.LabeledStmt // allocated lazily
scope.go 28 elems map[string]Object // lazily allocated
  /prebuilts/go/darwin-x86/src/io/
multi.go 75 var p []byte // lazily initialized if/when needed
  /prebuilts/go/linux-x86/src/io/
multi.go 75 var p []byte // lazily initialized if/when needed
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /build/blueprint/
package_ctx.go 665 ruleScope := (*basicScope)(nil) // This will get created lazily
703 // We lazily create the scope so that all the package-scoped variables get
771 ruleScope := (*basicScope)(nil) // This will get created lazily
813 // We lazily create the scope so that all the global variables get declared
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 19 events map[int][]*event // lazily allocated
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 144 // Write the GZIP header lazily.
  /prebuilts/go/darwin-x86/src/container/list/
list.go 84 // lazyInit lazily initializes a zero List value.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 71 // castagnoliTable points to a lazily initialized Table for the Castagnoli
  /prebuilts/go/darwin-x86/src/path/
path.go 15 // A lazybuf is a lazily constructed path buffer.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 19 events map[int][]*event // lazily allocated
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 144 // Write the GZIP header lazily.
  /prebuilts/go/linux-x86/src/container/list/
list.go 84 // lazyInit lazily initializes a zero List value.
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 71 // castagnoliTable points to a lazily initialized Table for the Castagnoli
  /prebuilts/go/linux-x86/src/path/
path.go 15 // A lazybuf is a lazily constructed path buffer.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 56 executed lazily (that is, only when the rewritten text is explicitly requested).

Completed in 1034 milliseconds

1 2 3