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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/lua/
count_dashes.lua 9 -- This script is designed to count the total number of dashes in a dashed path
13 dashes = 0
29 dashes = dashes + 1
30 pathPieces[dashes] = 0
37 pathPieces[dashes] = pathPieces[dashes] + 1
59 io.write(string.format("%d %d %d\n", 2*dashes, pieces5, pieces10))
  /external/skqp/tools/lua/
count_dashes.lua 9 -- This script is designed to count the total number of dashes in a dashed path
13 dashes = 0
29 dashes = dashes + 1
30 pathPieces[dashes] = 0
37 pathPieces[dashes] = pathPieces[dashes] + 1
59 io.write(string.format("%d %d %d\n", 2*dashes, pieces5, pieces10))
  /external/markdown/MarkdownTest/Tests_2004/
Horizontal rules.text 0 Dashes:
Horizontal rules.html 1 <p>Dashes:</p>
Horizontal rules.text-out 9 <p>Dashes:</p>
Horizontal rules.text-res 9 <p>Dashes:</p>
  /external/markdown/MarkdownTest/Tests_2007/
Horizontal rules.text 0 Dashes:
Horizontal rules.html 1 <p>Dashes:</p>
  /external/markdown/tests/markdown-test/
horizontal-rules.txt 0 Dashes:
horizontal-rules.html 1 <p>Dashes:</p>
  /external/curl/docs/cmdline-opts/
MANPAGE.md 12 option name is written without any prefixing dashes. Like the file name for
20 Long: (long form name, without dashes)
26 Mutexed: (space separated list of options this overrides, no dashes)
27 Requires: (space separated list of features this requires, no dashes)
28 See-also: (space separated list of related options, no dashes)
  /external/skia/experimental/sksg/geometry/
SkSGTrimEffect.cpp 51 const SkScalar dashes[] = { len, pathLen - len }; local
53 dashedPaint.setPathEffect(SkDashPathEffect::Make(dashes,
54 SK_ARRAY_COUNT(dashes),
  /external/skqp/experimental/sksg/geometry/
SkSGTrimEffect.cpp 51 const SkScalar dashes[] = { len, pathLen - len }; local
53 dashedPaint.setPathEffect(SkDashPathEffect::Make(dashes,
54 SK_ARRAY_COUNT(dashes),
  /external/strace/
count.c 157 static const char dashes[] = "----------------"; local
172 fprintf(outf, header, dashes, dashes, dashes, dashes, dashes, dashes);
215 fprintf(outf, header, dashes, dashes, dashes, dashes, dashes, dashes)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
DashPathEffect.java 26 * controls the length of the dashes. The paint's strokeWidth controls the
27 * thickness of the dashes.
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssGrammarTest.java 45 "words with-dashes #hashes .dots. -and-leading-dashes",
66 "with-dashes:IDENT",
70 "-and-leading-dashes:IDENT",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_egg_info.py 67 dashes, with runs of multiple dashes condensed to a single dash.
  /external/python/cpython2/Lib/distutils/command/
install_egg_info.py 67 dashes, with runs of multiple dashes condensed to a single dash.
  /external/python/cpython3/Lib/distutils/command/
install_egg_info.py 66 dashes, with runs of multiple dashes condensed to a single dash.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_egg_info.py 67 dashes, with runs of multiple dashes condensed to a single dash.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_egg_info.py 67 dashes, with runs of multiple dashes condensed to a single dash.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 67 dashes, with runs of multiple dashes condensed to a single dash.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 67 dashes, with runs of multiple dashes condensed to a single dash.
  /external/selinux/sandbox/
sandbox.5 21 Which cpus to assign sandbox to. The default is ALL, but users can specify a comma-separated list with dashes ("-") to represent ranges. Ex: 0-2,5
  /sdk/eclipse/scripts/
build_update_site.sh 6 # The build number cannot contain spaces *nor* periods (dashes are ok.)

Completed in 697 milliseconds

1 2 3 4 5 6 7 8 91011>>