HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 151 - 175 of 538) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 296 * @param gc the graphics context
303 public void drawElement(IGraphics gc, IDragElement element, int offsetX, int offsetY) {
306 gc.drawRect(b.x + offsetX, b.y + offsetY, b.x + offsetX + b.w, b.y + offsetY + b.h);
310 drawElement(gc, inner, offsetX, offsetY);
641 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
644 paintResizeFeedback(gc, node, resizeState);
650 protected void paintResizeFeedback(IGraphics gc, INode node, ResizeState resizeState) {
651 gc.useStyle(DrawingStyle.RESIZE_PREVIEW);
653 gc.drawRect(b);
656 gc.useStyle(DrawingStyle.GUIDELINE)
    [all...]
  /external/icu4c/test/intltest/
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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
shell.js 162 var gc;
163 if ( gc != undefined ) {
164 gc();
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 137 GraphicsContext* gc = imageBuffer ? imageBuffer->context() : 0;
138 if (!gc)
140 const SkBitmap& bitmap = android_gc2canvas(gc)->getDevice()->accessBitmap(false);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 176 DEF_VEC_ALLOC_P(ipa_replace_map_p,gc);
180 VEC(ipa_replace_map_p,gc)* tree_map;
304 DEF_VEC_ALLOC_P(cgraph_node_ptr,gc);
311 VEC(cgraph_node_ptr, gc) *nodes;
318 DEF_VEC_ALLOC_P(varpool_node_ptr,gc);
325 VEC(varpool_node_ptr, gc) *nodes;
331 DEF_VEC_ALLOC_P(cgraph_node_set,gc);
337 DEF_VEC_ALLOC_P(varpool_node_set,gc);
604 VEC(ipa_replace_map_p,gc)* tree_map,
640 VEC(ipa_replace_map_p,gc)*,
    [all...]
basic-block.h 65 DEF_VEC_ALLOC_P(edge,gc);
132 VEC(edge,gc) *preds;
133 VEC(edge,gc) *succs;
192 DEF_VEC_ALLOC_P(basic_block,gc);
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
596 VEC(edge,gc) **container;
599 static inline VEC(edge,gc) *
611 ei_start_1 (VEC(edge,gc) **ev)
624 ei_last_1 (VEC(edge,gc) **ev
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 176 DEF_VEC_ALLOC_P(ipa_replace_map_p,gc);
180 VEC(ipa_replace_map_p,gc)* tree_map;
304 DEF_VEC_ALLOC_P(cgraph_node_ptr,gc);
311 VEC(cgraph_node_ptr, gc) *nodes;
318 DEF_VEC_ALLOC_P(varpool_node_ptr,gc);
325 VEC(varpool_node_ptr, gc) *nodes;
331 DEF_VEC_ALLOC_P(cgraph_node_set,gc);
337 DEF_VEC_ALLOC_P(varpool_node_set,gc);
604 VEC(ipa_replace_map_p,gc)* tree_map,
640 VEC(ipa_replace_map_p,gc)*,
    [all...]
basic-block.h 65 DEF_VEC_ALLOC_P(edge,gc);
132 VEC(edge,gc) *preds;
133 VEC(edge,gc) *succs;
192 DEF_VEC_ALLOC_P(basic_block,gc);
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
596 VEC(edge,gc) **container;
599 static inline VEC(edge,gc) *
611 ei_start_1 (VEC(edge,gc) **ev)
624 ei_last_1 (VEC(edge,gc) **ev
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 176 DEF_VEC_ALLOC_P(ipa_replace_map_p,gc);
180 VEC(ipa_replace_map_p,gc)* tree_map;
304 DEF_VEC_ALLOC_P(cgraph_node_ptr,gc);
311 VEC(cgraph_node_ptr, gc) *nodes;
318 DEF_VEC_ALLOC_P(varpool_node_ptr,gc);
325 VEC(varpool_node_ptr, gc) *nodes;
331 DEF_VEC_ALLOC_P(cgraph_node_set,gc);
337 DEF_VEC_ALLOC_P(varpool_node_set,gc);
604 VEC(ipa_replace_map_p,gc)* tree_map,
640 VEC(ipa_replace_map_p,gc)*,
    [all...]
basic-block.h 65 DEF_VEC_ALLOC_P(edge,gc);
132 VEC(edge,gc) *preds;
133 VEC(edge,gc) *succs;
192 DEF_VEC_ALLOC_P(basic_block,gc);
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
596 VEC(edge,gc) **container;
599 static inline VEC(edge,gc) *
611 ei_start_1 (VEC(edge,gc) **ev)
624 ei_last_1 (VEC(edge,gc) **ev
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 224 GdkGC* gc = gdk_gc_new(drawable); local
225 gdk_gc_set_clip_rectangle(gc, &event->area);
226 gdk_gc_set_rgb_fg_color(gc, &data->border_color);
234 gdk_draw_polygon(drawable, gc, FALSE, &points[0], points.size());
236 gdk_draw_lines(drawable, gc, &points[0], points.size());
239 g_object_unref(gc);
  /external/v8/test/mjsunit/
fast-element-smi-check.js 28 // Flags: --allow-natives-syntax --expose-gc
49 gc(); // Makes V8 forget about type information for test_load_set_smi.
70 gc(); // Makes V8 forget about type information for test_load_set_smi.
string-replace-with-empty.js 28 // Flags: --expose-externalize-string --expose-gc
63 // Clear the regexp cache to allow the GC to work.
66 // GC in order to free up things on the C side so we don't get
68 gc();
69 gc();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 134 var gc;
135 if ( gc != undefined ) {
136 gc();
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 42 * <p>This class uses (possibly repeated) invocations of {@link java.lang.System#gc()} to cause
43 * finalization to happen. However, a call to {@code System.gc()} is specified to be no more
91 * 10 seconds ought to be long enough for any object to be GC'ed and finalized. Unless we have a
126 System.gc();
161 System.gc();
185 * response to {@link System#gc()}:
  /external/v8/test/mjsunit/regress/
regress-1713.js 28 // Flags: --allow-natives-syntax --always-compact --expose-gc
78 gc();
79 gc();
80 gc();
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 139 GraphicsContext gc(bmpDC.get());
141 view->paint(&gc, ir);
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 49 * java.lang.Runtime#gc()
58 // Initiate another GC from inside enqueue() to
60 Runtime.getRuntime().gc();
71 // it will be gc'ed.
84 System.gc();
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
LruCacheUnitTests.java 24 System.gc();
35 System.gc();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 76 Runtime.getRuntime().gc();
78 Runtime.getRuntime().gc();
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 104 void DrawFullPixbuf(GdkDrawable* drawable, GdkGC* gc, GdkPixbuf* pixbuf,
106 gdk_draw_pixbuf(drawable, gc, pixbuf,
588 GdkGC* gc = gdk_gc_new(drawable); local
591 gdk_gc_set_rgb_fg_color(gc, &border_color_);
598 gdk_draw_rectangle(drawable, gc, FALSE,
614 gdk_gc_set_rgb_fg_color(gc, is_selected ? &selected_background_color_ :
617 gdk_draw_rectangle(drawable, gc, TRUE,
625 DrawFullPixbuf(drawable, gc,
659 gdk_draw_layout(drawable, gc,
681 gdk_draw_layout(drawable, gc, ltr
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 405 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.JUNE, 11); local
407 assertTrue("Returned incorrect daylight value1", zone.inDaylightTime(gc
409 gc = new GregorianCalendar(1998, Calendar.NOVEMBER, 11);
411 .inDaylightTime(gc.getTime())));
412 gc = new GregorianCalendar(zone);
413 gc.set(1999, Calendar.APRIL, 4, 1, 59, 59);
415 .inDaylightTime(gc.getTime())));
416 Date date = new Date(gc.getTime().getTime() + 1000);
419 gc.set(1999, Calendar.OCTOBER, 31, 1, 0, 0);
421 .inDaylightTime(gc.getTime())))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 38 System.gc();
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 59 good_const gc; variable

Completed in 1592 milliseconds

1 2 3 4 5 67 8 91011>>