Searched refs:gc (Results 126 - 150 of 420) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-84234.js28 // Flags: --expose-gc --noopt
50 gc();
H A Dregress-88858.js28 // Flags: --expose-gc
65 gc();
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.h45 Calendar *gc; member in class:AstroTest
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector_chromeos.cc62 ExtensionGarbageCollectorChromeOS* gc = local
64 if (gc && gc->crx_installs_in_progress_ > 0)
/external/chromium_org/v8/test/mjsunit/
H A Dcontext-calls-maintained.js28 // Flags: --expose-gc --allow-natives-syntax
32 gc();
33 gc();
34 gc();
H A Dfor-in-special-cases.js28 // Flags: --expose-gc
54 gc();
59 gc();
H A Dstring-externalize.js28 // Flags: --expose-externalize-string --expose-gc
98 gc();
99 gc();
H A Dstring-natives.js28 // Flags: --expose-gc --allow-natives-syntax
61 gc();
68 gc();
/external/clang/test/SemaTemplate/
H A Ddestructor-template.cpp65 static int gc();
69 template <typename T> int Marshal<T>::gc() { function in class:rdar13140795::Marshal
76 Marshal<int>::gc();
/external/fio/
H A Dgclient.c117 struct gfio_client *gc = client->client_data; local
118 struct gui_entry *ge = gc->ge;
175 struct gfio_client *gc, struct cmd_du_pdu *p)
178 struct gui_entry *ge = gc->ge;
242 static int gfio_disk_util_show(struct gfio_client *gc) argument
244 struct gui_entry *ge = gc->ge;
248 if (!gc->nr_du)
253 for (i = 0; i < gc->nr_du; i++) {
254 struct cmd_du_pdu *p = &gc->du[i];
256 __gfio_disk_util_show(res_notebook, gc,
174 __gfio_disk_util_show(GtkWidget *res_notebook, struct gfio_client *gc, struct cmd_du_pdu *p) argument
266 struct gfio_client *gc = client->client_data; local
346 struct gfio_client *gc = client->client_data; local
538 struct gfio_client *gc = client->client_data; local
570 struct gfio_client *gc = client->client_data; local
577 gfio_client_add_job(struct gfio_client *gc, struct thread_options_pack *top) argument
593 struct gfio_client *gc = client->client_data; local
641 struct gfio_client *gc = client->client_data; local
649 struct gfio_client *gc = client->client_data; local
665 struct gfio_client *gc = client->client_data; local
679 struct gfio_client *gc = client->client_data; local
688 struct gfio_client *gc = client->client_data; local
731 gfio_add_end_results(struct gfio_client *gc, struct thread_stat *ts, struct group_run_stats *rs) argument
956 gfio_show_latency_buckets(struct gfio_client *gc, GtkWidget *vbox, struct thread_stat *ts) argument
1118 gfio_show_clat_percentiles(struct gfio_client *gc, GtkWidget *vbox, struct thread_stat *ts, int ddir) argument
1175 gfio_show_ddir_status(struct gfio_client *gc, GtkWidget *mbox, struct group_run_stats *rs, struct thread_stat *ts, int ddir) argument
1293 __gfio_display_end_results(GtkWidget *win, struct gfio_client *gc, struct thread_stat *ts, struct group_run_stats *rs) argument
1338 gfio_display_end_results(struct gfio_client *gc) argument
1359 struct gfio_client *gc = client->client_data; local
1374 struct gfio_client *gc = client->client_data; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp88 GraphicsContext gc(canvas);
89 gc.setCertainlyOpaque(background == Opaque);
90 gc.applyDeviceScaleFactor(page->deviceScaleFactor());
91 gc.setDeviceScaleFactor(page->deviceScaleFactor());
93 gc.save(); // Needed to save the canvas, not the GraphicsContext.
96 gc.clip(dirtyRect);
97 view->paint(&gc, dirtyRect);
99 overlays->paintWebFrame(gc);
101 gc.fillRect(dirtyRect, Color::white);
103 gc
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DSparseArray.java108 private void gc() { method in class:SparseArray
109 // Log.e("SparseArray", "gc start with " + mSize);
132 // Log.e("SparseArray", "gc end with " + mSize);
155 gc();
193 gc();
206 gc();
219 gc();
232 gc();
245 gc();
261 gc();
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java152 GC gc = new GC(this);
154 m_rowHeight = 1 + gc.getFontMetrics().getHeight() + 1;
156 gc.dispose();
187 handlePaint(event.gc, event.x, event.y, event.width, event.height);
1053 private void handlePaint(GC gc, int x, int y, int width, int height) { argument
1078 bufferedGC.setBackground(gc.getBackground());
1079 bufferedGC.setForeground(gc.getForeground());
1080 bufferedGC.setFont(gc.getFont());
1081 bufferedGC.setLineStyle(gc.getLineStyle());
1082 bufferedGC.setLineWidth(gc
1111 drawEmptyContent(GC gc) argument
1127 drawContent(GC gc) argument
1203 drawExpandLines(GC gc, Rectangle clientArea) argument
1242 drawProperty(GC gc, PropertyInfo propertyInfo, int y, int height, int width) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h106 float rc, gc, bc; local
111 gc = rgb9e5_ClampRange(rgb[1]);
114 maxrgb = MAX3(rc, gc, bc);
131 gm = (int) floor(gc / denom + 0.5);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.h60 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h106 float rc, gc, bc; local
111 gc = rgb9e5_ClampRange(rgb[1]);
114 maxrgb = MAX3(rc, gc, bc);
131 gm = (int) floor(gc / denom + 0.5);
/external/mesa3d/src/mesa/main/
H A Derrors.h60 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseArray.java115 private void gc() { method in class:ShadowSparseArray
116 // Log.e("SparseArray", "gc start with " + mSize);
139 // Log.e("SparseArray", "gc end with " + mSize);
163 gc();
202 gc();
216 gc();
230 gc();
245 gc();
259 gc();
276 gc();
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c70 GC gc; member in struct:xlib_displaytarget
73 * against. May need to recreate gc, tempImage when this changes??
277 if (xlib_dt->gc)
278 XFreeGC(xlib_dt->display, xlib_dt->gc);
307 if (xlib_dt->gc) {
308 XFreeGC(display, xlib_dt->gc);
309 xlib_dt->gc = NULL;
330 if (xlib_dt->gc == NULL) {
331 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL);
332 XSetFunction(display, xlib_dt->gc, GXcop
[all...]
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c70 GC gc; member in struct:xlib_displaytarget
73 * against. May need to recreate gc, tempImage when this changes??
277 if (xlib_dt->gc)
278 XFreeGC(xlib_dt->display, xlib_dt->gc);
307 if (xlib_dt->gc) {
308 XFreeGC(display, xlib_dt->gc);
309 xlib_dt->gc = NULL;
330 if (xlib_dt->gc == NULL) {
331 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL);
332 XSetFunction(display, xlib_dt->gc, GXcop
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDisplayPropertyEditor.java33 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { argument
36 DrawUtils.drawStringCV(gc, text, x, y, width, height);
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module.c126 m->gc = true;
163 m->gc = false;
167 if (! m->gc)
209 if (m->gc && removed != NULL)
215 if (m->gc)
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DFieldArray.java93 private void gc() { method in class:FieldArray
136 gc();
172 gc();
189 gc();
205 if (size() != other.size()) { // size() will call gc() if necessary.
215 gc();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c126 fill_bitmap(Display * dpy, Window win, GC gc, argument
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);
343 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
362 XFreeGC(dpy, gc);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c132 fill_bitmap(Display * dpy, Window win, GC gc, argument
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);
345 fill_bitmap(dpy, win, gc, bm_width, bm_height, x, y, c, bm);
364 XFreeGC(dpy, gc);

Completed in 674 milliseconds

1234567891011>>