HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 1 - 25 of 566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/datecal/
cal.cpp 20 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->get(UCAL_DATE, status))
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc,
PluginViewBridgeAndroid.h 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SwtUtils.java 19 import org.eclipse.swt.graphics.GC;
24 GC gc = new GC(c); local
25 int avgCharWidth = gc.getFontMetrics().getAverageCharWidth();
26 gc.dispose();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
ChunkedUpdateDrawingAreaGtk.cpp 48 GraphicsContext gc(cr.get());
49 gc.save();
51 gc.translate(-rect.x(), -rect.y());
52 m_webPage->drawRect(gc, updateChunk->rect());
53 gc.restore();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
SwtUtils.java 19 import org.eclipse.swt.graphics.GC;
28 GC gc = new GC(c); local
29 int avgCharWidth = gc.getFontMetrics().getAverageCharWidth();
30 gc.dispose();
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.cpp 56 void WebFrameView::draw(WebCore::GraphicsContext* gc, const WebCore::IntRect& rect) {
60 mFrameView->paintContents(gc, rect);
63 gc->setFillColor(WebCore::Color::white, WebCore::ColorSpaceDeviceRGB);
64 gc->fillRect(rect);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecir.h 29 DEF_VEC_ALLOC_P(tree,gc);
35 DEF_VEC_ALLOC_P(gimple,gc);
44 DEF_VEC_ALLOC_P(gimple_seq,gc);
50 DEF_VEC_ALLOC_P(rtx,gc);
vecprim.h 29 DEF_VEC_ALLOC_I(uchar,gc);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecir.h 29 DEF_VEC_ALLOC_P(tree,gc);
35 DEF_VEC_ALLOC_P(gimple,gc);
44 DEF_VEC_ALLOC_P(gimple_seq,gc);
50 DEF_VEC_ALLOC_P(rtx,gc);
vecprim.h 29 DEF_VEC_ALLOC_I(uchar,gc);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecir.h 29 DEF_VEC_ALLOC_P(tree,gc);
35 DEF_VEC_ALLOC_P(gimple,gc);
44 DEF_VEC_ALLOC_P(gimple_seq,gc);
50 DEF_VEC_ALLOC_P(rtx,gc);
vecprim.h 29 DEF_VEC_ALLOC_I(uchar,gc);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecir.h 29 DEF_VEC_ALLOC_P(tree,gc);
35 DEF_VEC_ALLOC_P(gimple,gc);
44 DEF_VEC_ALLOC_P(gimple_seq,gc);
50 DEF_VEC_ALLOC_P(rtx,gc);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 19 import org.eclipse.swt.graphics.GC;
78 public void paint(Display display, int width, int height, GC gc) {
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)
    [all...]
  /dalvik/tests/030-bad-finalizer/src/
Main.java 13 System.out.println("Nulled. Requestion gc.");
14 System.gc();
18 System.out.println("Requesting another GC.");
19 System.gc();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-104584.js 44 gc();
54 gc();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
ChunkedUpdateDrawingAreaWin.cpp 48 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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineOverlay.java 21 import org.eclipse.swt.graphics.GC;
75 public void paint(GC gc) {
78 gc.setForeground(mOutlineColor);
79 gc.setLineStyle(SwtDrawingStyle.OUTLINE.getLineStyle());
80 int oldAlpha = gc.getAlpha();
81 gc.setAlpha(SwtDrawingStyle.OUTLINE.getStrokeAlpha());
82 drawOutline(gc, lastRoot);
83 gc.setAlpha(oldAlpha);
87 private void drawOutline(GC gc, CanvasViewInfo info)
    [all...]
EmptyViewsOverlay.java 21 import org.eclipse.swt.graphics.GC;
74 public void paint(GC gc) {
75 gc.setForeground(mBorderColor);
76 gc.setLineDash(null);
77 gc.setLineStyle(SwtDrawingStyle.EMPTY.getLineStyle());
78 int oldAlpha = gc.getAlpha();
79 gc.setAlpha(SwtDrawingStyle.EMPTY.getStrokeAlpha());
80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth());
91 gc.drawRectangle(x, y, w + 1, h + 1)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
GregorianCalendarTest.java 45 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); local
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, local
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.get(Calendar.HOUR))
91 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local
147 GregorianCalendar gc = new GregorianCalendar(timezone); local
322 GregorianCalendar gc = new GregorianCalendar(); local
371 GregorianCalendar gc = new GregorianCalendar(); local
397 GregorianCalendar gc = new GregorianCalendar(); local
414 GregorianCalendar gc = new GregorianCalendar(); local
451 GregorianCalendar gc = new GregorianCalendar(); local
480 GregorianCalendar gc = new GregorianCalendar(); local
505 GregorianCalendar gc = new GregorianCalendar(1998, 11, 6); local
518 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 8, local
541 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, local
729 GregorianCalendar gc = new GregorianCalendar(TimeZone.getTimeZone("GMT")); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/css/
print.css 4 #gc-toc {display: none;}
5 #gc-pagecontent {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 20 import org.eclipse.swt.graphics.GC;
69 GC gc = e.gc;
73 gc.setForeground(IColorConstants.buttonDarker);
74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1);
77 gc.setForeground(borderGradientColor1);
78 gc.setBackground(borderGradientColor2);
79 gc.fillGradientRectangle(ca.x, ca.y, ca.width, ca.height, true);
82 gc.setBackground(faceColor)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
PixelConverter.java 15 import org.eclipse.swt.graphics.GC;
34 GC gc = new GC(control); local
35 gc.setFont(control.getFont());
36 fFontMetrics = gc.getFontMetrics();
37 gc.dispose();
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 29 System.gc();

Completed in 1433 milliseconds

1 2 3 4 5 6 7 8 91011>>