/external/v8/test/mjsunit/compiler/ |
alloc-object.js | 28 // Flags: --allow-natives-syntax --expose-gc --inline-construct 56 gc(); // Makes V8 forget about type information for test_helper.
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 288 GraphicsContext gc(cr); 289 applier->strokeStyle(&gc); 313 GraphicsContext gc(cr); 314 applier->strokeStyle(&gc);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.h | 109 bool printPage(int pageNumber, WebCore::GraphicsContext* gc);
|
/external/zlib/contrib/puff/ |
Makefile | 42 rm -f puff puft *.o *.gc*
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
SoftReferenceTest.java | 127 System.gc();
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 509 VEC(tree,gc) *instantiations; 680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc); 684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking; [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 509 VEC(tree,gc) *instantiations; 680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc); 684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking; [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 509 VEC(tree,gc) *instantiations; 680 DEF_VEC_ALLOC_O (qualified_typedef_usage_t,gc); 684 VEC(qualified_typedef_usage_t,gc) *typedefs_needing_access_checking; [all...] |
/external/jdiff/src/jdiff/ |
JDiff.java | 224 System.gc(); // Clean up after running ANT 239 System.gc(); // Clean up after running ANT
|
/external/v8/test/mjsunit/ |
external-array.js | 28 // Flags: --allow-natives-syntax --expose-gc 247 gc(); // Makes V8 forget about type information for test_func. 298 gc(); // Makes V8 forget about type information for test_func. 318 gc(); // Makes V8 forget about type information for array_load_set_smi_check.
|
unbox-double-arrays.js | 30 // Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc 281 gc(); 405 gc(); 422 gc(); 440 gc();
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformThemeChromiumGtk.cpp | 100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states) 102 SkCanvas* const canvas = gc->platformContext()->canvas();
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContext.h | 48 void setGraphicsContext(GraphicsContext* gc) { m_gc = gc; }
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
PathCG.cpp | 146 GraphicsContext gc(context); 147 applier->strokeStyle(&gc);
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 145 wxGraphicsContext* gc = gcdc->GetGraphicsContext(); local 146 gc->GetTransform().TransformPoint(&xtrans, &ytrans);
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 358 Runtime.getRuntime().gc(); 360 Runtime.getRuntime().gc();
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 867 VEC(tree,gc) *, VEC(tree,gc) *); 869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 867 VEC(tree,gc) *, VEC(tree,gc) *); 869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 867 VEC(tree,gc) *, VEC(tree,gc) *); 869 extern tree resolve_overloaded_builtin (location_t, tree, VEC(tree,gc) *); [all...] |
/external/speex/libspeex/ |
sb_celp.c | 642 spx_word16_t gc; /*Q7*/ local 647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el); 651 gc = MULT16_16_P15(QCONST16(0.70711f,15),gc); 652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/ 654 int qgc = scal_quant(gc, gc_quant_bound, 16); 656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]); 659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc); 661 scale = SHL32(MULT16_16(PDIV32_16(SHL32(EXTEND32(gc),SIG_SHIFT-6),filter_ratio),(1+el)),6) 1043 spx_word16_t gc; local [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
TiledDrawingAreaProxy.cpp | 327 GraphicsContext gc(context); 328 gc.save(); 332 gc.scale(FloatSize(1 / m_contentsScale, 1 / m_contentsScale)); 344 currentTile->paint(&gc, dirtyRect); 348 gc.restore();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 408 protected void paintResizeFeedback(IGraphics gc, INode node, ResizeState state) { 411 GridLayoutPainter.paintResizeFeedback(gc, state.layout, grid); 415 super.paintResizeFeedback(gc, node, state); 427 gc.useStyle(DrawingStyle.RESIZE_PREVIEW); 428 gc.drawRect(cellBounds);
|
/external/skia/gm/ |
gmmain.cpp | 296 SkCanvas* gc; local 298 gc = new SkDeferredCanvas; 300 gc = new SkGpuCanvas(context, rt); 302 SkAutoUnref gcUnref(gc); 303 gc->setDevice(new SkGpuDevice(context, rt))->unref(); 304 invokeGM(gm, gc); 310 gc->readPixels(bitmap, 0, 0);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
HeapPanel.java | 34 import org.eclipse.swt.graphics.GC; 327 mGcButton.setText("Cause GC"); 961 GC gc = new GC(img); local 1273 GC gc = new GC(image); local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
ColorCheckerTest.java | 179 System.gc();
|