/external/chromium_org/v8/test/mjsunit/regress/ |
regress-inlining-function-literal-context.js | 28 // Flags: --allow-natives-syntax --expose-gc 47 gc(); 48 gc();
|
/external/mesa3d/src/glx/ |
packsingle.h | 52 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; \
|
drisw_glx.c | 62 GC gc; member in struct:drisw_drawable 63 GC swapgc; 79 /* create GC's */ 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 303 struct glx_context *gc = __glXGetCurrentContext(); local 336 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/ |
Xv.c | 426 GC gc, 439 FlushGC(dpy, gc); 445 req->gc = gc->gid; 466 GC gc, 479 FlushGC(dpy, gc); 484 req->gc = gc->gid [all...] |
/external/v8/test/mjsunit/regress/ |
regress-125515.js | 28 // Flags: --expose-gc --debug-code 38 gc(); 39 gc();
|
regress-806473.js | 28 // Flags: --expose-gc 49 gc(); 54 gc();
|
regress-842017.js | 28 // Flags: --expose-gc 51 gc(); 56 gc();
|
regress-inlining-function-literal-context.js | 28 // Flags: --allow-natives-syntax --expose-gc 47 gc(); 48 gc();
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
astrotst.cpp | 25 AstroTest::AstroTest(): astro(NULL), gc(NULL) { 52 if((astro != NULL) || (gc != NULL)) { 63 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status); 71 if(gc != NULL) { 72 delete gc; 73 gc = NULL; 91 gc->clear(); 92 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]); 94 astro->setDate(gc->getTime(status)); 119 gc->clear() [all...] |
tzbdtest.cpp | 209 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->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status) [all...] |
/external/icu4c/test/intltest/ |
astrotst.cpp | 25 AstroTest::AstroTest(): astro(NULL), gc(NULL) { 52 if((astro != NULL) || (gc != NULL)) { 63 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status); 71 if(gc != NULL) { 72 delete gc; 73 gc = NULL; 91 gc->clear(); 92 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]); 94 astro->setDate(gc->getTime(status)); 119 gc->clear() [all...] |
tzbdtest.cpp | 209 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->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
allocation-folding.js | 28 // Flags: --allow-natives-syntax --nouse-osr --expose-gc 45 gc(); 61 gc(); 77 gc(); 99 gc();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
Ticker.java | 52 int gc = Character.getType(c); local 53 return gc != Character.CONTROL 54 && gc != Character.FORMAT 55 && gc != Character.UNASSIGNED 56 && gc != Character.LINE_SEPARATOR 57 && gc != Character.PARAGRAPH_SEPARATOR 58 && gc != Character.SPACE_SEPARATOR;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
drisw_glx.c | 62 GC gc; member in struct:drisw_drawable 63 GC swapgc; 79 /* create GC's */ 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 303 struct glx_context *gc = __glXGetCurrentContext(); local 336 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_line.c | 61 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, GXxor) [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_line.c | 61 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, GXxor) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 5 import gc namespace 37 gc.collect() 46 gc.collect() 90 # 2) GC the cycle (triggers threadmodule.c::local_clear 93 gc.collect() 203 gc.collect()
|
test_weakref.py | 1 import gc namespace 414 # "weakref callbacks and gc corrupt memory" 416 # already in the process of getting deallocated to gc, 418 # callback that triggered gc. 424 import gc namespace 430 wr = weakref.ref(c, lambda ignore: gc.collect()) 438 wr = weakref.ref(c1.i, lambda ignore: gc.collect()) 445 # that c2 is immune from gc while the weakref callbacks associated 448 # so any gc triggered by weakref callbacks associated with anything 454 import gc namespace 494 import gc namespace 523 import gc namespace 547 import gc namespace 575 import gc namespace 621 import gc namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 5 import gc namespace 37 gc.collect() 46 gc.collect() 90 # 2) GC the cycle (triggers threadmodule.c::local_clear 93 gc.collect() 203 gc.collect()
|
test_weakref.py | 1 import gc namespace 414 # "weakref callbacks and gc corrupt memory" 416 # already in the process of getting deallocated to gc, 418 # callback that triggered gc. 424 import gc namespace 430 wr = weakref.ref(c, lambda ignore: gc.collect()) 438 wr = weakref.ref(c1.i, lambda ignore: gc.collect()) 445 # that c2 is immune from gc while the weakref callbacks associated 448 # so any gc triggered by weakref callbacks associated with anything 454 import gc namespace 494 import gc namespace 523 import gc namespace 547 import gc namespace 575 import gc namespace 621 import gc namespace [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 306 * @param gc the graphics context 313 public void drawElement(IGraphics gc, IDragElement element, int offsetX, int offsetY) { 316 gc.drawRect(b.x + offsetX, b.y + offsetY, b.x + offsetX + b.w, b.y + offsetY + b.h); 320 drawElement(gc, inner, offsetX, offsetY); 652 public void paint(@NonNull IGraphics gc, @NonNull INode node, 656 paintResizeFeedback(gc, node, resizeState); 662 protected void paintResizeFeedback(IGraphics gc, INode node, ResizeState resizeState) { 663 gc.useStyle(DrawingStyle.RESIZE_PREVIEW); 665 gc.drawRect(b); 668 gc.useStyle(DrawingStyle.GUIDELINE) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlPropertyEditor.java | 65 import org.eclipse.swt.graphics.GC; 129 public void paint(Property property, GC gc, int x, int y, int width, int height) 181 Color color = new Color(gc.getDevice(), rgb); 183 Color oldBackground = gc.getBackground(); 184 Color oldForeground = gc.getForeground(); 195 gc.setBackground(color); 196 gc.fillRectangle(x_c, y_c, width_c, height_c); 198 gc.setForeground(IColorConstants.gray); 199 gc.drawRectangle(x_c, y_c, width_c, height_c) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 176 DEF_VEC_ALLOC_P(ipa_replace_map_p,gc); 180 VEC(ipa_replace_map_p,gc)* tree_map; 304 DEF_VEC_ALLOC_P(cgraph_node_ptr,gc); 311 VEC(cgraph_node_ptr, gc) *nodes; 318 DEF_VEC_ALLOC_P(varpool_node_ptr,gc); 325 VEC(varpool_node_ptr, gc) *nodes; 331 DEF_VEC_ALLOC_P(cgraph_node_set,gc); 337 DEF_VEC_ALLOC_P(varpool_node_set,gc); 604 VEC(ipa_replace_map_p,gc)* tree_map, 640 VEC(ipa_replace_map_p,gc)*, [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 176 DEF_VEC_ALLOC_P(ipa_replace_map_p,gc); 180 VEC(ipa_replace_map_p,gc)* tree_map; 304 DEF_VEC_ALLOC_P(cgraph_node_ptr,gc); 311 VEC(cgraph_node_ptr, gc) *nodes; 318 DEF_VEC_ALLOC_P(varpool_node_ptr,gc); 325 VEC(varpool_node_ptr, gc) *nodes; 331 DEF_VEC_ALLOC_P(cgraph_node_set,gc); 337 DEF_VEC_ALLOC_P(varpool_node_set,gc); 604 VEC(ipa_replace_map_p,gc)* tree_map, 640 VEC(ipa_replace_map_p,gc)*, [all...] |