/external/python/cpython3/Lib/test/dtracedata/ |
gc.py | 1 import gc 4 gc.collect(0) 5 gc.collect(1) 6 gc.collect(2) 10 gc.collect(2) 12 gc.collect()
|
instance.py | 1 import gc 10 gc.collect() 13 gc.collect() 17 gc.collect() 20 gc.collect() 22 gc.collect() 24 gc.collect()
|
/external/icu/icu4c/source/samples/datecal/ |
cal.cpp | 26 GregorianCalendar* gc = new GregorianCalendar(status); local 32 gc->set(2000, UCAL_FEBRUARY, 26); 33 gc->set(UCAL_HOUR_OF_DAY, 23); 34 gc->set(UCAL_MINUTE, 0); 35 gc->set(UCAL_SECOND, 0); 36 gc->set(UCAL_MILLISECOND, 0); 42 gc->get(UCAL_YEAR, status), 43 gc->get(UCAL_MONTH, status) + 1, 44 gc->get(UCAL_MONTH, status), 45 gc->get(UCAL_DATE, status)) [all...] |
/external/mesa3d/src/glx/ |
applegl_glx.c | 46 applegl_destroy_context(struct glx_context *gc) 48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy); 52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, 55 Display *dpy = gc->psc->dpy; 58 gc ? gc->driContext : NULL, draw); 70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) 76 if (!gc) 83 dpy = gc->psc->dpy 128 struct glx_context *gc; local [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
gc_test.py | 15 """Tests for learn.utils.gc.""" 26 from tensorflow.contrib.learn.python.learn.utils import gc 54 paths = [gc.Path("/foo", 8), gc.Path("/foo", 9), gc.Path("/foo", 10)] 55 newest = gc.largest_export_versions(2) 57 self.assertEqual(n, [gc.Path("/foo", 9), gc.Path("/foo", 10)]) 60 paths = [gc.Path("/foo", 0), gc.Path("/foo", 3) [all...] |
/external/tensorflow/tensorflow/python/estimator/ |
gc_test.py | 26 from tensorflow.python.estimator import gc 54 paths = [gc.Path("/foo", 8), gc.Path("/foo", 9), gc.Path("/foo", 10)] 55 newest = gc._largest_export_versions(2) 57 self.assertEqual(n, [gc.Path("/foo", 9), gc.Path("/foo", 10)]) 60 paths = [gc.Path("/foo", 0), gc.Path("/foo", 3)] 61 newest = gc._largest_export_versions(2 [all...] |
/external/tensorflow/tensorflow/contrib/session_bundle/ |
gc_test.py | 15 """Tests for session_bundle.gc.""" 26 from tensorflow.contrib.session_bundle import gc 35 paths = [gc.Path("/foo", 8), gc.Path("/foo", 9), gc.Path("/foo", 10)] 36 newest = gc.largest_export_versions(2) 38 self.assertEquals(n, [gc.Path("/foo", 9), gc.Path("/foo", 10)]) 41 paths = [gc.Path("/foo", 0), gc.Path("/foo", 3) [all...] |
/art/runtime/gc/ |
gc_pause_listener.h | 21 namespace gc { namespace in namespace:art 31 } // namespace gc
|
reference_processor-inl.h | 25 namespace gc { namespace in namespace:art 31 } // namespace gc
|
/art/runtime/gc/space/ |
memory_tool_settings.h | 21 namespace gc { namespace in namespace:art 29 } // namespace gc
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/ |
test_dictself.py | 3 import gc
12 gc.collect(); gc.collect(); gc.collect()
|
test_selftype.py | 4 import gc
13 gc.collect(); gc.collect(); gc.collect()
|
/external/mesa3d/src/glx/apple/ |
apple_xgl_api_viewport.c | 41 struct glx_context *gc = __glXGetCurrentContext(); local 44 if (gc != &dummyContext && gc->driContext) 45 apple_glx_context_update(dpy, gc->driContext);
|
/external/python/cpython2/Lib/test/leakers/ |
test_dictself.py | 3 import gc 12 gc.collect(); gc.collect(); gc.collect()
|
test_selftype.py | 4 import gc 13 gc.collect(); gc.collect(); gc.collect()
|
/external/python/cpython3/Lib/test/leakers/ |
test_selftype.py | 4 import gc 13 gc.collect(); gc.collect(); gc.collect()
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/ |
noent.d | 1 # name: --gc-sections -r without -e 2 # ld: --gc-sections -r 3 # error: gc-sections requires either an entry or an undefined symbol
|
pr18223.d | 1 #name: --gc-sections with .text._init 2 #ld: --gc-sections -shared
|
/external/python/cpython3/Modules/ |
gcmodule.c | 11 http://www.arctrix.com/nas/python/gc/ 31 /* Get an object's GC head */ 34 /* Get the object given the GC head */ 37 /*** Global GC state ***/ 74 approximates the number of long lived objects tracked by the GC. 108 long-lived objects (e.g. building a large list of GC-tracked objects would 166 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */ 178 /* total number of uncollectable objects (put into gc.garbage) */ 187 Between collections, every gc'ed object has one of two gc_refs values: 237 list->gc.gc_prev = list 307 PyGC_Head *gc; local 321 PyGC_Head *gc; local 343 PyGC_Head *gc = containers->gc.gc_next; local 375 PyGC_Head *gc = AS_GC(op); local 396 PyGC_Head *gc = containers->gc.gc_next; local 410 PyGC_Head *gc = AS_GC(op); local 459 PyGC_Head *gc = young->gc.gc_next; local 514 PyGC_Head *next, *gc = head->gc.gc_next; local 538 PyGC_Head *gc; local 563 PyGC_Head *gc = AS_GC(op); local 578 PyGC_Head *gc = finalizers->gc.gc_next; local 602 PyGC_Head *gc; local 760 PyGC_Head *gc = finalizers->gc.gc_next; local 801 PyGC_Head *gc = collectable->gc.gc_next; local 822 PyGC_Head *gc; local 841 PyGC_Head *gc; local 858 PyGC_Head *gc = collectable->gc.gc_next; local 912 PyGC_Head *gc; local 1329 PyGC_Head *gc; local [all...] |
/external/python/cpython2/Lib/test/ |
test_gc.py | 5 import gc 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_gc.py | 5 import gc 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_gc.py | 5 import gc 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 5 import gc 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 5 import gc 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/external/fio/ |
goptions.h | 4 void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
|