HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 276 - 300 of 327) sorted by null

<<11121314

  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 50 // If we lose the race, we'll waste a little CPU and create a little garbage
  /prebuilts/go/linux-x86/src/image/png/
reader.go 897 // Ignore trailing zero-length or garbage IDAT chunks.
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 129 // by InitBufs, so it can be released by garbage collector.
  /prebuilts/go/linux-x86/src/math/big/
nat.go 434 z[2*k:].clear() // upper portion of z is garbage (and 2*k <= m+n since k <= n <= m)
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 845 s.Write([]byte("garbage DNS response packet"))
  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 810 // garbage collected, and therefore closed, while
  /prebuilts/go/linux-x86/src/runtime/
symtab.go 356 // none of the pointers here are visible to the garbage collector.
mbitmap.go 5 // Garbage collector: type and heap bitmaps.
32 // rest of the words in the object are uninteresting to the garbage
55 // In a concurrent garbage collector, one worries about failing to mark
    [all...]
trace.go 153 // traceBufPtr is a *traceBuf that is not traced by the garbage
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
variable_scope_test.py 46 # This will only contain uncollectable garbage, i.e. reference cycles
48 self.assertEqual(0, len(gc.garbage))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go 5 // Garbage collector: type and heap bitmaps.
32 // rest of the words in the object are uninteresting to the garbage
55 // In a concurrent garbage collector, one worries about failing to mark
    [all...]
trace.go 153 // traceBufPtr is a *traceBuf that is not traced by the garbage
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 81 // tmp has been written, the garbage collector will still treat the
    [all...]
plive.go 5 // Garbage collector liveness bitmap generation.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 419 // creation of first goroutines and first garbage collections in the parallel setting.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 227 // run using re. (The cache empties when re gets garbage collected.)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 81 // tmp has been written, the garbage collector will still treat the
    [all...]
plive.go 5 // Garbage collector liveness bitmap generation.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 419 // creation of first goroutines and first garbage collections in the parallel setting.
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 227 // run using re. (The cache empties when re gets garbage collected.)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 449 the context [context]. Modules are not garbage collected; it is mandatory
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 327 the context [context]. Modules are not garbage collected; it is mandatory
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go     [all...]

Completed in 1822 milliseconds

<<11121314