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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/scripts/
action_useragentstylesheets.py 59 dashes = len(args)
61 dashes = args.index('--')
63 sections.append(args[:dashes])
66 if dashes + 1 == len(args):
73 args = args[dashes + 1:]
action_makenames.py 70 dashes = len(args)
72 dashes = args.index('--')
74 sections.append(args[:dashes])
77 if dashes + 1 == len(args):
84 args = args[dashes + 1:]
  /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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
StrokeData.cpp 38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset)
42 size_t dashLength = dashes.size();
55 intervals[i] = dashes[i % dashLength];
83 // Truncate the width, since we don't want fuzzy dots or dashes.
89 // Determine how many dashes or dots we should have.
92 // Adjust the phase to center the dashes within the line.
GraphicsContext.h 114 void setLineDash(const DashArray& dashes, float dashOffset) { m_state->m_strokeData.setLineDash(dashes, dashOffset); }
207 // number of dashes/dots on a dashed/dotted line will be adjusted to
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 2 * jQuery.flot.dashes
6 * dashes: {
10 * // Whether to show dashes for the series.
20 * // Controls the length of the individual dashes and the amount of
22 * // If this is a number, the dashes and spaces will have that length.
35 if (!series.dashes.show) return;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1]
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 2 * jQuery.flot.dashes
6 * dashes: {
10 * // Whether to show dashes for the series.
20 * // Controls the length of the individual dashes and the amount of
22 * // If this is a number, the dashes and spaces will have that length.
35 if (!series.dashes.show) return;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 351 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
352 if (dashes.isEmpty())
356 const Vector<SVGLength>::const_iterator end = dashes.end();
357 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
380 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
381 if (dashes.isEmpty())
385 const Vector<SVGLength>::const_iterator end = dashes.end();
386 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
SVGRenderTreeAsText.cpp 282 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
285 const Vector<SVGLength>::const_iterator end = dashes.end();
286 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes)
51 if (dashes.isEmpty())
55 const Vector<SVGLength>::const_iterator end = dashes.end();
56 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
  /external/valgrind/main/perf/
vg_perf.in 337 my $dashes = "-" x (50 - length $full_dir);
343 print "-- Running tests in $full_dir $dashes\n";
353 print "-- Finished tests in $full_dir $dashes\n";
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 26 # 1 => "--" for em-dashes; no en-dash support
27 # 2 => "---" for em-dashes; "--" for en-dashes
28 # 3 => "--" for em-dashes; "---" for en-dashes
93 # d : dashes
94 # D : old school dashes
95 # i : inverted old school dashes
440 -- | # dashes, or
468 -- | # dashes, o
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 312 dashes = '-' * 75
313 self.announce('%s%s%s' % (dashes, data, dashes))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 312 dashes = '-' * 75
313 self.announce('%s%s%s' % (dashes, data, dashes))
  /ndk/build/core/
setup-toolchain.mk 57 # We assume the toolchain name uses dashes (-) as separators and doesn't
61 # 1/ Use 'subst' to convert dashes into spaces, this generates a list
63 # 3/ Use 'subst' again to convert the spaces back into dashes
117 # to do that, we split at dashes, remove the last element, then merge the
  /external/valgrind/main/tests/
vg_regtest.in 541 my $dashes = "-" x (50 - length $full_dir);
547 print "-- Running tests in $full_dir $dashes\n";
557 print "-- Finished tests in $full_dir $dashes\n";
  /external/chromium/chrome/browser/resources/net_internals/
util.js 137 * from the table body by a partial row of dashes.
141 * it's between two rows of dashes.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 222 dashes: {
231 dashes: {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 2185 CSSValueList* dashes = toCSSValueList(value); local
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 1652 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1660 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
    [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...]
  /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...]
  /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...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 

Completed in 1673 milliseconds

1 2