Searched refs:gc (Results 1 - 25 of 262) sorted by relevance

1234567891011

/external/v8/test/mjsunit/regress/
H A Dregress-747.js45 gc();
46 gc();
47 gc();
48 gc();
49 gc();
50 gc();
H A Dregress-94425.js28 // Flags: --expose-gc
33 gc();
34 gc();
35 gc();
46 gc();
H A Dregress-69.js33 // Flags: --debug-code --expose-gc
40 gc();
H A Dregress-arguments-gc.js28 // Flags: --expose-gc --nocleanup_code_caches_at_gc
31 gc();
H A Dregress-125515.js28 // Flags: --expose-gc --debug-code
38 gc();
39 gc();
H A Dregress-99167.js28 // Flags: --expose-gc --max-new-space-size=1024
32 for (var i = 0; i < 4; ++i) gc();
H A Dregress-1129.js28 // Flags: --verify-heap --expose-gc
44 gc();
H A Dsplice-missing-wb.js28 // Flags: --expose-gc
37 gc();
38 gc();
49 // Force gc and heap verification.
50 gc();
H A Dregress-128018.js28 // Flags: --expose-gc
35 gc();
H A Dregress-1493017.js31 // Flags: --expose-gc --collect-maps
44 gc();
H A Dregress-deopt-gc.js28 // Flags: --allow-natives-syntax --expose-gc
45 gc();
H A Dregress-1708.js31 // Flags: --expose-gc --noincremental-marking --max-new-space-size 1000
44 gc(); gc();
H A Dregress-806473.js28 // Flags: --expose-gc
49 gc();
54 gc();
H A Dregress-842017.js28 // Flags: --expose-gc
51 gc();
56 gc();
H A Dregress-inlining-function-literal-context.js28 // Flags: --allow-natives-syntax --expose-gc
47 gc();
48 gc();
/external/v8/test/mjsunit/compiler/
H A Dsafepoint.js28 // Flags: --expose-gc
33 x.gc();
34 x.gc();
38 var o = {gc:gc};
/external/icu4c/samples/datecal/
H A Dcal.cpp20 GregorianCalendar* gc = new GregorianCalendar(status); local
26 gc->set(2000, UCAL_FEBRUARY, 26);
27 gc->set(UCAL_HOUR_OF_DAY, 23);
28 gc->set(UCAL_MINUTE, 0);
29 gc->set(UCAL_SECOND, 0);
30 gc->set(UCAL_MILLISECOND, 0);
36 gc->get(UCAL_YEAR, status),
37 gc->get(UCAL_MONTH, status) + 1,
38 gc->get(UCAL_MONTH, status),
39 gc
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A DPluginViewBridgeAndroid.cpp31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc, argument
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
H A DChunkedUpdateDrawingAreaGtk.cpp48 GraphicsContext gc(cr.get());
49 gc.save();
51 gc.translate(-rect.x(), -rect.y());
52 m_webPage->drawRect(gc, updateChunk->rect());
53 gc.restore();
/external/webkit/Source/WebKit/android/jni/
H A DWebFrameView.cpp56 void WebFrameView::draw(WebCore::GraphicsContext* gc, const WebCore::IntRect& rect) { argument
60 mFrameView->paintContents(gc, rect);
63 gc->setFillColor(WebCore::Color::white, WebCore::ColorSpaceDeviceRGB);
64 gc->fillRect(rect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java78 public void paint(Display display, int width, int height, GC gc) { argument
86 gc.setBackground(bg);
87 gc.fillRectangle(0, 0, width, height);
98 Point es= gc.stringExtent(bars[i].title);
108 vstart= gc.stringExtent(this.fTitle).y + GAP;
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$
147 gc.setBackground(lightblue);
150 gc.fillRectangle(0, y + i * (BARHEIGHT + GAP), width, BARHEIGHT + GAP);
154 gc
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-104584.js44 gc();
54 gc();
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DChunkedUpdateDrawingAreaWin.cpp48 GraphicsContext gc(hdc.get());
49 gc.save();
54 gc.translate(-updateChunk->rect().x(), -updateChunk->rect().y());
56 m_webPage->drawRect(gc, updateChunk->rect());
58 gc.restore();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DGregorianCalendarTest.java45 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13);
47 1972, gc.get(Calendar.YEAR));
49 gc.get(Calendar.MONTH) == Calendar.OCTOBER);
50 assertEquals("Incorrect calendar constructed 3", 13, gc
52 assertTrue("Incorrect calendar constructed 4", gc.getTimeZone().equals(
62 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER,
65 1972, gc.get(Calendar.YEAR));
67 gc.get(Calendar.MONTH) == Calendar.OCTOBER);
68 assertEquals("Incorrect calendar constructed", 13, gc
70 assertEquals("Incorrect calendar constructed", 7, gc
[all...]
/external/webkit/LayoutTests/fast/dom/Attr/script-tests/
H A Daccess-after-element-destruction.js3 function gc() function
18 gc();
42 gc();

Completed in 452 milliseconds

1234567891011