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

1 2 3 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
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();
  /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/llvm/lib/CodeGen/
OcamlGC.cpp 1 //===-- OcamlGC.cpp - Ocaml frametable GC strategy ------------------------===//
10 // This file implements lowering for the llvm.gc* intrinsics compatible with
30 X("ocaml", "ocaml 3.10-compatible GC");
35 NeededSafePoints = 1 << GC::PostCall;
  /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();
  /external/v8/src/extensions/
gc-extension.cc 28 #include "gc-extension.h"
33 const char* const GCExtension::kSource = "native function gc();";
38 return v8::FunctionTemplate::New(GCExtension::GC);
42 v8::Handle<v8::Value> GCExtension::GC(const v8::Arguments& args) {
43 HEAP->CollectAllGarbage(Heap::kNoGCFlags, "gc extension");
gc-extension.h 38 GCExtension() : v8::Extension("v8/gc", kSource) {}
41 static v8::Handle<v8::Value> GC(const v8::Arguments& args);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 20 import org.eclipse.swt.graphics.GC;
62 * @param gc The SWT {@link GC} object to draw into.
64 public void paint(GC gc) {
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...]
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 1 function GC()
3 // Force GC.
48 GC();
53 GC();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 14 import org.eclipse.swt.graphics.GC;
54 doPaint(event.gc);
89 private void doPaint(GC paintGC) {
92 GC gc; local
101 gc = new GC(m_backImage);
102 gc.setBackground(paintGC.getBackground());
103 gc.setForeground(paintGC.getForeground());
104 gc.fillRectangle(clientArea)
130 GC gc = new GC(this); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 201 GC /* gc */,
218 GC /* gc */,
235 GC /* gc */,
252 GC /* gc */,
382 GC gc,
    [all...]
extutil.h 65 GC /* gc */,
72 GC /* gc */,
79 GC /* gc */,
86 GC /* gc */,
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 19 // - Stack offsets for GC roots, as specified by calls to llvm.gcroot
47 namespace GC {
61 GC::PointKind Kind; //< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
113 /// getStrategy - Return the GC strategy for the function.
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
  /external/webkit/Tools/QueueStatusServer/handlers/
gc.py 34 class GC(webapp.RequestHandler):
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon22260
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 62 GC /* gc */,
67 GC /* gc */,
72 GC /* gc */,
77 GC /* gc */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon23850
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 62 GC /* gc */,
67 GC /* gc */,
72 GC /* gc */,
77 GC /* gc */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 243 * dependent. A GC should be treated as opaque by application code.
254 *GC;
299 GC default_gc; /* GC for the root root visual */
1086 GC gc; member in union:__anon25362
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 62 GC /* gc */,
67 GC /* gc */,
72 GC /* gc */,
77 GC /* gc */,
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_ENTER.S 11 EXPORT_PC() @ need for precise GC
  /dalvik/vm/mterp/x86/
OP_MONITOR_ENTER.S 11 EXPORT_PC # need for precise GC
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 15 import org.eclipse.swt.graphics.GC;
44 * Paints given {@link Property} given rectangle <code>(x, y, width, height)</code> of {@link GC}.
46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height)
TextDisplayPropertyEditor.java 13 import org.eclipse.swt.graphics.GC;
33 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
36 DrawUtils.drawStringCV(gc, text, x, y, width, height);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 57 GR_GC_ID GC ;
79 #define SDL_GC (this -> hidden -> GC)

Completed in 1548 milliseconds

1 2 3 4 5 6 7