HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 101 - 125 of 1737) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
set-href-attribute-whitespace-expected.txt 1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespace.
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 7 // Trailing whitespace is stripped.
  /external/webkit/LayoutTests/http/tests/appcache/
manifest-parsing.html 45 // Load resources were specified with tricky whitespace.
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
continue-typing-to-dismiss-reversion.html 35 <p>After seeing the reversion panel, start typing (excluding whitespace). You should see the panel being
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
mozilla 21 -moz-only-whitespace
  /frameworks/base/libs/ui/
VirtualKeyMap.cpp 36 static const char* WHITESPACE = " \t\r";
100 mTokenizer->skipDelimiters(WHITESPACE);
147 mTokenizer->skipDelimiters(WHITESPACE);
150 mTokenizer->skipDelimiters(WHITESPACE);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
escape 6 Make sure escaping of whitespace works in target names.
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 75 * padding" whitespace, i.e., all whitespace that appears immediately
91 pushbackq.clear(); // discard any whitespace preceding EOF
99 pushbackq.clear(); // discard any whitespace preceding EOL
  /cts/tools/dasm/src/dasm/
Scanner.java 86 * Whitespace characters
88 protected static final String WHITESPACE = " \n\t\r";
93 protected static final String SEPARATORS = WHITESPACE + ":=" + ",";
117 * Checks if a character code is a whitespace character
120 return (WHITESPACE.indexOf(c) != -1);
211 // interspersed with whitespace or comments)
219 case ',': // whitespace
  /external/icu4c/tools/genrb/
read.c 74 /* Skip whitespace */
107 not a whitespace character (but may be a QUOTE or ESCAPE). This
112 non comment, non whitespace item is a string, it reads it in as
129 /* We are guaranteed on entry that initialChar is not a whitespace
256 /* DON'T skip whitespace */
301 /* DO skip whitespace */
316 true, whitespace is skipped as well. */
  /external/pcre/doc/
pcresyntax.3 46 \eh a horizontal whitespace character
47 \eH a character that is not a horizontal whitespace character
52 \es a whitespace character
53 \eS a character that is not a whitespace character
54 \ev a vertical whitespace character
55 \eV a character that is not a vertical whitespace character
239 space whitespace
  /external/srec/portable/src/
PFile.c 201 /* Skip whitespace before token */
221 /* locate first non-whitespace character */
241 /* locate first whitespace character */
275 /* Skip whitespace before token */
295 /* locate first non-whitespace character */
315 /* locate first whitespace character */
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser_unittest.py 81 base_filter_rules = ["-", "+whitespace"]
89 all_categories = ["build" ,"whitespace"]
174 (files, options) = parse(['--filter=+build,-whitespace'])
176 ["+build", "-whitespace"])
179 (files, options) = parse(['--filter=+build, -whitespace'])
181 ["+build", "-whitespace"])
checker_unittest.py 266 assertCheck(path, "whitespace/carriage_return")
576 base_rules = ["-whitespace", "+whitespace/tab"]
581 max_reports_per_category={"whitespace/newline": 1},
592 {"whitespace/newline": 1})
600 self.assertTrue(config.is_reportable("whitespace/tab", 3, "foo.txt"))
603 self.assertFalse(config.is_reportable("whitespace/tab", 2, "foo.txt"))
606 self.assertFalse(config.is_reportable("whitespace/line", 4, "foo.txt"))
610 config.write_style_error(category="whitespace/tab",
620 ["foo.h:100: message [whitespace/tab] [5]\n"]
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
TextUtilitiesTests.java 36 // Test handling leading, trailing, and duplicated whitespace
37 // Just test common whitespace characters; we calls Character.isWhitespace() internally, so
38 // other whitespace should be fine as well
58 // Test handling leading, trailing, and duplicated whitespace
59 // Just test common whitespace characters; we calls Character.isWhitespace() internally, so
60 // other whitespace should be fine as well
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 136 // Find the last whitespace on this 80-char line
137 int whitespace = kLineLength-chars_in_line-1; // < 80 chars/line local
138 while ( whitespace > 0 && !isspace(c_string[whitespace]) ) {
139 --whitespace;
141 if (whitespace <= 0) {
142 // Couldn't find any whitespace to make a line break. Just dump the
148 final_string += string(c_string, whitespace);
149 chars_in_line += whitespace;
150 while (isspace(c_string[whitespace])) ++whitespace
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 67 /** Manifest constant: Suppress leading whitespace.
69 * multi-chunk output, or one following unsuppressed whitespace in a previous
75 /** Manifest constant: Suppress trailing whitespace.
81 /** Manifest constant: Suppress both leading and trailing whitespace.
89 /** Manifest constant: Carry trailing whitespace of one chunk as leading
90 * whitespace of the next chunk. Used internally; I don't see any reason
816 * @return true if the specified range of characters are all whitespace,
    [all...]
  /external/antlr/src/org/antlr/runtime/
UnbufferedTokenStream.java 40 * You can't use this stream if you pass whitespace or other off-channel
54 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
  /external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 71 * whitespace characters will be ignored.
124 * whitespace characters will be ignored.
  /external/doclava/src/com/google/doclava/
Proofread.java 28 static final Pattern WHITESPACE = Pattern.compile("\\r?\\n");
68 Matcher m = WHITESPACE.matcher(s);
  /external/icu4c/io/
ustream.cpp 81 /* ipfx should eat whitespace when ios::skipws is set */
99 /* We need to consume one byte at a time to see what is considered whitespace. */
  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 157 * Set of {@code Character}s considered whitespace in Javascript.
173 * Set of {@code Character}s considered whitespace in HTML.
232 * Determines if the specified character is an HTML whitespace character.
233 * A character is an HTML whitespace character if and only if it is one
247 * @return {@code true} if the character is an HTML whitespace character
256 * Determines if the specified character is an ECMAScript whitespace or line
257 * terminator character. A character is a whitespace or line terminator if
299 * @return {@code true} if the {@code chr} is a Javascript whitespace
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodelistindexnotzero.js 85 "strong" (no whitespace) or "#text" (with whitespace).
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodelistindexnotzero.js 85 "strong" (no whitespace) or "#text" (with whitespace).
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textiselementcontentwhitespace06.js 81 Insert whitespace before the "p" element in barfoo and normalize with validation.
82 isElementContentWhitespace should be true since the node is whitespace and in element content.

Completed in 821 milliseconds

1 2 3 45 6 7 8 91011>>