Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 92) sorted by relevance

1234

/external/clang/lib/Basic/
DObjCRuntime.cpp45 std::size_t dash = input.rfind('-'); in tryParse() local
50 if (dash != StringRef::npos && dash + 1 != input.size() && in tryParse()
51 (input[dash+1] < '0' || input[dash+1] > '9')) { in tryParse()
52 dash = StringRef::npos; in tryParse()
57 StringRef runtimeName = input.substr(0, dash); in tryParse()
79 if (dash != StringRef::npos) { in tryParse()
80 StringRef verString = input.substr(dash + 1); in tryParse()
/external/iptables/extensions/
Dlibipt_SNAT.c70 char *arg, *colon, *dash, *error; in parse_to() local
98 dash = strchr(colon, '-'); in parse_to()
99 if (!dash) { in parse_to()
106 maxport = atoi(dash + 1); in parse_to()
109 "Port `%s' not valid\n", dash+1); in parse_to()
126 dash = strchr(arg, '-'); in parse_to()
127 if (colon && dash && dash > colon) in parse_to()
128 dash = NULL; in parse_to()
130 if (dash) in parse_to()
131 *dash = '\0'; in parse_to()
[all …]
Dlibipt_DNAT.c70 char *arg, *colon, *dash, *error; in parse_to() local
98 dash = strchr(colon, '-'); in parse_to()
99 if (!dash) { in parse_to()
106 maxport = atoi(dash + 1); in parse_to()
109 "Port `%s' not valid\n", dash+1); in parse_to()
126 dash = strchr(arg, '-'); in parse_to()
127 if (colon && dash && dash > colon) in parse_to()
128 dash = NULL; in parse_to()
130 if (dash) in parse_to()
131 *dash = '\0'; in parse_to()
[all …]
Dlibipt_SAME.c41 char *dash, *arg; in parse_to() local
48 dash = strchr(arg, '-'); in parse_to()
50 if (dash) in parse_to()
51 *dash = '\0'; in parse_to()
59 if (dash) { in parse_to()
60 ip = xtables_numeric_to_ipaddr(dash+1); in parse_to()
63 dash+1); in parse_to()
66 if (dash) in parse_to()
69 arg, dash+1); in parse_to()
Dlibxt_iprange.c77 char *dash; in iprange_parse_range() local
81 dash = strchr(arg, '-'); in iprange_parse_range()
82 if (dash == NULL) { in iprange_parse_range()
88 *dash = '\0'; in iprange_parse_range()
89 iprange_parse_spec(arg, dash + 1, range, family, optname); in iprange_parse_range()
92 "will never match\n", arg, dash + 1); in iprange_parse_range()
/external/nist-sip/java/gov/nist/javax/sip/header/
DAcceptLanguage.java170 int dash = languageRange.indexOf('-'); in getAcceptLanguage() local
171 if (dash>=0) { in getAcceptLanguage()
172 … return new Locale( languageRange.substring(0,dash), languageRange.substring(dash+1) ); in getAcceptLanguage()
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt29 * Dashes (`--` and `---`) into en- and em-dash entities
167 backticks-style), em-dashes, and ellipses. `--` (dash dash) is
168 used to signify an em-dash; there is no support for en-dashes.
172 typewriter shorthand for dashes: `--` (dash dash) for en-dashes,
173 `---` (dash dash dash) for em-dashes.
177 (dash dash) for em-dashes, and `---` (dash dash dash) for en-dashes.
212 shorthand: (dash dash) for en-dashes, (dash dash dash) for
217 typewriter shorthand: (dash dash) for em-dashes, (dash dash dash)
333 * Corrected a problem with quotes immediately following a dash
/external/skia/tests/
DDrawPathTest.cpp190 SkAutoTUnref<SkDashPathEffect> dash( in test_crbug_124652() local
235 SkDashPathEffect dash(intervals, 2, 0); in test_infinite_dash() local
240 paint.setPathEffect(&dash); in test_infinite_dash()
255 SkDashPathEffect dash(intervals, 2, 0); in test_crbug_165432() local
259 paint.setPathEffect(&dash); in test_crbug_165432()
263 REPORTER_ASSERT(reporter, !dash.filterPath(&filteredPath, path, &rec, NULL)); in test_crbug_165432()
/external/icu4c/i18n/
Dregexcst.txt293 '-' n set-start-dash
297 # set-start-dash Turn "[--" into a syntax error.
300 set-start-dash:
318 '-' n set-lit-dash
327 '-' n set-set-dash
336 '-' n set-range-dash
375 # set-set-dash
380 set-set-dash:
387 # set-range-dash
392 set-range-dash:
[all …]
/external/dexmaker/src/main/java/com/google/dexmaker/
DAppDataDirGuesser.java83 int dash = potential.indexOf("-"); in guessPath() local
84 if (dash != -1) { in guessPath()
85 end = dash; in guessPath()
/external/littlemock/src/com/google/testing/littlemock/
DAppDataDirGuesser.java98 int dash = potential.indexOf("-"); in guessPath() local
99 if (dash != -1) { in guessPath()
100 end = dash; in guessPath()
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.cpp118 static RefPtr<Image> dash = Image::loadPlatformResource("tickmarkDash"); in paintTickmarks() local
119 if (dash->isNull()) { in paintTickmarks()
134 context->drawImage(dash.get(), ColorSpaceDeviceRGB, tick); in paintTickmarks()
/external/compiler-rt/lib/msan/
Dmsan.cc413 static const u32 dash = '-'; in __msan_set_alloca_origin() local
415 dash + (dash << 8) + (dash << 16) + (dash << 24); in __msan_set_alloca_origin()
/external/icu4c/test/intltest/
Dtsdcfmsy.cpp163 UnicodeString dash = UnicodeString("-"); in testSymbols() local
164 en.setPatternForCurrencySpacing(UNUM_CURRENCY_INSERT, TRUE, dash); in testSymbols()
167 if (dash != enCurrencyInsert) { in testSymbols()
/external/antlr/antlr-3.4/runtime/ActionScript/
DAUTHORS1 George Scott <george dot scott dash antlr at gmail dot com>: Main developer of ActionScript target.
/external/webkit/LayoutTests/fast/encoding/
Dutf-32-little-endian-bom-expected.txt3 This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowe…
Dutf-32-big-endian-nobom-expected.txt3 This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowe…
Dutf-32-big-endian-bom-expected.txt3 This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowe…
Dutf-32-little-endian-nobom-expected.txt3 This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowe…
Dxml-utf-8-default-expected.txt3 This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowe…
/external/skia/legacy/src/animator/
DSkExtraPathEffects.xsd10 <xs:element ref="Sk:dash"/>
/external/skia/src/animator/
DSkExtraPathEffects.xsd10 <xs:element ref="Sk:dash"/>
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in103 dot-dash
104 dot-dot-dash
/external/v8/tools/
Dwindows-tick-processor.bat8 rem find the name of the log file to process, it must not start with a dash.
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp597 void PlatformContextSkia::setDashPathEffect(SkDashPathEffect* dash) in setDashPathEffect() argument
599 if (dash != m_state->m_dash) { in setDashPathEffect()
601 m_state->m_dash = dash; in setDashPathEffect()

1234