HomeSort by relevance Sort by last modified time
    Searched full:colon (Results 151 - 175 of 448) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 55 options.put("--nocolons", Boolean.FALSE); // colon to underscore
  /external/v8/tools/
jsmin.py 266 # Variable use. Cannot follow a period precede a colon.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 198 //# Item 8: a route. A bunch of "@ $domain" separated by commas, followed by a colon.
  /frameworks/base/docs/html/guide/topics/manifest/
data-element.jd 142 A scheme is specified without the trailing colon (for example,
receiver-element.jd 154 If the name assigned to this attribute begins with a colon (':'), a new
service-element.jd 162 If the name assigned to this attribute begins with a colon (':'), a new
  /frameworks/base/include/utils/
Asset.h 121 * path, it might be a colon-separated list of identifiers.
  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 53 * delay time by a colon.
  /cts/tools/dasm/src/java_cup/
parser.cup 164 START, SEMI, COMMA, STAR, DOT, COLON, COLON_COLON_EQUALS, BAR,
517 COLON label_id:labid
  /external/libpcap/
fad-gifc.c 186 * If there's a colon after digits, it
502 * If this entry has a colon followed by a number at
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 215 Colon = ":";
261 <INITIAL> Colon
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 380 int colon = urlStr.find(':'); local
382 for (int index = 0; index < colon; index++) {
387 if (index == colon - 1 && !allLower) {
388 urlStr = urlStr.substring(0, colon).lower()
389 + urlStr.substring(colon);
    [all...]
  /packages/apps/Email/res/values/
strings.xml     [all...]
  /external/gtest/src/
gtest.cc 194 "A colon-separated list of glob (not regex) patterns "
207 "by a colon and an output file name or directory. A directory "
336 const char* const colon = strchr(gtest_output_flag, ':'); local
337 return (colon == NULL) ?
339 String(gtest_output_flag, colon - gtest_output_flag);
349 const char* const colon = strchr(gtest_output_flag, ':'); local
350 if (colon == NULL)
356 internal::FilePath output_name(colon + 1);
364 internal::FilePath(colon + 1));
445 // A filter is a colon-separated list of patterns. It matches
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 36 * of a scheme, followed by a colon (':'), followed by a scheme-specific
168 * following the first colon), the specification will be parsed
856 * scheme and the first colon). See RFC 2396 Section 5.2 for spec.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
URI.java 38 * of a scheme, followed by a colon (':'), followed by a scheme-specific
165 * following the first colon), the specification will be parsed
876 * scheme and the first colon). See RFC 2396 Section 5.2 for spec.
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 387 // Search for a port. We deal with this specially because a colon can
401 // punctuation, or a colon, slash, question, or hash character. The
403 // we need to distinguish them. Since we looked for ports above, a colon
    [all...]
  /development/simulator/wrapsim/
DevLog.c 63 * The tag (or '*' for the global level) comes first, followed by a colon
  /external/bison/
config.h 10 colon. */
config.hin 9 colon. */
  /external/blktrace/doc/
btt.1 148 separated by a colon (:). A valid specifier for devices 8,0 and 8,8 would then
  /external/grub/docs/
help2man 356 # Sub-sections have a trailing colon and the second line indented.
  /external/icu4c/common/
rbbicst.pl 60 $state_name =~ s/://; # strip off the colon from the state name.
  /external/icu4c/i18n/
regexcst.pl 61 $state_name =~ s/://; # strip off the colon from the state name.
  /external/icu4c/i18n/unicode/
rbnf.h 99 * rule's output text with a colon. The rules are in a sorted list, and a rule is applicable
211 * sets.</em> Each rule set consists of a name, a colon, and a list of <em>rules.</em> A rule
228 * descriptor,</em> a colon, and a <em>rule body.</em></p>
469 * is not allowed in rule set names or in rule text, and the colon is not allowed in rule set
    [all...]

Completed in 176 milliseconds

1 2 3 4 5 67 8 91011>>