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

1 2 3 4 56 7 8 91011>>

  /external/python/cpython3/Lib/test/
test_setcomps.py 142 import gc
146 gc.collect()
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 688 XMLGregorianCalendar gc = this; local
690 gc = this.normalize();
692 return gc.getYear()
693 + gc.getMonth()
694 + gc.getDay()
695 + gc.getHour()
696 + gc.getMinute()
697 + gc.getSecond();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_setcomps.py 142 import gc
146 gc.collect()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_setcomps.py 142 import gc
146 gc.collect()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 142 import gc
146 gc.collect()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_setcomps.py 142 import gc
146 gc.collect()
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr12851.d 3 #ld: --gc-sections
7 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr17615.d 1 #ld: --gc-sections -shared
6 # generic linker targets don't support --gc-sections, nor do a bunch of others
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-12-i386.d 1 #ld: -shared -m elf_i386 -e bar --gc-sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
keepdot.d 1 #ld: --gc-sections -Bstatic -e _start -T keepdot.ld
5 # Check that GC:ing does not mess up the default value for dot.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
require-defined-1.d 3 #ld: -e _start --gc-sections --require-defined=xxx
require-defined-2.d 3 #ld: -e _start --gc-sections --require-defined=bar
  /external/tensorflow/tensorflow/python/util/
tf_should_use_test.py 23 import gc
60 gc.collect()
61 self.assertFalse(gc.garbage)
78 gc.collect()
79 self.assertFalse(gc.garbage)
86 gc.collect()
87 self.assertFalse(gc.garbage)
100 gc.collect()
101 self.assertFalse(gc.garbage)
119 gc.collect(
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
ggen.go 8 "cmd/compile/internal/gc"
25 func zerorange(pp *gc.Progs, p *obj.Prog, off, cnt int64, _ *uint32) *obj.Prog {
29 if cnt < int64(4*gc.Widthptr) {
30 for i := int64(0); i < cnt; i += int64(gc.Widthptr) {
33 } else if cnt <= int64(128*gc.Widthptr) && !darwin { // darwin ld64 cannot handle BR26 reloc with non-zero addend
34 if cnt%(2*int64(gc.Widthptr)) != 0 {
36 off += int64(gc.Widthptr)
37 cnt -= int64(gc.Widthptr)
44 p.To.Sym = gc.Duffzero
45 p.To.Offset = 4 * (64 - cnt/(2*int64(gc.Widthptr))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
ggen.go 8 "cmd/compile/internal/gc"
25 func zerorange(pp *gc.Progs, p *obj.Prog, off, cnt int64, _ *uint32) *obj.Prog {
29 if cnt < int64(4*gc.Widthptr) {
30 for i := int64(0); i < cnt; i += int64(gc.Widthptr) {
33 } else if cnt <= int64(128*gc.Widthptr) && !darwin { // darwin ld64 cannot handle BR26 reloc with non-zero addend
34 if cnt%(2*int64(gc.Widthptr)) != 0 {
36 off += int64(gc.Widthptr)
37 cnt -= int64(gc.Widthptr)
44 p.To.Sym = gc.Duffzero
45 p.To.Offset = 4 * (64 - cnt/(2*int64(gc.Widthptr))
    [all...]
  /external/mesa3d/src/glx/windows/
windowsgl.c 67 windowsContext *gc; local
69 gc = calloc(1, sizeof *gc);
70 if (gc == NULL)
105 gc->pxfi = pxfi;
106 SetPixelFormat(hdc, gc->pxfi, NULL);
108 gc->ctx = wglCreateContext(hdc);
110 if (shared && gc->ctx)
111 wglShareLists(shared->ctx, gc->ctx);
116 if (!gc->ctx
128 windowsContext *gc; local
    [all...]
  /external/aac/libFDK/src/
FDK_qmf_domain.cpp 267 HANDLE_FDK_QMF_DOMAIN_GC gc = &qd->globalConf; local
269 if ((gc->nInputChannels > ((8) + (1))) || (gc->nOutputChannels > ((8) + (1))))
271 for (ch = 0; ch < gc->nInputChannels; ch++) {
274 size = gc->nBandsAnalysis * 10;
276 if (gc->nBandsAnalysis == QMF_DOMAIN_ANALYSIS_QMF_BANDS_16) {
282 } else if (gc->nBandsAnalysis == QMF_DOMAIN_ANALYSIS_QMF_BANDS_24) {
288 } else if (gc->nBandsAnalysis == QMF_DOMAIN_ANALYSIS_QMF_BANDS_32) {
304 size = gc->nQmfOvTimeSlots + gc->nQmfTimeSlots
393 HANDLE_FDK_QMF_DOMAIN_GC gc = &hqd->globalConf; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 33 import org.eclipse.swt.graphics.GC;
93 private GC mBackBufferGC;
119 draw(e.display, e.gc);
205 GC gc = new GC(getDisplay()); local
206 gc.setFont(mFontRegistry.get(FONT_KEY));
207 mFontWidth = gc.getFontMetrics().getAverageCharWidth();
208 mFontHeight = gc.getFontMetrics().getHeight();
209 gc.dispose()
    [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 21 #include "gc/allocator_type.h"
26 // is_marking is only used for CC, if the GC is marking the allocation entrypoint is the marking
35 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator)
  /art/runtime/gc/accounting/
mod_union_table-inl.h 22 #include "gc/space/space.h"
25 namespace gc { namespace in namespace:art
42 } // namespace gc
  /art/runtime/gc/
allocation_listener.h 36 namespace gc { namespace in namespace:art
46 } // namespace gc
allocator_type.h 23 namespace gc { namespace in namespace:art
42 } // namespace gc
scoped_gc_critical_section.h 28 namespace gc { namespace in namespace:art
30 // Wait until the GC is finished and then prevent the GC from starting until the destructor. Used
44 } // namespace gc
  /art/runtime/gc/collector/
object_byte_pair.h 23 namespace gc { namespace in namespace:art
35 // Freed bytes are signed since the GC can free negative bytes if it promotes objects to a space
41 } // namespace gc
partial_mark_sweep.h 23 namespace gc { namespace in namespace:art
47 } // namespace gc

Completed in 1240 milliseconds

1 2 3 4 56 7 8 91011>>