/external/clang/test/SemaCXX/ |
cxx0x-deleted-default-ctor.cpp | 59 good_const gc; variable
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
PropertyEditor.java | 15 import org.eclipse.swt.graphics.GC; 44 * Paints given {@link Property} given rectangle <code>(x, y, width, height)</code> of {@link GC}. 46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height)
|
/external/ipsec-tools/src/racoon/ |
gcmalloc.h | 44 * Boehm-GC provides GC_malloc(), GC_realloc(), GC_free() functions, 49 #ifdef GC 51 #include <gc.h> 97 #endif /* GC */
|
/art/runtime/gc/space/ |
rosalloc_space.cc | 20 #include "gc/accounting/card_table.h" 21 #include "gc/accounting/space_bitmap-inl.h" 22 #include "gc/heap.h" 32 namespace gc { namespace in namespace:art 45 art::gc::allocator::RosAlloc* rosalloc, byte* begin, byte* end, 133 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( 136 art::gc::allocator::RosAlloc::kPageReleaseModeAll : 137 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd); 280 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false); 286 InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, false) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
pixel.c | 83 FillBitmap(struct glx_context * gc, GLint width, GLint height, 86 const __GLXattribute *state = gc->client_state_private; 164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, 168 const __GLXattribute *state = gc->client_state_private; 182 FillBitmap(gc, width, height, format, userdata, newimage); 271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height, 274 const __GLXattribute *state = gc->client_state_private; 391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, 395 const __GLXattribute *state = gc->client_state_private; 408 EmptyBitmap(gc, width, height, format, sourceImage, userdata) [all...] |
dri2_glx.c | 491 struct glx_context *gc = __glXGetCurrentContext(); local 492 struct dri2_context *dri2Ctx = (struct dri2_context *)gc; 573 dri2_wait_x(struct glx_context *gc) 576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 585 dri2_wait_gl(struct glx_context *gc) 588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 601 struct glx_context *gc; local 615 gc = __glXGetCurrentContext() 724 struct glx_context *gc = __glXGetCurrentContext(); local 882 struct glx_context *gc = __glXGetCurrentContext(); local 919 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
glxextensions.h | 247 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc, 254 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
|
/external/mesa3d/src/glx/ |
pixel.c | 83 FillBitmap(struct glx_context * gc, GLint width, GLint height, 86 const __GLXattribute *state = gc->client_state_private; 164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, 168 const __GLXattribute *state = gc->client_state_private; 182 FillBitmap(gc, width, height, format, userdata, newimage); 271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height, 274 const __GLXattribute *state = gc->client_state_private; 391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, 395 const __GLXattribute *state = gc->client_state_private; 408 EmptyBitmap(gc, width, height, format, sourceImage, userdata) [all...] |
dri2_glx.c | 491 struct glx_context *gc = __glXGetCurrentContext(); local 492 struct dri2_context *dri2Ctx = (struct dri2_context *)gc; 573 dri2_wait_x(struct glx_context *gc) 576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 585 dri2_wait_gl(struct glx_context *gc) 588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 601 struct glx_context *gc; local 615 gc = __glXGetCurrentContext() 724 struct glx_context *gc = __glXGetCurrentContext(); local 882 struct glx_context *gc = __glXGetCurrentContext(); local 919 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_translation_unit.py | 1 import gc namespace 225 gc.collect() 229 gc.collect() 234 gc.collect() 235 gc.collect() # Just in case.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_buffer.c | 72 GC gc; local 137 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL); 138 XShmPutImage(b->xm_visual->display, b->frontxrb->drawable, gc, 141 XFreeGC(b->xm_visual->display, gc); 386 if (b->gc) 387 XMesaFreeGC(b->display, b->gc); 531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); local 535 gc, [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_buffer.c | 72 GC gc; local 137 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL); 138 XShmPutImage(b->xm_visual->display, b->frontxrb->drawable, gc, 141 XFreeGC(b->xm_visual->display, gc); 386 if (b->gc) 387 XMesaFreeGC(b->display, b->gc); 531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); local 535 gc, [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/ |
performance-test.js | 39 if (window.gc) { 40 window.gc(); 41 window.gc();
|
/external/chromium_org/v8/test/mjsunit/es6/ |
mirror-collections.js | 5 // Flags: --expose-debug-as debug --expose-gc 94 gc(); 127 gc();
|
/external/chromium_org/v8/test/mjsunit/ |
fast-prototype.js | 28 // Flags: --allow-natives-syntax --expose-gc 91 // TODO(mstarzinger): This test fails easily if gc happens at the wrong time. 92 gc();
|
for-in-special-cases.js | 28 // Flags: --expose-gc 54 gc(); 59 gc();
|
string-externalize.js | 28 // Flags: --expose-externalize-string --expose-gc 98 gc(); 99 gc();
|
debug-script.js | 28 // Flags: --expose-debug-as debug --expose-gc --send-idle-notification 63 // Only the 'gc' extension is loaded. 85 var extension_gc_script = Debug.findScript('v8/gc'); 87 assertEquals('v8/gc', extension_gc_script.name);
|
migrations.js | 5 // Flags: --allow-natives-syntax --track-fields --expose-gc 25 gc(); gc(); gc();
|
opt-elements-kind.js | 28 // Flags: --allow-natives-syntax --expose-gc 146 gc(); // clear IC state 148 gc(); // clear IC state 151 gc(); // clear IC state
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1708.js | 35 // Flags: --expose-gc --noincremental-marking --max-semi-space-size=1 48 gc(); gc();
|
/build/tools/droiddoc/templates-ds/ |
sampleindex.cs | 7 <body class="gc-documentation">
|
/build/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 7 <body class="gc-documentation">
|
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 7 <body class="gc-documentation">
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
uint32.js | 28 // Flags: --allow-natives-syntax --expose-gc 160 gc(); 161 gc(); 173 gc();
|