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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-242924.js 28 // Flags: --allow-natives-syntax --expose-gc --gc-global
38 gc();
48 gc();
regress-94425.js 28 // Flags: --expose-gc
33 gc();
34 gc();
35 gc();
45 // Do a GC to verify region dirty marks.
46 gc();
splice-missing-wb.js 28 // Flags: --expose-gc
37 gc();
38 gc();
49 // Force gc and heap verification.
50 gc();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDisplayPropertyEditor.java 13 import org.eclipse.swt.graphics.GC;
33 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
36 DrawUtils.drawStringCV(gc, text, x, y, width, height);
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 126 m->gc = true;
163 m->gc = false;
167 if (! m->gc)
209 if (m->gc && removed != NULL)
215 if (m->gc)
  /art/runtime/entrypoints/
entrypoint_utils.h 25 #include "gc/allocator_type.h"
62 gc::AllocatorType allocator_type)
70 gc::AllocatorType allocator_type)
78 gc::AllocatorType allocator_type)
98 gc::AllocatorType allocator_type)
106 gc::AllocatorType allocator_type)
112 gc::AllocatorType allocator_type)
119 gc::AllocatorType allocator_type)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 102 in the graphics context GC. WIDTH is the width in bytes
126 fill_bitmap(Display * dpy, Window win, GC gc,
136 XSetForeground(dpy, gc, 0);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
138 XSetForeground(dpy, gc, 1);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
215 GC gc; local
284 gc = XCreateGC(dpy, pixmap, valuemask, &values)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
xfont.c 108 in the graphics context GC. WIDTH is the width in bytes
132 fill_bitmap(Display * dpy, Window win, GC gc,
142 XSetForeground(dpy, gc, 0);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
144 XSetForeground(dpy, gc, 1);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
220 GC gc; local
287 gc = XCreateGC(dpy, pixmap, valuemask, &values)
    [all...]
dri_common.c 386 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable)
388 struct glx_display *const priv = __glXInitialize(gc->psc->dpy);
395 psc = priv->screens[gc->screen];
405 glxDrawable, gc->config);
422 driReleaseDrawables(struct glx_context *gc)
424 const struct glx_display *priv = gc->psc->display;
431 gc->currentDrawable, (void *) &pdraw) == 0) {
436 __glxHashDelete(priv->drawHash, gc->currentDrawable);
442 gc->currentReadable, (void *) &pdraw) == 0) {
447 __glxHashDelete(priv->drawHash, gc->currentReadable)
    [all...]
vertarr.c 104 struct glx_context *gc = __glXGetCurrentContext(); local
105 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
169 __glXSetError(gc, GL_INVALID_ENUM);
174 __glXSetError(gc, GL_INVALID_VALUE);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 109 in the graphics context GC. WIDTH is the width in bytes
133 fill_bitmap(Display * dpy, Window win, GC gc,
143 XSetForeground(dpy, gc, 0);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
145 XSetForeground(dpy, gc, 1);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
222 GC gc; local
290 gc = XCreateGC(dpy, pixmap, valuemask, &values)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 102 in the graphics context GC. WIDTH is the width in bytes
126 fill_bitmap(Display * dpy, Window win, GC gc,
136 XSetForeground(dpy, gc, 0);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
138 XSetForeground(dpy, gc, 1);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
215 GC gc; local
284 gc = XCreateGC(dpy, pixmap, valuemask, &values)
    [all...]
  /external/mesa3d/src/glx/
xfont.c 108 in the graphics context GC. WIDTH is the width in bytes
132 fill_bitmap(Display * dpy, Window win, GC gc,
142 XSetForeground(dpy, gc, 0);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
144 XSetForeground(dpy, gc, 1);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
220 GC gc; local
287 gc = XCreateGC(dpy, pixmap, valuemask, &values)
    [all...]
dri_common.c 386 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable)
388 struct glx_display *const priv = __glXInitialize(gc->psc->dpy);
395 psc = priv->screens[gc->screen];
405 glxDrawable, gc->config);
422 driReleaseDrawables(struct glx_context *gc)
424 const struct glx_display *priv = gc->psc->display;
431 gc->currentDrawable, (void *) &pdraw) == 0) {
436 __glxHashDelete(priv->drawHash, gc->currentDrawable);
442 gc->currentReadable, (void *) &pdraw) == 0) {
447 __glxHashDelete(priv->drawHash, gc->currentReadable)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 109 in the graphics context GC. WIDTH is the width in bytes
133 fill_bitmap(Display * dpy, Window win, GC gc,
143 XSetForeground(dpy, gc, 0);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
145 XSetForeground(dpy, gc, 1);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
222 GC gc; local
290 gc = XCreateGC(dpy, pixmap, valuemask, &values)
    [all...]
  /art/runtime/mirror/
reference.h 29 namespace gc { namespace in namespace:art
34 } // namespace gc
79 // we never end up reading their pending next from the GC again.
106 // Note: This avoids a read barrier, it should only be used by the GC.
120 friend class gc::ReferenceProcessor;
121 friend class gc::ReferenceQueue;
  /art/test/036-finalizer/src/
Main.java 98 System.out.println("gc");
99 Runtime.getRuntime().gc();
112 Runtime.getRuntime().gc();
114 System.out.println("gc + finalize");
115 System.gc();
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 154 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc)
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
158 #define rawuvalue(o) check_exp(ttisuserdata(o), &val_(o).gc->u)
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
161 #define clLvalue(o) check_exp(ttisLclosure(o), &val_(o).gc->cl.l)
162 #define clCvalue(o) check_exp(ttisCclosure(o), &val_(o).gc->cl.c)
164 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
167 /* a dead value may get the 'gc' field, but cannot access its contents */
168 #define deadvalue(o) check_exp(ttisdeadkey(o), cast(void *, val_(o).gc))
389 GCObject *gc; \/* collectable objects *\/ member in union:Value
    [all...]
  /art/runtime/gc/accounting/
remembered_set.h 29 namespace gc { namespace in namespace:art
84 } // namespace gc
  /art/runtime/gc/collector/
immune_region.h 27 namespace gc { namespace in namespace:art
35 // be marked. This is used as an optimization in the GC to avoid needing to test the mark bitmap of
74 } // namespace gc
sticky_mark_sweep.cc 17 #include "gc/heap.h"
18 #include "gc/space/large_object_space.h"
19 #include "gc/space/space.h"
24 namespace gc { namespace in namespace:art
37 // For sticky GC, we want to bind the bitmaps of all spaces as the allocation stack lets us
38 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
63 } // namespace gc
  /art/test/003-omnibus-opcodes/src/
Main.java 29 Runtime.getRuntime().gc();
  /art/test/059-finalizer-throw/src/
Main.java 35 System.gc();
  /art/test/102-concurrent-gc/src/
Main.java 39 // Try to get GC to run if we can
40 Runtime.getRuntime().gc();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 57 gc();

Completed in 1660 milliseconds

1 2 3 4 56 7 8 91011>>