/external/guava/guava-testlib/src/com/google/common/testing/ |
GcFinalization.java | 42 * <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 91 * 10 seconds ought to be long enough for any object to be GC'ed and finalized. Unless we have a 126 System.gc(); 161 System.gc(); 185 * response to {@link System#gc()}:
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_dri2.c | 302 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/ |
glxclient.h | 423 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,
|
glxext.c | 225 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->pc) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1713.js | 28 // Flags: --allow-natives-syntax --always-compact --expose-gc 78 gc(); 79 gc(); 80 gc();
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
LruCacheUnitTests.java | 24 System.gc(); 35 System.gc();
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/ |
CameraTest.java | 76 Runtime.getRuntime().gc(); 78 Runtime.getRuntime().gc();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 68 import gc namespace 72 gc.collect()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 68 import gc namespace 72 gc.collect()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 489 Graphics gc = image.getGraphics(); local 491 drawRectangleShadow(gc, x, y, width, height); 493 gc.dispose(); 511 Graphics gc = image.getGraphics(); local 513 drawSmallRectangleShadow(gc, x, y, width, height); 515 gc.dispose(); 537 * {@link SwtUtils#drawRectangleShadow(org.eclipse.swt.graphics.GC, int, int, int, int)}, 543 * {@link SwtUtils#drawRectangleShadow(org.eclipse.swt.graphics.GC, int, int, int, int)}. 545 * @param gc the graphics context to draw into 551 public static final void drawRectangleShadow(Graphics gc, [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.cc | 104 void DrawFullPixbuf(GdkDrawable* drawable, GdkGC* gc, GdkPixbuf* pixbuf, 106 gdk_draw_pixbuf(drawable, gc, pixbuf, 588 GdkGC* gc = gdk_gc_new(drawable); local 591 gdk_gc_set_rgb_fg_color(gc, &border_color_); 598 gdk_draw_rectangle(drawable, gc, FALSE, 614 gdk_gc_set_rgb_fg_color(gc, is_selected ? &selected_background_color_ : 617 gdk_draw_rectangle(drawable, gc, TRUE, 625 DrawFullPixbuf(drawable, gc, 659 gdk_draw_layout(drawable, gc, 681 gdk_draw_layout(drawable, gc, ltr [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
SimpleTimeZoneTest.java | 405 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.JUNE, 11); local 407 assertTrue("Returned incorrect daylight value1", zone.inDaylightTime(gc 409 gc = new GregorianCalendar(1998, Calendar.NOVEMBER, 11); 411 .inDaylightTime(gc.getTime()))); 412 gc = new GregorianCalendar(zone); 413 gc.set(1999, Calendar.APRIL, 4, 1, 59, 59); 415 .inDaylightTime(gc.getTime()))); 416 Date date = new Date(gc.getTime().getTime() + 1000); 419 gc.set(1999, Calendar.OCTOBER, 31, 1, 0, 0); 421 .inDaylightTime(gc.getTime()))) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 65 DEF_VEC_ALLOC_P(edge,gc); 132 VEC(edge,gc) *preds; 133 VEC(edge,gc) *succs; 192 DEF_VEC_ALLOC_P(basic_block,gc); 297 VEC(basic_block,gc) *x_basic_block_info; 313 VEC(basic_block,gc) *x_label_to_block_map; 596 VEC(edge,gc) **container; 599 static inline VEC(edge,gc) * 611 ei_start_1 (VEC(edge,gc) **ev) 624 ei_last_1 (VEC(edge,gc) **ev [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 65 DEF_VEC_ALLOC_P(edge,gc); 132 VEC(edge,gc) *preds; 133 VEC(edge,gc) *succs; 192 DEF_VEC_ALLOC_P(basic_block,gc); 297 VEC(basic_block,gc) *x_basic_block_info; 313 VEC(basic_block,gc) *x_label_to_block_map; 596 VEC(edge,gc) **container; 599 static inline VEC(edge,gc) * 611 ei_start_1 (VEC(edge,gc) **ev) 624 ei_last_1 (VEC(edge,gc) **ev [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 65 DEF_VEC_ALLOC_P(edge,gc); 132 VEC(edge,gc) *preds; 133 VEC(edge,gc) *succs; 192 DEF_VEC_ALLOC_P(basic_block,gc); 297 VEC(basic_block,gc) *x_basic_block_info; 313 VEC(basic_block,gc) *x_label_to_block_map; 596 VEC(edge,gc) **container; 599 static inline VEC(edge,gc) * 611 ei_start_1 (VEC(edge,gc) **ev) 624 ei_last_1 (VEC(edge,gc) **ev [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 65 DEF_VEC_ALLOC_P(edge,gc); 132 VEC(edge,gc) *preds; 133 VEC(edge,gc) *succs; 192 DEF_VEC_ALLOC_P(basic_block,gc); 297 VEC(basic_block,gc) *x_basic_block_info; 313 VEC(basic_block,gc) *x_label_to_block_map; 596 VEC(edge,gc) **container; 599 static inline VEC(edge,gc) * 611 ei_start_1 (VEC(edge,gc) **ev) 624 ei_last_1 (VEC(edge,gc) **ev [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
PopupListBox.cpp | 358 void PopupListBox::paint(GraphicsContext* gc, const IntRect& rect) 368 gc->save(); 369 gc->translate(static_cast<float>(tx), static_cast<float>(ty)); 370 gc->clip(r); 375 paintRow(gc, r, i); 379 gc->fillRect(r, Color::white); 381 gc->restore(); 383 ScrollView::paint(gc, rect); 389 void PopupListBox::paintRow(GraphicsContext* gc, const IntRect& rect, int rowIndex) 426 gc->fillRect(rowRect, Color::white) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 225 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->pc) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
/art/compiler/ |
image_test.cc | 24 #include "gc/space/image_space.h" 94 gc::Heap* heap = Runtime::Current()->GetHeap(); 96 gc::space::ContinuousSpace* space = heap->GetContinuousSpaces().front(); 136 gc::Heap* heap = Runtime::Current()->GetHeap(); 143 gc::space::ImageSpace* image_space = heap->GetImageSpace();
|
/art/runtime/gc/accounting/ |
gc_allocator.h | 27 namespace gc { namespace in namespace:art 79 } // namespace gc
|
heap_bitmap.cc | 19 #include "gc/space/space.h" 22 namespace gc { namespace in namespace:art 75 } // namespace gc
|
mod_union_table-inl.h | 22 #include "gc/space/space.h" 25 namespace gc { namespace in namespace:art 70 } // namespace gc
|
/art/runtime/gc/collector/ |
garbage_collector.h | 28 namespace gc { namespace in namespace:art 60 // Returns how long the GC took to complete in nanoseconds. 77 // Swap the live and mark bitmaps of spaces that are active for the collector. For partial GC, 78 // this is the allocation space, for full GC then we swap the zygote bitmaps too. 94 // Called after the GC is finished. Done without mutators paused. 118 } // namespace gc
|
/art/runtime/gc/ |
heap_test.cc | 18 #include "gc/accounting/card_table-inl.h" 19 #include "gc/accounting/space_bitmap-inl.h" 26 namespace gc { namespace in namespace:art 70 } // namespace gc
|