HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 1 - 25 of 784) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
renderpix.c 63 * \param gc Current GLX context
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
89 __glXSetError(gc, GL_OUT_OF_MEMORY);
95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize);
136 if (!gc->currentDpy)
139 if (cmdlen <= gc->maxSmallRenderCommandSize)
    [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/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
  /art/runtime/gc/space/
image_space_loading_order.h 21 namespace gc { namespace in namespace:art
30 } // namespace gc
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()
  /external/python/cpython3/Modules/
gcmodule.c 11 http://www.arctrix.com/nas/python/gc/
35 module gc
39 /* Get an object's GC head */
42 /* Get the object given the GC head */
52 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */
57 #define GEN_HEAD(n) (&_PyRuntime.gc.generations[n].head)
84 Between collections, every gc'ed object has one of two gc_refs values:
134 list->gc.gc_prev = list;
135 list->gc.gc_next = list;
141 return (list->gc.gc_next == list)
204 PyGC_Head *gc; local
218 PyGC_Head *gc; local
240 PyGC_Head *gc = containers->gc.gc_next; local
272 PyGC_Head *gc = AS_GC(op); local
293 PyGC_Head *gc = containers->gc.gc_next; local
307 PyGC_Head *gc = AS_GC(op); local
356 PyGC_Head *gc = young->gc.gc_next; local
411 PyGC_Head *next, *gc = head->gc.gc_next; local
435 PyGC_Head *gc; local
460 PyGC_Head *gc = AS_GC(op); local
475 PyGC_Head *gc = finalizers->gc.gc_next; local
499 PyGC_Head *gc; local
655 PyGC_Head *gc = finalizers->gc.gc_next; local
695 PyGC_Head *gc = collectable->gc.gc_next; local
716 PyGC_Head *gc; local
735 PyGC_Head *gc; local
752 PyGC_Head *gc = collectable->gc.gc_next; local
807 PyGC_Head *gc; local
1245 PyGC_Head *gc; local
    [all...]
  /art/tools/cpp-define-generator/
rosalloc.def 18 #include "gc/allocator/rosalloc.h"
22 art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSize - 1)
24 ~static_cast<uint32_t>(art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSize - 1))
26 ~static_cast<uint64_t>(art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSize - 1))
28 art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSizeShift)
30 art::gc::allocator::RosAlloc::kMaxThreadLocalBracketSize)
32 art::gc::allocator::RosAlloc::RunFreeListHeadOffset())
34 art::gc::allocator::RosAlloc::RunFreeListOffset())
36 art::gc::allocator::RosAlloc::RunFreeListSizeOffset())
38 art::gc::allocator::RosAlloc::RunSlotNextOffset()
    [all...]
  /external/python/cpython2/Lib/test/
test_gc.py 6 import gc
18 # cyclic gc.
28 # Create an instance I. Then gc hasn't happened again so long as
38 # gc collects it.
49 gc.collect()
51 self.assertEqual(gc.collect(), 1)
56 gc.collect()
58 self.assertEqual(gc.collect(), 1)
65 gc.collect()
68 self.assertEqual(gc.collect(), 2
    [all...]
  /external/tensorflow/tensorflow/python/estimator/
gc.py 15 """gc python module.
26 from tensorflow_estimator.python.estimator import gc
30 gc.__all__ = [s for s in dir(gc) if not s.startswith('__')]
32 from tensorflow_estimator.python.estimator.gc import *
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 4 import gc
11 # cyclic gc.
21 # Create an instance I. Then gc hasn't happened again so long as
31 # gc collects it.
42 gc.collect()
44 self.assertEqual(gc.collect(), 1)
49 gc.collect()
51 self.assertEqual(gc.collect(), 1)
58 gc.collect()
61 self.assertEqual(gc.collect(), 2)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
gc_inspection.py 2 gc.get_referrers() can be used to see objects before they are fully built.
5 by using gc.get_referrers(), as well as many extension modules (even
8 Identifying and removing all places that expose to the GC a
14 change to decouple object creation and GC registration, and according
17 "gc.get_referrers() is dangerous, use only for debugging".
20 import gc
27 [tup] = [x for x in gc.get_referrers(marker) if type(x) is tuple]
  /external/python/cpython2/Lib/test/crashers/
gc_inspection.py 2 gc.get_referrers() can be used to see objects before they are fully built.
5 by using gc.get_referrers(), as well as many extension modules (even
8 Identifying and removing all places that expose to the GC a
14 change to decouple object creation and GC registration, and according
17 "gc.get_referrers() is dangerous, use only for debugging".
20 import gc
27 [tup] = [x for x in gc.get_referrers(marker) if type(x) is tuple]
  /external/python/cpython3/Lib/test/crashers/
gc_inspection.py 2 gc.get_referrers() can be used to see objects before they are fully built.
5 by using gc.get_referrers(), as well as many extension modules (even
8 Identifying and removing all places that expose to the GC a
14 change to decouple object creation and GC registration, and according
17 "gc.get_referrers() is dangerous, use only for debugging".
20 import gc
27 [tup] = [x for x in gc.get_referrers(marker) if type(x) is tuple]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 11 http://www.arctrix.com/nas/python/gc/
24 /* Get an object's GC head */
27 /* Get the object given the GC head */
30 /*** Global GC state ***/
67 approximates the number of long lived objects tracked by the GC.
101 long-lived objects (e.g. building a large list of GC-tracked objects would
161 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */
173 Between collections, every gc'ed object has one of two gc_refs values:
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
214 #define IS_REACHABLE(o) ((AS_GC(o))->gc.gc_refs == GC_REACHABLE)
293 PyGC_Head *gc; local
307 PyGC_Head *gc; local
329 PyGC_Head *gc = containers->gc.gc_next; local
361 PyGC_Head *gc = AS_GC(op); local
382 PyGC_Head *gc = containers->gc.gc_next; local
396 PyGC_Head *gc = AS_GC(op); local
445 PyGC_Head *gc = young->gc.gc_next; local
522 PyGC_Head *next, *gc = head->gc.gc_next; local
539 PyGC_Head *gc; local
564 PyGC_Head *gc = AS_GC(op); local
579 PyGC_Head *gc = finalizers->gc.gc_next; local
603 PyGC_Head *gc; local
780 PyGC_Head *gc = finalizers->gc.gc_next; local
810 PyGC_Head *gc = collectable->gc.gc_next; local
881 PyGC_Head *gc; local
1230 PyGC_Head *gc; local
    [all...]

Completed in 1490 milliseconds

1 2 3 4 5 6 7 8 91011>>