HomeSort by relevance Sort by last modified time
    Searched defs:dashes (Results 1 - 18 of 18) sorted by null

  /hardware/msm7k/dspcrashd/
dspcrashd.c 50 char *dashes = "---- ---- ---- ---- ---- ---- ---- ---- ---- ----\n"; variable
83 write(fd, dashes, strlen(dashes));
90 write(fd, dashes, strlen(dashes));
92 write(fd, dashes, strlen(dashes));
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 260 CSSValueList* dashes = static_cast<CSSValueList*>(value); local
263 size_t length = dashes->length();
265 CSSValue* currValue = dashes->itemWithoutBoundsCheck(i);
269 CSSPrimitiveValue* dash = static_cast<CSSPrimitiveValue*>(dashes->itemWithoutBoundsCheck(i));
  /external/strace/
count.c 164 const char *dashes = "-------------------------"; local
197 dashes, dashes, dashes, dashes, dashes, dashes);
222 dashes, dashes, dashes, dashes, dashes, dashes)
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 336 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
337 if (dashes.isEmpty())
341 const Vector<SVGLength>::const_iterator end = dashes.end();
342 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
SVGRenderTreeAsText.cpp 340 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
343 const Vector<SVGLength>::const_iterator end = dashes.end();
344 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
  /external/bluetooth/glib/gio/
gthemedicon.c 155 int i = 0, dashes = 0; local
164 dashes++;
172 themed->names = g_new (char *, dashes + 1 + 1);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 413 QVector<qreal> dashes; local
414 dashes << qreal(patWidth) / width << qreal(patWidth) / width;
419 pen.setDashPattern(dashes);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 64 Bool dashes; /* boolean: TRUE if dash-list is really a list */ member in struct:_XGC
    [all...]
Xlib.h 238 char dashes; member in struct:__anon22203
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 64 Bool dashes; /* boolean: TRUE if dash-list is really a list */ member in struct:_XGC
    [all...]
Xlib.h 238 char dashes; member in struct:__anon23793
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 64 Bool dashes; /* boolean: TRUE if dash-list is really a list */ member in struct:_XGC
    [all...]
Xlib.h 238 char dashes; member in struct:__anon25305
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 469 milliseconds