HomeSort by relevance Sort by last modified time
    Searched defs:gc (Results 451 - 475 of 884) sorted by null

<<11121314151617181920>>

  /external/libjpeg-turbo/java/
TJBench.java 201 System.gc();
    [all...]
  /external/mesa3d/src/glx/
dri2_glx.c 491 struct glx_context *gc = __glXGetCurrentContext(); local
492 struct dri2_context *dri2Ctx = (struct dri2_context *)gc;
573 dri2_wait_x(struct glx_context *gc)
576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
585 dri2_wait_gl(struct glx_context *gc)
588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
601 struct glx_context *gc; local
615 gc = __glXGetCurrentContext()
724 struct glx_context *gc = __glXGetCurrentContext(); local
882 struct glx_context *gc = __glXGetCurrentContext(); local
919 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
glxcmds.c 230 glx_context_init(struct glx_context *gc,
233 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy);
234 if (!gc->majorOpcode)
237 gc->screen = psc->scr;
238 gc->psc = psc;
239 gc->config = config;
240 gc->isDirect = GL_TRUE;
241 gc->currentContextTag = -1;
258 struct glx_context *gc; local
271 gc = NULL
407 struct glx_context *gc = (struct glx_context *) ctx; local
475 struct glx_context *gc = __glXGetCurrentContext(); local
488 struct glx_context *gc = __glXGetCurrentContext(); local
497 struct glx_context *gc = __glXGetCurrentContext(); local
516 struct glx_context *gc = __glXGetCurrentContext(); local
527 struct glx_context *gc = __glXGetCurrentContext(); local
632 struct glx_context *gc = (struct glx_context *) gc_user; local
785 struct glx_context * gc = __glXGetCurrentContext(); local
1406 struct glx_context *gc = __glXGetCurrentContext(); local
1595 struct glx_context *gc = (struct glx_context *) ctx; local
1656 struct glx_context *gc = __glXGetCurrentContext(); local
1738 struct glx_context *gc = __glXGetCurrentContext(); local
1795 struct glx_context *gc = __glXGetCurrentContext(); local
1817 struct glx_context *gc = __glXGetCurrentContext(); local
1843 struct glx_context *gc = __glXGetCurrentContext(); local
1880 struct glx_context *gc = __glXGetCurrentContext(); local
1996 GLXContext gc = NULL; local
2200 struct glx_context *gc = __glXGetCurrentContext(); local
2359 struct glx_context *gc; local
2424 struct glx_context *gc = __glXGetCurrentContext(); local
2435 struct glx_context *gc = __glXGetCurrentContext(); local
2656 struct glx_context *gc = __glXGetCurrentContext(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 285 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
286 return gc ? gc->currentDrawable : 0;
429 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
430 if (NULL == gc) return NULL;
431 return gc->currentDpy;
529 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local
530 return gc ? gc->currentReadable : 0;
    [all...]
xmesaP.h 217 XMesaGC gc; /* scratch GC for span, line, tri drawing */ member in struct:xmesa_buffer
218 XMesaGC cleargc; /* GC for clearing the color buffer */
219 XMesaGC swapgc; /* GC for swapping the color buffers */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 192 System.gc();
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 918 // so force gc and re-attempt map
919 System.gc();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 471 System.gc();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 277 System.gc();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 450 System.gc();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_csv.py 11 import gc namespace
    [all...]
test_logging.py 31 import gc namespace
983 gc.collect()
    [all...]
test_support.py 9 import gc namespace
    [all...]
test_sys_settrace.py 7 import gc namespace
249 # Disable gc collection when tracing, otherwise the
252 self.using_gc = gc.isenabled()
253 gc.disable()
257 gc.enable()
450 import gc namespace
451 gc.collect()
test_weakref.py 1 import gc namespace
414 # "weakref callbacks and gc corrupt memory"
416 # already in the process of getting deallocated to gc,
418 # callback that triggered gc.
424 import gc namespace
430 wr = weakref.ref(c, lambda ignore: gc.collect())
438 wr = weakref.ref(c1.i, lambda ignore: gc.collect())
445 # that c2 is immune from gc while the weakref callbacks associated
448 # so any gc triggered by weakref callbacks associated with anything
454 import gc namespace
494 import gc namespace
523 import gc namespace
547 import gc namespace
575 import gc namespace
621 import gc namespace
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_csv.py 11 import gc namespace
    [all...]
test_logging.py 31 import gc namespace
983 gc.collect()
    [all...]
test_support.py 9 import gc namespace
    [all...]
test_sys_settrace.py 7 import gc namespace
249 # Disable gc collection when tracing, otherwise the
252 self.using_gc = gc.isenabled()
253 gc.disable()
257 gc.enable()
450 import gc namespace
451 gc.collect()
test_weakref.py 1 import gc namespace
414 # "weakref callbacks and gc corrupt memory"
416 # already in the process of getting deallocated to gc,
418 # callback that triggered gc.
424 import gc namespace
430 wr = weakref.ref(c, lambda ignore: gc.collect())
438 wr = weakref.ref(c1.i, lambda ignore: gc.collect())
445 # that c2 is immune from gc while the weakref callbacks associated
448 # so any gc triggered by weakref callbacks associated with anything
454 import gc namespace
494 import gc namespace
523 import gc namespace
547 import gc namespace
575 import gc namespace
621 import gc namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py 11 import gc namespace
    [all...]
test_logging.py 31 import gc namespace
983 gc.collect()
    [all...]
test_support.py 9 import gc namespace
    [all...]
test_sys_settrace.py 7 import gc namespace
249 # Disable gc collection when tracing, otherwise the
252 self.using_gc = gc.isenabled()
253 gc.disable()
257 gc.enable()
450 import gc namespace
451 gc.collect()
test_weakref.py 1 import gc namespace
414 # "weakref callbacks and gc corrupt memory"
416 # already in the process of getting deallocated to gc,
418 # callback that triggered gc.
424 import gc namespace
430 wr = weakref.ref(c, lambda ignore: gc.collect())
438 wr = weakref.ref(c1.i, lambda ignore: gc.collect())
445 # that c2 is immune from gc while the weakref callbacks associated
448 # so any gc triggered by weakref callbacks associated with anything
454 import gc namespace
494 import gc namespace
523 import gc namespace
547 import gc namespace
575 import gc namespace
621 import gc namespace
    [all...]

Completed in 607 milliseconds

<<11121314151617181920>>