HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 51 - 75 of 288) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/SunSpider/resources/
sunspider-standalone-driver.js 40 gc();
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 148 wxGraphicsContext* gc = m_data->context->GetGraphicsContext(); local
149 gc->PushState();
154 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
155 if (gc)
156 context = (CGContextRef)gc->GetNativeContext();
175 wxGraphicsContext* gc = m_data->context->GetGraphicsContext(); local
176 gc->PopState();
180 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
181 if (gc)
182 context = (CGContextRef)gc->GetNativeContext()
372 wxGraphicsContext* gc = m_data->context->GetGraphicsContext(); local
382 wxGraphicsContext* gc = m_data->context->GetGraphicsContext(); local
392 wxGraphicsContext* gc = m_data->context->GetGraphicsContext(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 90 Runtime.getRuntime().gc();
  /sdk/traceview/src/com/android/traceview/
ColorController.java 23 import org.eclipse.swt.graphics.GC;
81 GC gc = new GC(image); local
83 gc.setBackground(color);
84 gc.fillRectangle(image.getBounds());
85 gc.dispose();
  /dalvik/tests/083-jit-regressions/src/
Main.java 55 System.gc();
71 System.gc();
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 58 Runtime.getRuntime().gc();
60 Runtime.getRuntime().gc();
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 426 GC gc,
439 FlushGC(dpy, gc);
445 req->gc = gc->gid;
466 GC gc,
479 FlushGC(dpy, gc);
484 req->gc = gc->gid
    [all...]
  /external/v8/test/mjsunit/regress/
regress-806473.js 28 // Flags: --expose-gc
49 gc();
54 gc();
regress-842017.js 28 // Flags: --expose-gc
51 gc();
56 gc();
  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 91 GraphicsContext* gc = this->context(); local
92 if (!gc) {
96 const SkBitmap& src = android_gc2canvas(gc)->getDevice()->accessBitmap(false);
154 GraphicsContext* gc = this->context(); local
155 if (!gc) {
159 const SkBitmap& dst = android_gc2canvas(gc)->getDevice()->accessBitmap(true);
  /external/chromium/third_party/icu/source/test/intltest/
astrotst.cpp 25 AstroTest::AstroTest(): astro(NULL), gc(NULL) {
52 if((astro != NULL) || (gc != NULL)) {
63 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status);
71 if(gc != NULL) {
72 delete gc;
73 gc = NULL;
91 gc->clear();
92 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]);
94 astro->setDate(gc->getTime(status));
119 gc->clear()
    [all...]
tzbdtest.cpp 209 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status); local
210 gc->setTime(d, status);
212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status)
    [all...]
  /external/icu4c/test/intltest/
astrotst.cpp 25 AstroTest::AstroTest(): astro(NULL), gc(NULL) {
52 if((astro != NULL) || (gc != NULL)) {
63 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status);
71 if(gc != NULL) {
72 delete gc;
73 gc = NULL;
91 gc->clear();
92 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]);
94 astro->setDate(gc->getTime(status));
119 gc->clear()
    [all...]
tzbdtest.cpp 209 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status); local
210 gc->setTime(d, status);
212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
WeakHashMapTest.java 197 System.gc();
198 System.gc();
208 assertEquals("Assert 4: Incorrect number of entries after gc", 99,
274 System.gc();
275 System.gc();
281 "Incorrect number of entries returned after gc--wanted 99, got: "
316 System.gc();
383 System.gc();
384 System.gc();
389 assertEquals("Incorrect number of keys returned after gc,", 99, keySe
    [all...]
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 486 GraphicsContext* gc, int part, int state, int classicState,
490 gc->platformContext()->canvas(), part, state, classicState, rect);
494 GraphicsContext* gc, int part, int state, int classicState,
498 gc->platformContext()->canvas(), part, state, classicState, rect);
502 GraphicsContext* gc, int state, int classicState,
506 gc->platformContext()->canvas(), state, classicState, rect);
510 GraphicsContext* gc, int part, int state, int classicState,
514 gc->platformContext()->canvas(), part, state, classicState, rect);
518 GraphicsContext* gc, int part, int state, int classicState,
522 gc->platformContext()->canvas(), part, state, classicState, rect
    [all...]
WebPopupMenuImpl.cpp 164 GraphicsContext gc(canvas);
168 GraphicsContext gc(reinterpret_cast<PlatformGraphicsContext*>(&context));
172 m_widget->paint(&gc, rect);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 141 void ScrollbarThemeChromiumLinux::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
143 SkCanvas* const canvas = gc->platformContext()->canvas();
161 void ScrollbarThemeChromiumLinux::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
166 void ScrollbarThemeChromiumLinux::paintThumb(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect)
172 SkCanvas* const canvas = gc->platformContext()->canvas();
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
function.h 143 DEF_VEC_ALLOC_P(call_site_record, gc);
162 VEC(tree,gc) *ttype_data;
166 VEC(call_site_record,gc) *call_site_record;
182 DEF_VEC_ALLOC_P(temp_slot_p,gc);
327 VEC(temp_slot_p,gc) *x_used_temp_slots;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 143 DEF_VEC_ALLOC_P(call_site_record, gc);
162 VEC(tree,gc) *ttype_data;
166 VEC(call_site_record,gc) *call_site_record;
182 DEF_VEC_ALLOC_P(temp_slot_p,gc);
327 VEC(temp_slot_p,gc) *x_used_temp_slots;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 65 import org.eclipse.swt.graphics.GC;
164 /** GC wrapper given to the IViewRule methods. The GC itself is only defined in the
777 * Sets the alpha for the given GC.
781 * @param gc the GC to change
785 * @see GC#setAlpha(int)
787 private boolean gc_setAlpha(GC gc, int alpha) {
789 gc.setAlpha(alpha)
822 GC gc = e.gc; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
shell.js 162 var gc;
163 if ( gc != undefined ) {
164 gc();
  /external/v8/test/mjsunit/
for-in-special-cases.js 28 // Flags: --expose-gc
54 gc();
59 gc();
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
shell.js 134 var gc;
135 if ( gc != undefined ) {
136 gc();
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 375 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) {
376 if (this.allowedGroupCiphers.get(gc)) {
378 if (gc < GroupCipher.strings.length) {
379 sbuf.append(GroupCipher.strings[gc]);

Completed in 5512 milliseconds

1 23 4 5 6 7 8 91011>>