HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 385 # Uncomment the line below to report garbage that is not
387 # garbage that is not collectable by the GC is reported.
579 if gc.garbage:
580 print "Warning: test created", len(gc.garbage),
584 found_garbage.extend(gc.garbage)
585 del gc.garbage[:]
    [all...]
test_csv.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 385 # Uncomment the line below to report garbage that is not
387 # garbage that is not collectable by the GC is reported.
579 if gc.garbage:
580 print "Warning: test created", len(gc.garbage),
584 found_garbage.extend(gc.garbage)
585 del gc.garbage[:]
    [all...]
test_csv.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 385 # Uncomment the line below to report garbage that is not
387 # garbage that is not collectable by the GC is reported.
579 if gc.garbage:
580 print "Warning: test created", len(gc.garbage),
584 found_garbage.extend(gc.garbage)
585 del gc.garbage[:]
    [all...]
test_csv.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 385 # Uncomment the line below to report garbage that is not
387 # garbage that is not collectable by the GC is reported.
579 if gc.garbage:
580 print "Warning: test created", len(gc.garbage),
584 found_garbage.extend(gc.garbage)
585 del gc.garbage[:]
    [all...]
test_csv.py     [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 730 std::unique_ptr<char[]> garbage(new char[minsize]);
731 RandBytes(garbage.get(), minsize);
792 writer.Write(0, (const char*)garbage.get(), filesize);
804 EXPECT_TRUE(allocator.IsCorrupt()); // Garbage data so it should be.
  /system/core/logd/tests/
logd_test.cpp 286 static const unsigned char garbage[] = "<INVALID>"; local
287 cp = const_cast<unsigned char*>(garbage);
288 len = strlen(reinterpret_cast<const char*>(garbage));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 120 // the runtime.Callers function (pcbuf != nil), as well as the garbage
313 // But if callback is set, we're doing a garbage collection and must
475 // garbage collection or stack growth. In that context, require that we used
477 // garbage collection or stack growth may not have seen the correct picture
478 // of the stack. Crash now instead of silently executing the garbage collection
493 // frame 6, running d4, garbage collects
494 // frame 6, running d2, garbage collects
    [all...]
malloc.go 153 // Max number of threads to run garbage collection.
155 // on the hardware details of the machine. The garbage
269 // odds of a conservative garbage collector (as is still used in gccgo)
727 // the caller can make x observable to the garbage
729 // the garbage collector could follow a pointer to x,
mfinal.go 5 // Garbage collector: finalizers and block profiling.
231 // finalizer function. When the garbage collector finds an unreachable block
235 // is not called again, the next time the garbage collector sees
252 // cycle is not guaranteed to be garbage collected and the finalizer
panic.go 80 // for deferproc does not describe them. So we can't let garbage
319 // nosplit because the garbage collector won't know the form
480 // or a garbage collection happens before reflectcall starts executing d.fn.
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 120 // the runtime.Callers function (pcbuf != nil), as well as the garbage
313 // But if callback is set, we're doing a garbage collection and must
475 // garbage collection or stack growth. In that context, require that we used
477 // garbage collection or stack growth may not have seen the correct picture
478 // of the stack. Crash now instead of silently executing the garbage collection
493 // frame 6, running d4, garbage collects
494 // frame 6, running d2, garbage collects
    [all...]
malloc.go 153 // Max number of threads to run garbage collection.
155 // on the hardware details of the machine. The garbage
269 // odds of a conservative garbage collector (as is still used in gccgo)
727 // the caller can make x observable to the garbage
729 // the garbage collector could follow a pointer to x,
mfinal.go 5 // Garbage collector: finalizers and block profiling.
231 // finalizer function. When the garbage collector finds an unreachable block
235 // is not called again, the next time the garbage collector sees
252 // cycle is not guaranteed to be garbage collected and the finalizer
panic.go 80 // for deferproc does not describe them. So we can't let garbage
319 // nosplit because the garbage collector won't know the form
480 // or a garbage collection happens before reflectcall starts executing d.fn.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 110 // garbage collection; it elides more recent allocation to avoid skewing
111 // the profile away from live data and toward garbage.
112 // If there has been no garbage collection at all, the heap profile reports
114 // without garbage collection enabled, usually for debugging purposes.
241 // a map key and will not be garbage collected until the corresponding
pprof_test.go 257 garbage := make([]byte, heap)
261 for i := range garbage {
262 garbage[i] = 42
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 110 // garbage collection; it elides more recent allocation to avoid skewing
111 // the profile away from live data and toward garbage.
112 // If there has been no garbage collection at all, the heap profile reports
114 // without garbage collection enabled, usually for debugging purposes.
241 // a map key and will not be garbage collected until the corresponding
pprof_test.go 257 garbage := make([]byte, heap)
261 for i := range garbage {
262 garbage[i] = 42
  /prebuilts/go/darwin-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/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 135 // garbage for header fields past the limit.
143 // underlying buffers for garbage reasons.
503 // []byte->string garbage are skipped if s will be ignored
  /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",

Completed in 1131 milliseconds

1 2 3 4 56 7 8 91011>>