Home
last modified time | relevance | path

Searched defs:dash (Results 1 – 25 of 63) sorted by relevance

123

/external/skqp/tests/
DDashPathEffectTest.cpp31 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase)); in DEF_TEST() local
41 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, 0.0f)); in DEF_TEST() local
103 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0)); in DEF_TEST() local
DDrawPathTest.cpp292 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0)); in test_infinite_dash() local
312 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0)); in test_crbug_165432() local
/external/skia/tests/
DDashPathEffectTest.cpp31 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, phase)); in DEF_TEST() local
41 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, count, 0.0f)); in DEF_TEST() local
103 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0)); in DEF_TEST() local
DDrawPathTest.cpp292 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0)); in test_infinite_dash() local
312 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0)); in test_crbug_165432() local
/external/curl/docs/cmdline-opts/
Doutput.d32 dynamically. Specifying the output as '-' (a single dash) will force the variable
/external/clang/lib/Basic/
DObjCRuntime.cpp46 std::size_t dash = input.rfind('-'); in tryParse() local
/external/toybox/toys/other/
Dfactor.c26 int dash = 0; in factor() local
/external/llvm-project/clang/lib/Basic/
DObjCRuntime.cpp50 std::size_t dash = input.rfind('-'); in tryParse() local
/external/nist-sip/java/gov/nist/javax/sip/header/
DAcceptLanguage.java170 int dash = languageRange.indexOf('-'); in getAcceptLanguage() local
/external/toybox/toys/posix/
Dgrep.c87 static void numdash(long num, char dash) in numdash()
93 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline()
/external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/
DAndroidTempFileLocator.java60 int dash = potential.indexOf("-"); in guessPath() local
/external/python/cpython2/Tools/bgen/bgen/
DbgenOutput.py129 def OutHeader(text, dash): argument
/external/curl/src/
Dtool_parsecfg.c40 #define ISSEP(x,dash) (!dash && (((x) == '=') || ((x) == ':'))) argument
/external/iptables/extensions/
Dlibipt_DNAT.c79 char *arg, *colon, *dash, *error; in parse_to() local
302 char *arg, *colon, *dash, *error; in parse_to_v2() local
Dlibip6t_SNAT.c52 char *arg, *start, *end = NULL, *colon = NULL, *dash, *error; in parse_to() local
Dlibipt_SNAT.c73 char *arg, *colon, *dash, *error; in parse_to() local
Dlibxt_iprange.c77 char *dash; in iprange_parse_range() local
Dlibip6t_DNAT.c58 char *arg, *start, *end = NULL, *colon = NULL, *dash, *error; in parse_to() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAppDataDirGuesser.java158 int dash = potential.indexOf("-", startSlash); in guessPath() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java245 String dash = "-"; in TestSymbols() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java248 String dash = "-"; in TestSymbols() local
/external/skia/samplecode/
DSampleFilterBounds.cpp82 SkScalar dash[2] = {10.f, 10.f}; in line_paint() local
/external/skqp/modules/pathkit/
Dchaining.js89 PathKit.SkPath.prototype.dash = function(on, off, phase) { method in PathKit.SkPath
/external/skia/modules/pathkit/
Dchaining.js89 PathKit.SkPath.prototype.dash = function(on, off, phase) { method in PathKit.SkPath
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp163 UnicodeString dash = UnicodeString("-"); in testSymbols() local

123