/prebuilts/go/darwin-x86/src/runtime/ |
signal_sighandler.go | 24 // The garbage collector may have stopped the world, so write barriers
|
mprof.go | 19 // The profiler is forbidden from referring to garbage-collected memory. 534 // The returned profile may be up to two garbage collection cycles old. 536 // allocations happen in real time but frees are delayed until the garbage 538 // that have had a chance to be freed by the garbage collector. 560 // Absolutely no data, suggesting that a garbage collection 562 // garbage collection is disabled from the beginning of execution,
|
traceback.go | 127 // the runtime.Callers function (pcbuf != nil), as well as the garbage 287 // But if callback is set, we're doing a garbage collection and must 520 // garbage collection or stack growth. In that context, require that we used 522 // garbage collection or stack growth may not have seen the correct picture 523 // of the stack. Crash now instead of silently executing the garbage collection 538 // frame 6, running d4, garbage collects 539 // frame 6, running d2, garbage collects [all...] |
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
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
value_test.go | 196 // The old version will be garbage collected once the existing readers
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_sighandler.go | 24 // The garbage collector may have stopped the world, so write barriers
|
mprof.go | 19 // The profiler is forbidden from referring to garbage-collected memory. 534 // The returned profile may be up to two garbage collection cycles old. 536 // allocations happen in real time but frees are delayed until the garbage 538 // that have had a chance to be freed by the garbage collector. 560 // Absolutely no data, suggesting that a garbage collection 562 // garbage collection is disabled from the beginning of execution,
|
traceback.go | 127 // the runtime.Callers function (pcbuf != nil), as well as the garbage 287 // But if callback is set, we're doing a garbage collection and must 520 // garbage collection or stack growth. In that context, require that we used 522 // garbage collection or stack growth may not have seen the correct picture 523 // of the stack. Crash now instead of silently executing the garbage collection 538 // frame 6, running d4, garbage collects 539 // frame 6, running d2, garbage collects [all...] |
/prebuilts/go/linux-x86/src/sync/atomic/ |
value_test.go | 196 // The old version will be garbage collected once the existing readers
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_csv.py | [all...] |
/external/python/cpython2/Lib/test/ |
regrtest.py | 397 # Uncomment the line below to report garbage that is not 399 # garbage that is not collectable by the GC is reported. 607 if gc.garbage: 608 print "Warning: test created", len(gc.garbage), 612 found_garbage.extend(gc.garbage) 613 del gc.garbage[:] [all...] |
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
resnet50_test.py | 126 # garbage to be collected. The hope is that this is a build-only effect, 134 # Run twice to ensure that garbage that is created on the first 138 # There should be no garbage requiring collection. 139 self.assertEqual(0, len(gc.garbage))
|
/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 | 792 std::unique_ptr<char[]> garbage(new char[minsize]); 793 RandBytes(garbage.get(), minsize); 855 writer.Write(0, (const char*)garbage.get(), filesize); 867 EXPECT_TRUE(allocator.IsCorrupt()); // Garbage data so it should be.
|
/system/core/logd/tests/ |
logd_test.cpp | 319 static const unsigned char garbage[] = "<INVALID>"; local 320 cp = const_cast<unsigned char*>(garbage); 321 len = strlen(reinterpret_cast<const char*>(garbage)); [all...] |
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 111 // garbage collection; it elides more recent allocation to avoid skewing 112 // the profile away from live data and toward garbage. 113 // If there has been no garbage collection at all, the heap profile reports 115 // without garbage collection enabled, usually for debugging purposes. 244 // a map key and will not be garbage collected until the corresponding
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 111 // garbage collection; it elides more recent allocation to avoid skewing 112 // the profile away from live data and toward garbage. 113 // If there has been no garbage collection at all, the heap profile reports 115 // without garbage collection enabled, usually for debugging purposes. 244 // a map key and will not be garbage collected until the corresponding
|
/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",
|