/external/doclava/res/assets/templates/ |
docpage.cs | 5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
|
sample.cs | 7 <body class="gc-documentation">
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 147 static GC gc; variable 606 gc = XCreateGC(display, window, 0, &gcvalues); 627 XSetForeground(display, gc, bg_pixel); 628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height); 772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, 835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, 850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, 878 XFreeGC(display, gc);
|
/external/mesa3d/src/glx/ |
glxextensions.h | 247 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc, 254 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
|
/art/runtime/gc/accounting/ |
heap_bitmap-inl.h | 25 namespace gc { namespace in namespace:art 109 } // namespace gc
|
heap_bitmap.cc | 19 #include "gc/accounting/space_bitmap-inl.h" 20 #include "gc/space/space.h" 23 namespace gc { namespace in namespace:art 84 } // namespace gc
|
/art/runtime/gc/ |
heap_test.cc | 18 #include "gc/accounting/card_table-inl.h" 19 #include "gc/accounting/space_bitmap-inl.h" 27 namespace gc { namespace in namespace:art 74 } // namespace gc
|
/art/runtime/gc/space/ |
bump_pointer_space-inl.h | 23 namespace gc { namespace in namespace:art 94 } // namespace gc
|
image_space.h | 20 #include "gc/accounting/space_bitmap.h" 28 namespace gc { namespace in namespace:art 161 } // namespace gc
|
/art/runtime/native/ |
java_lang_Runtime.cc | 21 #include "gc/heap.h" 34 LOG(INFO) << "Explicit GC skipped."; 99 NATIVE_METHOD(Runtime, gc, "()V"),
|
/art/test/072-precise-gc/src/ |
Main.java | 85 * conservative GC will try to hold on to those objects and the 89 * indicator that precise GC is having an impact. 91 Runtime.getRuntime().gc();
|
/art/test/087-gc-after-link/src/ |
Main.java | 58 private static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/087-gc-after-link.jar"; 155 * See if we can GC after a failed load. 173 Runtime.getRuntime().gc(); 174 System.out.println("GC complete.");
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
InfrastructureTests.java | 39 System.gc();
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDecodeRunnable.java | 239 java.lang.System.gc();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
EnableCollectionDebuggee.java | 51 logWriter.println("--> Debuggee: BEFORE System.gc():"); 77 System.gc(); 78 logWriter.println("--> Debuggee: AFTER System.gc():");
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
DisableCollectionDebuggee.java | 53 logWriter.println("--> Debuggee: BEFORE System.gc():"); 80 System.gc(); 81 logWriter.println("--> Debuggee: AFTER System.gc():");
|
EnableCollectionDebuggee.java | 51 logWriter.println("--> Debuggee: BEFORE System.gc():"); 77 System.gc(); 78 logWriter.println("--> Debuggee: AFTER System.gc():");
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/ |
CleanupReferenceTest.java | 25 // owning ReferredObject instance which would defeat GC of that object. 48 // too, to force the GC to work. 49 System.gc();
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-runtime.sh | 176 --with-gc=included \ 177 --enable-nacl-gc \
|
/external/chromium_org/third_party/WebKit/Source/web/ |
LinkHighlight.cpp | 252 GraphicsContext gc(canvas, 255 gc.clip(clipRect); 256 gc.setFillColor(m_node->renderer()->style()->tapHighlightColor()); 257 gc.fillPath(m_path);
|
/external/chromium_org/tools/page_cycler/common/ |
start.js | 76 if (!window.gc) { 77 document.write('<h3 style=\'color:red\'>WARNING: window.gc is not ' +
|
/external/chromium_org/ui/native_theme/ |
native_theme_aura.cc | 133 SkCanvas* gc, 138 FallbackTheme::PaintArrowButton(gc, rect, direction, state); 144 gc, rect); local 158 PaintArrow(gc, rect, direction, arrow_color);
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
optimized-function-calls.js | 28 // Flags: --allow-natives-syntax --expose-gc 31 gc();
|
/external/chromium_org/v8/test/mjsunit/es6/regress/ |
regress-2681.js | 28 // Flags: --expose-gc --noincremental-marking 33 // Each GC ages code, and currently 6 gcs will flush all code. 34 for (var i = 0; i < 10; i++) gc();
|
/external/chromium_org/v8/test/mjsunit/ |
object-literal-gc.js | 28 // Flags: --expose-gc 50 // Perform GC. 51 gc();
|