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

1234567891011>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DIsCollectedDebuggee.java72 Runtime.getRuntime().gc();
75 Runtime.getRuntime().gc();
76 logWriter.println("--> Debuggee: AFTER System.gc():");
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java99 System.gc();
106 System.gc();
/external/iproute2/tc/
H A DAndroid.mk24 LOCAL_LDFLAGS := -Wl,--no-gc-sections
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestTempVars.java48 System.gc();
80 System.gc();
/external/v8/tools/
H A Dandroid-ll-prof.sh57 ./d8 --ll_prof --gc-fake-mmap=/data/local/tmp/__v8_gc__ $RUN_ARGS"
67 --gc-fake-mmap=/data/local/tmp/__v8_gc__ \
/external/mesa3d/src/glx/
H A Dpacksingle.h52 struct glx_context *gc = __glXGetCurrentContext(); \
55 Display *dpy = gc->currentDpy; \
59 pc = gc->pc; \
68 (void) __glXFlushRenderBuffer(gc, pc); \
71 req->reqType = gc->majorOpcode; \
73 req->contextTag = gc->currentContextTag; \
H A Ddrisw_glx.c62 GC gc; member in struct:drisw_drawable
80 pdp->gc = XCreateGC(dpy, drawable, 0, NULL);
85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues);
123 XFreeGC(dpy, pdp->gc);
183 GC gc; local
187 gc = pdp->gc;
190 gc = pdp->swapgc;
204 XPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h);
303 struct glx_context *gc local
336 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
H A Dglxclient.h423 glx_context_init(struct glx_context *gc,
426 #define __glXSetError(gc,code) \
427 if (!(gc)->error) { \
428 (gc)->error = code; \
609 extern void __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber,
647 #define __glXSetCurrentContext(gc) __glXcurrentContext = gc
681 extern void __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
H A Dglxext.c225 struct glx_context *gc; local
227 gc = __glXGetCurrentContext();
228 if (priv->dpy == gc->currentDpy) {
229 gc->vtable->destroy(gc);
929 struct glx_context *gc; local
933 gc = __glXGetCurrentContext();
934 if (gc->currentDpy) {
936 (void) __glXFlushRenderBuffer(gc, gc
1020 __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber, GLint totalRequests, const GLvoid * data, GLint dataLen) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp23 AstroTest::AstroTest(): astro(NULL), gc(NULL) {
50 if((astro != NULL) || (gc != NULL)) {
61 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status);
69 if(gc != NULL) {
70 delete gc;
71 gc = NULL;
89 gc->clear();
90 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]);
92 astro->setDate(gc->getTime(status));
117 gc
[all...]
H A Dtzbdtest.cpp209 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status); local
210 gc->setTime(d, status);
212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_line.c61 XMesaGC gc = xmesa->xm_buffer->gc;
70 XMesaSetForeground( dpy, gc, pixel );
73 XMesaDrawPoint( dpy, buffer, gc, x, y);
78 XMesaSetForeground( dpy, gc, vert->index );
81 XMesaDrawPoint( dpy, buffer, gc, x, y);
420 XMesaGC gc = xmesa->xm_buffer->gc; local
430 XMesaSetForeground(dpy, gc, pixel);
431 XMesaSetFunction(dpy, gc, GXxo
[all...]
/external/fio/
H A Dgfio.c386 struct gfio_client *gc = ge->client; local
388 if (gc) {
389 if (gc->client) {
391 fio_client_terminate(gc->client);
393 fio_put_client(gc->client);
395 free(gc);
437 struct gfio_client *gc = ge->client; local
444 while (!flist_empty(&gc->o_list)) {
447 gco = flist_first_entry(&gc->o_list, struct gfio_client_options, list);
452 ret = fio_client_send_ini(gc
482 struct gfio_client *gc = ge->client; local
629 gfio_set_client(struct gfio_client *gc, struct fio_client *client) argument
638 struct gfio_client *gc; local
666 struct gfio_client *gc = ge->client; local
1070 struct gfio_client *gc; local
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py1 import gc namespace
225 gc.collect()
229 gc.collect()
234 gc.collect()
235 gc.collect() # Just in case.
/external/v8/test/mjsunit/compiler/
H A Duint32.js28 // Flags: --allow-natives-syntax --expose-gc
160 gc();
161 gc();
173 gc();
/external/boringssl/src/crypto/perlasm/
H A Darm-xlate.pl100 if ($line =~ m/\G(@|\/\/|$)/gc) {
103 elsif ($line =~ m/\G\{/gc) {
109 elsif ($line =~ m/\G\"/gc) {
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java42 * <p>This class uses (possibly repeated) invocations of {@link java.lang.System#gc()} to cause
43 * finalization to happen. However, a call to {@code System.gc()} is specified to be no more
141 System.gc();
176 System.gc();
200 * response to {@link System#gc()}:
269 * <p>In contrast, a plain call to {@link java.lang.System#gc()} does not ensure finalization
/external/iproute2/ip/
H A DAndroid.mk34 LOCAL_LDFLAGS := -Wl,-export-dynamic -Wl,--no-gc-sections
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c302 GCPtr gc; local
352 gc = GetScratchGC(pDraw->depth, pScreen);
355 (*gc->funcs->ChangeClip) (gc, CT_REGION, copy_clip, 0);
356 ValidateGC(dst_draw, gc);
388 (*gc->ops->CopyArea)(src_draw, dst_draw, gc,
392 FreeScratchGC(gc);
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h112 static void destroy(struct glx_context *gc) argument
114 delete gc;
/external/v8/test/mjsunit/
H A Dstring-external-cached.js28 // Flags: --expose-externalize-string --expose-gc
120 gc();
121 gc();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/Sema/
H A Dattr-flag-enum.c13 gc = 0x5, // no-warning enumerator in enum:flag2
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp59 good_const gc; variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditor.java46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height) argument

Completed in 1222 milliseconds

1234567891011>>