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

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 28 // Flags: --expose-gc
37 gc();
38 gc();
49 // Force gc and heap verification.
50 gc();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 27 import org.eclipse.swt.graphics.GC;
372 GC gc = new GC(display);
373 gc.setFont(font);
374 FontMetrics fontMetrics = gc.getFontMetrics();
376 gc.dispose();
387 GC gc = new GC(control.getDisplay())
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 193 DEF_VEC_ALLOC_P(eh_region, gc);
197 DEF_VEC_ALLOC_P(eh_landing_pad, gc);
208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 193 DEF_VEC_ALLOC_P(eh_region, gc);
197 DEF_VEC_ALLOC_P(eh_landing_pad, gc);
208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 193 DEF_VEC_ALLOC_P(eh_region, gc);
197 DEF_VEC_ALLOC_P(eh_landing_pad, gc);
208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 193 DEF_VEC_ALLOC_P(eh_region, gc);
197 DEF_VEC_ALLOC_P(eh_landing_pad, gc);
208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
  /art/runtime/native/
dalvik_system_VMDebug.cc 23 #include "gc/space/dlmalloc_space.h"
24 #include "gc/space/large_object_space.h"
25 #include "gc/space/space-inl.h"
261 gc::Heap* heap = Runtime::Current()->GetHeap();
262 const std::vector<gc::space::ContinuousSpace*>& continuous_spaces = heap->GetContinuousSpaces();
263 const std::vector<gc::space::DiscontinuousSpace*>& discontinuous_spaces = heap->GetDiscontinuousSpaces();
264 typedef std::vector<gc::space::ContinuousSpace*>::const_iterator It;
266 gc::space::ContinuousSpace* space = *it;
270 gc::space::DlMallocSpace* dlmalloc_space = space->AsDlMallocSpace();
275 gc::space::DlMallocSpace* dlmalloc_space = space->AsDlMallocSpace()
    [all...]
  /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...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 329 void PopupContainer::paint(GraphicsContext* gc, const IntRect& rect)
338 gc->translate(static_cast<float>(tx), static_cast<float>(ty));
339 m_listBox->paint(gc, r);
340 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty));
342 paintBorder(gc, rect);
345 void PopupContainer::paintBorder(GraphicsContext* gc, const IntRect& rect)
350 gc->setStrokeStyle(NoStroke);
351 gc->setFillColor(borderColor);
357 gc->drawRect(IntRect(tx, ty, width(), borderSize));
358 gc->drawRect(IntRect(tx, ty, borderSize, height()))
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 6 import gc namespace
77 gc.collect()
87 gc.collect()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 22 import org.eclipse.swt.graphics.GC;
50 public void paint(Property property, GC gc, int x, int y, int width, int height)
69 DrawUtils.drawImageCV(gc, image, x, y, height);
78 DrawUtils.drawStringCV(gc, text, x, y, width, height);
  /art/runtime/gc/collector/
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
68 } // namespace gc
  /art/runtime/gc/space/
dlmalloc_space-inl.h 23 namespace gc { namespace in namespace:art
59 } // namespace gc
  /art/test/003-omnibus-opcodes/src/
Main.java 29 System.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();
  /dalvik/tests/059-finalizer-throw/src/
Main.java 21 System.gc();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 57 gc();

Completed in 1022 milliseconds

1 2 3 4 5 6 78 91011>>