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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 295 garbage := make([]byte, heap)
299 for i := range garbage {
300 garbage[i] = 42
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip_test.go 239 { // has 1 non-empty fixed huffman block then garbage
241 "hello.txt + garbage",
255 "hello.txt + garbage",
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 5 // Garbage collector: finalizers and block profiling.
245 // finalizer function. When the garbage collector finds an unreachable block
249 // is not called again, the next time the garbage collector sees
266 // cycle is not guaranteed to be garbage collected and the finalizer
mgcsweep.go 5 // Garbage collector: sweeping
349 // the MSpan structures or in the garbage collection bitmap.
385 // It uses statistics gathered by the garbage collector to perform
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 295 garbage := make([]byte, heap)
299 for i := range garbage {
300 garbage[i] = 42
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 244 garbage, path = splittype(url)
245 garbage, path = splithost(path or "")
246 path, garbage = splitquery(path or "")
247 path, garbage = splitattr(path or "")
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/python/cpython2/Lib/test/
test_csv.py     [all...]
  /external/python/cpython2/Lib/
urllib.py 252 garbage, path = splittype(url)
253 garbage, path = splithost(path or "")
254 path, garbage = splitquery(path or "")
255 path, garbage = splitattr(path or "")
    [all...]
  /external/python/cpython3/Lib/test/
test_csv.py     [all...]
test_generators.py 37 old_garbage = gc.garbage[:]
55 self.assertEqual(gc.garbage, old_garbage)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 247 garbage, path = splittype(url)
248 garbage, path = splithost(path or "")
249 path, garbage = splitquery(path or "")
250 path, garbage = splitattr(path or "")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 247 garbage, path = splittype(url)
248 garbage, path = splithost(path or "")
249 path, garbage = splitquery(path or "")
250 path, garbage = splitattr(path or "")
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 5 // Garbage collector: sweeping
349 // the MSpan structures or in the garbage collection bitmap.
385 // It uses statistics gathered by the garbage collector to perform
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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 247 garbage, path = splittype(url)
248 garbage, path = splithost(path or "")
249 path, garbage = splitquery(path or "")
250 path, garbage = splitattr(path or "")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 247 garbage, path = splittype(url)
248 garbage, path = splithost(path or "")
249 path, garbage = splitquery(path or "")
250 path, garbage = splitattr(path or "")
    [all...]
  /build/soong/ui/build/
kati.go 160 // Most editors display these as garbage, so strip them out.
  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 85 // garbage data since some requests/responses might still come
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 184 because that word will be invisible to stack copying and to the garbage
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 79 // by clearing garbage from previous runs.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 72 // We pass both to avoid unnecessarily generate garbage
  /prebuilts/go/darwin-x86/src/reflect/
deepequal.go 50 // Assumes non-moving garbage collector.
  /prebuilts/go/darwin-x86/src/time/
sleep.go 149 // The underlying Timer is not recovered by the garbage collector
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 184 because that word will be invisible to stack copying and to the garbage

Completed in 1338 milliseconds

1 2 3 4 5 67 8 91011>>