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

1 2 3 4

  /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
84 // Named types that we have seen already, allocated lazily.
97 // 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/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
84 // Named types that we have seen already, allocated lazily.
97 // 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/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /prebuilts/go/darwin-x86/src/io/
multi.go 75 var p []byte // lazily initialized if/when needed
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /prebuilts/go/linux-x86/src/io/
multi.go 75 var p []byte // lazily initialized if/when needed
  /external/libmojo/build/android/gyp/util/
build_utils.py 439 """Forces any lazily imported modules to fully load themselves.
441 Inspecting the modules' __file__ attribute causes lazily imported modules
  /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 72 // castagnoliTable points to a lazily initialized Table for the Castagnoli
  /prebuilts/go/darwin-x86/src/path/
path.go 18 // 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 72 // castagnoliTable points to a lazily initialized Table for the Castagnoli
  /prebuilts/go/linux-x86/src/path/
path.go 18 // 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 1784 milliseconds

1 2 3 4