HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 226 - 250 of 1429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
clear-keyed-call.js 28 // Flags: --expose-gc --allow-natives-syntax
38 gc();
39 gc();
40 gc();
regress-357103.js 7 %SetFlags("--gc-interval=1");
regress-411210.js 5 // Flags: --allow-natives-syntax --gc-interval=439 --random-seed=-423594851
regress-543994.js 5 // Flass: --allow-natives-syntax --always-opt --gc-interval=163 --stress-compaction
regress-crbug-242924.js 28 // Flags: --allow-natives-syntax --expose-gc --gc-global
38 gc();
48 gc();
regress-crbug-405517.js 5 // Flags: --allow-natives-syntax --gc-interval=203
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/v8/test/mjsunit/wasm/
stackwalk.js 5 // Flags: --expose-wasm --expose-gc --allow-natives-syntax
96 // ---- GC TEST -----------------------------------------------
98 print("-- trying gc --");
99 gc();
100 gc();
module-memory.js 5 // Flags: --expose-wasm --expose-gc --stress-compaction
72 print("gc run ", i);
74 gc();
115 print("gc run ", i);
117 gc();
  /ndk/sources/cxx-stl/llvm-libc++/test/
Android.mk 17 LOCAL_LDFLAGS := -Wl,-gc-sections
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 27 import org.eclipse.swt.graphics.GC;
68 * @param gc The SWT graphics object
72 GC gc, RulesEngine rulesEngine) {
90 paintSelection(gcWrapper, gc, s, isMultipleSelection);
188 private void paintSelection(IGraphics gc, GC swtGc, SelectionItem item,
201 gc.useStyle(DrawingStyle.SELECTION);
216 gc.drawRect(x1, y1, x2, y2);
224 gc.fillRect(r)
    [all...]
LintOverlay.java 25 import org.eclipse.swt.graphics.GC;
62 public void paint(GC gc) {
83 int oldAlpha = gc.getAlpha();
85 gc.setAlpha(ALPHA);
116 gc.drawImage(icon, x, y);
120 gc.setAlpha(oldAlpha);
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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
gc-hidden-1.d 4 #ld: --gc-sections --shared --version-script hideall.ld
10 # forced-local symbol is GC'ed, trigging a BFD_ASSERT.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh6.d 2 #ld: --gc-sections -shared
group8a.d 2 #ld: -r --gc-sections --entry foo
7 # generic linker targets don't support --gc-sections, nor do a bunch of others
group8b.d 2 #ld: -r --gc-sections --entry bar
7 # generic linker targets don't support --gc-sections, nor do a bunch of others
group9a.d 2 #ld: -r --gc-sections --entry foo
7 # generic linker targets don't support --gc-sections, nor do a bunch of others
group9b.d 2 #ld: -r --gc-sections --entry bar
7 # generic linker targets don't support --gc-sections, nor do a bunch of others
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
FieldArray.java 96 private void gc() { method in class:FieldArray
139 gc(); method
175 gc(); method
192 gc(); method
208 if (size() != other.size()) { // size() will call gc() if necessary.
218 gc(); method
279 // Trigger GC so we compact and don't copy DELETED elements.
  /art/runtime/entrypoints/
entrypoint_utils.h 26 #include "gc/allocator_type.h"
65 gc::AllocatorType allocator_type)
72 gc::AllocatorType allocator_type)
79 gc::AllocatorType allocator_type)
99 gc::AllocatorType allocator_type)
107 gc::AllocatorType allocator_type)
113 gc::AllocatorType allocator_type)
121 gc::AllocatorType allocator_type)
  /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...]
  /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...]

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>