HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 351 - 375 of 1753) sorted by null

<<11121314151617181920>>

  /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...]
glxextensions.h 247 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc,
254 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
  /external/openssh/
clientloop.c 526 struct global_confirm *gc; local
528 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL)
530 if (gc->cb != NULL)
531 gc->cb(type, seq, gc->ctx);
532 if (--gc->ref_count <= 0) {
533 TAILQ_REMOVE(&global_confirms, gc, entry);
534 bzero(gc, sizeof(*gc));
535 xfree(gc);
819 struct global_confirm *gc, *last_gc; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 65 import org.eclipse.swt.graphics.GC;
562 * @param gc the graphics context to paint into
564 void paint(GC gc) {
583 preview.paint(gc, x, y);
617 preview.paintTitle(gc, x, y, false /*showFile*/, displayName);
625 int oldAlpha = gc.getAlpha();
628 gc.setBackground(gc.getDevice().getSystemColor(SWT.COLOR_GRAY));
629 gc.setAlpha(128)
    [all...]
  /art/runtime/gc/space/
space.h 25 #include "gc/accounting/space_bitmap.h"
35 namespace gc { namespace in namespace:art
55 // Every GC cycle will attempt to collect objects in this space.
57 // Objects will be considered for collection only in "full" GC cycles, ie faster partial
139 friend class art::gc::Heap;
293 } // namespace gc
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 7 <body class="gc-documentation">
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 7 <body class="gc-documentation">
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 7 <body class="gc-documentation">
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceTest.java 101 // gc'ed
113 System.gc();
123 System.gc();
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.h 247 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc,
254 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
38 // Reset the GC stress mode to be off. Needed because AllocationMementos only
39 // live for one gc, so a gc that happens in certain fragile areas of the test
41 %SetFlags("--gc-interval=-1")
debug-script.js 28 // Flags: --expose-debug-as debug --expose-gc --send-idle-notification
63 // Only the 'gc' extension is loaded.
85 var extension_gc_script = Debug.findScript('v8/gc');
87 assertEquals('v8/gc', extension_gc_script.name);
  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 28 // Flags: --allow-natives-syntax --expose-gc
160 gc();
161 gc();
173 gc();
  /external/doclava/res/assets/templates/
docpage.cs 5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
sample.cs 7 <body class="gc-documentation">
  /external/libpng/contrib/gregbook/
rpng-x.c 147 static GC gc; variable
606 gc = XCreateGC(display, window, 0, &gcvalues);
627 XSetForeground(display, gc, bg_pixel);
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
878 XFreeGC(display, gc);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 201 GC /* gc */,
218 GC /* gc */,
235 GC /* gc */,
252 GC /* gc */,
382 GC gc,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 82 GC gc; /* The graphic context for drawing */ member in struct:SDL_PrivateVideoData
181 #define SDL_GC (this->hidden->gc)
  /external/v8/test/mjsunit/
debug-script.js 28 // Flags: --expose-debug-as debug --expose-gc
62 // If no snapshot is used, only the 'gc' extension is loaded.
85 var extension_gc_script = Debug.findScript('v8/gc');
87 assertEquals('v8/gc', extension_gc_script.name);
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 145 GregorianCalendar gc = new GregorianCalendar(); local
147 gc.clone();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 99 System.gc();
136 System.gc();
  /art/runtime/gc/accounting/
mod_union_table.h 32 namespace gc { namespace in namespace:art
50 // cleared between GC phases, reducing the number of dirty cards that need to be scanned.
152 } // namespace gc
space_bitmap_test.cc 27 namespace gc { namespace in namespace:art
92 } // namespace gc
  /art/runtime/native/
java_lang_Runtime.cc 21 #include "gc/heap.h"
32 LOG(INFO) << "Explicit GC skipped.";
92 NATIVE_METHOD(Runtime, gc, "()V"),
  /art/test/072-precise-gc/src/
Main.java 85 * conservative GC will try to hold on to those objects and the
89 * indicator that precise GC is having an impact.
91 System.gc();

Completed in 550 milliseconds

<<11121314151617181920>>