/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dict.py | 5 import gc, weakref namespace 577 gc.collect() 582 gc.collect() 583 gc.collect() 584 self.assertFalse(gc.is_tracked(t), t) 587 self.assertTrue(gc.is_tracked(t), t) 588 gc.collect() 589 gc.collect() 590 self.assertTrue(gc.is_tracked(t), t) 594 # Test GC-optimization of dict literal [all...] |
test_itertools.py | 1653 import gc namespace [all...] |
test_operator.py | 523 import gc namespace 527 gc.collect()
|
test_ssl.py | 10 import gc namespace 325 gc.collect() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 1122 import gc namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 47 -l/--findleaks -- if GC is available detect tests that leak memory 58 -- call gc.set_threshold(THRESHOLD) 303 import gc namespace 304 gc.set_threshold(int(a)) 380 import gc namespace 382 print 'No GC available, disabling findleaks.' 387 # garbage that is not collectable by the GC is reported. 388 #gc.set_debug(gc.DEBUG_SAVEALL) 578 gc.collect( 948 import gc namespace 1050 import gc, copy_reg namespace [all...] |
test_array.py | 754 import gc namespace 760 gc.collect() 1102 import gc namespace [all...] |
test_dict.py | 5 import gc, weakref namespace 577 gc.collect() 582 gc.collect() 583 gc.collect() 584 self.assertFalse(gc.is_tracked(t), t) 587 self.assertTrue(gc.is_tracked(t), t) 588 gc.collect() 589 gc.collect() 590 self.assertTrue(gc.is_tracked(t), t) 594 # Test GC-optimization of dict literal [all...] |
test_itertools.py | 1653 import gc namespace [all...] |
test_operator.py | 523 import gc namespace 527 gc.collect()
|
test_ssl.py | 10 import gc namespace 325 gc.collect() [all...] |
/system/core/logd/ |
LogBuffer.cpp | 599 bool gc = pruneRows <= 1; local 600 if (!gc && (worst != (uid_t) -1)) { 691 && ((!gc && (element->getPid() == worstPid)) 696 if ((!gc && !worstPid && (element->getUid() == worst)) 732 if (worstPid && (!gc 737 if ((!gc && !worstPid) || (mLastWorstUid[id].find(worst) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CompatibilityTest.java | 410 GregorianCalendar gc = new GregorianCalendar(zone); local 411 // delete gc; 413 gc = new GregorianCalendar(Locale.ENGLISH); 414 // delete gc; 416 gc = new GregorianCalendar(Locale.ENGLISH); 417 // delete gc; 419 gc = new GregorianCalendar(zone, Locale.ENGLISH); 420 // delete gc; 422 gc = new GregorianCalendar(zone); 423 // delete gc; 448 GregorianCalendar gc = new GregorianCalendar(); local [all...] |
CalendarRegression.java | 111 logln("java.util.GC: " + zone.getID() + " " + 127 if (bad) errln("TimeZone problems with GC"); 259 GregorianCalendar gc = new GregorianCalendar(icuzone); local 261 gc.set(1997, 3, 1, 15, 16, 17); // April 1, 1997 263 gc.set(Calendar.HOUR, 0); 264 gc.set(Calendar.AM_PM, Calendar.AM); 265 gc.set(Calendar.MINUTE, 0); 266 gc.set(Calendar.SECOND, 0); 267 gc.set(Calendar.MILLISECOND, 0); 269 Date cd = gc.getTime() 550 GregorianCalendar gc = new local 2233 GregorianCalendar gc = new GregorianCalendar(TimeZone.getTimeZone("Etc\/GMT")); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CompatibilityTest.java | 406 GregorianCalendar gc = new GregorianCalendar(zone); local 407 // delete gc; 409 gc = new GregorianCalendar(Locale.ENGLISH); 410 // delete gc; 412 gc = new GregorianCalendar(Locale.ENGLISH); 413 // delete gc; 415 gc = new GregorianCalendar(zone, Locale.ENGLISH); 416 // delete gc; 418 gc = new GregorianCalendar(zone); 419 // delete gc; 444 GregorianCalendar gc = new GregorianCalendar(); local [all...] |
CalendarRegression.java | 107 logln("java.util.GC: " + zone.getID() + " " + 123 if (bad) errln("TimeZone problems with GC"); 255 GregorianCalendar gc = new GregorianCalendar(icuzone); local 257 gc.set(1997, 3, 1, 15, 16, 17); // April 1, 1997 259 gc.set(Calendar.HOUR, 0); 260 gc.set(Calendar.AM_PM, Calendar.AM); 261 gc.set(Calendar.MINUTE, 0); 262 gc.set(Calendar.SECOND, 0); 263 gc.set(Calendar.MILLISECOND, 0); 265 Date cd = gc.getTime() 546 GregorianCalendar gc = new local 2229 GregorianCalendar gc = new GregorianCalendar(TimeZone.getTimeZone("Etc\/GMT")); local [all...] |
/art/runtime/gc/allocator/ |
rosalloc.h | 40 namespace gc { namespace in namespace:art 416 // process, GC will first record all the slots to free in a run in the bulk free list where it [all...] |
/art/runtime/gc/collector/ |
concurrent_copying.cc | 22 #include "gc/accounting/heap_bitmap-inl.h" 23 #include "gc/accounting/space_bitmap-inl.h" 24 #include "gc/reference_processor.h" 25 #include "gc/space/image_space.h" 26 #include "gc/space/space-inl.h" 37 namespace gc { namespace in namespace:art 47 gc_mark_stack_(accounting::ObjectStack::Create("concurrent copying gc mark stack", 66 // when GC causes a RB while doing GC or a lock order violation 163 LOG(INFO) << "GC InitializePhase" [all...] |
/external/autotest/scheduler/ |
monitor_db.py | 7 import gc namespace 395 gc.collect() [all...] |
monitor_db_unittest.py | 3 import gc, time namespace 458 self.god.stub_function(gc, 'collect') 460 gc.collect.expect_call().and_return(0) [all...] |