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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 79 // by clearing garbage from previous runs.
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 72 // We pass both to avoid unnecessarily generate garbage
  /prebuilts/go/linux-x86/src/reflect/
deepequal.go 50 // Assumes non-moving garbage collector.
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 12 // other goroutines or the garbage collector, and then calls
139 // From the garbage collector's perspective, time can move
402 // When and if we implement a moving garbage collector,
581 // garbage collection should prevent the second,
malloc.go 157 // Max number of threads to run garbage collection.
159 // on the hardware details of the machine. The garbage
274 // odds of a conservative garbage collector (as is still used in gccgo)
756 // the caller can make x observable to the garbage
758 // the garbage collector could follow a pointer to x,
    [all...]
  /prebuilts/go/linux-x86/src/time/
sleep.go 149 // The underlying Timer is not recovered by the garbage collector
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 157 // Max number of threads to run garbage collection.
159 // on the hardware details of the machine. The garbage
274 // odds of a conservative garbage collector (as is still used in gccgo)
756 // the caller can make x observable to the garbage
758 // the garbage collector could follow a pointer to x,
    [all...]
  /system/netd/tests/
netd_test.cpp 774 // Test what happens if the specified TLS server replies with garbage.
816 std::string garbage = "definitely not a valid TLS ServerHello"; local
817 write(new_fd, garbage.data(), garbage.size());
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 788 'enable garbage collection',
845 # Switch off garbage collection
850 print '* Python version doesn\'t support garbage collection'
857 print '* disabled garbage collection'
    [all...]
  /external/python/cpython2/Lib/
optparse.py     [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 788 'enable garbage collection',
845 # Switch off garbage collection
850 print '* Python version doesn\'t support garbage collection'
857 print '* disabled garbage collection'
  /external/python/cpython3/Lib/
optparse.py     [all...]
  /external/python/cpython3/Lib/urllib/
request.py     [all...]
  /external/python/cpython3/Tools/pybench/
pybench.py 792 'enable garbage collection',
849 # Switch off garbage collection
854 print('* Python version doesn\'t support garbage collection')
861 print('* disabled garbage collection')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/golang-protobuf/proto/
pointer_unsafe.go 45 // some pointer type for the garbage collector. We use these
  /external/tensorflow/tensorflow/python/framework/
test_util.py 434 Clears the caches that it knows about, runs the garbage collector, then checks
483 """Test method decorator to assert that no garbage has been created.
486 cannot be un-set (i.e. will disable garbage collection for any other unit
496 """Sets DEBUG_SAVEALL, runs the test, and checks for new garbage."""
501 previous_garbage = len(gc.garbage)
504 # This will fail if any garbage has been created, typically because of a
506 self.assertEqual(previous_garbage, len(gc.garbage))
533 assert_no_eager_garbage: If True, sets DEBUG_SAVEALL on the garbage
534 collector and asserts that no extra garbage has been created when running
537 garbage for legitimate reasons (e.g. they define a class which inherit
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 87 Garbage collection is the big problem. It is fine for the Go world to
93 world, because the Go garbage collector is unaware of the memory
  /prebuilts/go/darwin-x86/src/os/
file_windows.go 27 // The handle is valid only until f.Close is called or f is garbage collected.
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 56 // the garbage collector will not update that uintptr's value

Completed in 1529 milliseconds

1 2 3 4 5 6 78 91011>>