HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 551 - 575 of 2404) sorted by null

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeclonenodetrue.java 116 assertEquals("whitespace", expectedWhitespace, result);
nodelistreturnfirstitem.java 32 * which will either be a Text node (whitespace) or employeeId element.
nodelistreturnlastitem.java 32 * and check that it is either a Text element (with whitespace) or an address element.
nodereplacechildnodename.java 85 assertEquals("whitespace", "employeeId", childName);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 7 Test extra whitespace at the end of the include, multiple -includes and
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CapsModeUtilsTests.java 77 // Tests after some whitespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 173 # together. BAW: should we be able to specify the leading whitespace in
230 # Check for whitespace at end of line; special case
242 # Special case for whitespace at end of file
249 # Just normal whitespace at end of line
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 146 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
150 object_pairs_hook, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
360 def decode(self, s, _w=WHITESPACE.match):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 67 # the except body. This loop skips leading whitespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 69 \s Matches any whitespace character; equivalent to [ \t\n\r\f\v].
70 \S Matches any non-whitespace character; equiv. to [^ \t\n\r\f\v].
97 X VERBOSE Ignore whitespace and comments for nicer looking RE's.
122 X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
169 """Receive notification of ignorable whitespace in element content.
172 of ignorable whitespace (see the W3C XML 1.0 recommendation,
176 SAX parsers may return all contiguous whitespace in a single
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 173 # together. BAW: should we be able to specify the leading whitespace in
230 # Check for whitespace at end of line; special case
242 # Special case for whitespace at end of file
249 # Just normal whitespace at end of line
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 146 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
150 object_pairs_hook, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
360 def decode(self, s, _w=WHITESPACE.match):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 67 # the except body. This loop skips leading whitespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 69 \s Matches any whitespace character; equivalent to [ \t\n\r\f\v].
70 \S Matches any non-whitespace character; equiv. to [^ \t\n\r\f\v].
97 X VERBOSE Ignore whitespace and comments for nicer looking RE's.
122 X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
169 """Receive notification of ignorable whitespace in element content.
172 of ignorable whitespace (see the W3C XML 1.0 recommendation,
176 SAX parsers may return all contiguous whitespace in a single
  /system/core/include/utils/
PropertyMap.h 38 * The key and value may not contain whitespace.
  /system/core/init/
parser.c 170 /* eat any extra whitespace */
  /external/llvm/utils/FileCheck/
FileCheck.cpp 49 NoCanonicalizeWhiteSpace("strict-whitespace",
50 cl::desc("Do not treat all horizontal whitespace as equivalent"));
156 // Ignore trailing whitespace.
522 // Patterns have leading whitespace stripped, so skip whitespace when
633 /// \param PreserveHorizontal Don't squash consecutive horizontal whitespace
647 // If current char is not a horizontal whitespace or if horizontal
648 // whitespace canonicalization is disabled, dump it to output as is.
683 // If we want to canonicalize whitespace, strip excess whitespace from th
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 82 * - normalizes whitespace and quotes around tag attributes
169 * com.google.common.base.CharEscapers.HTML_ESCAPE, plus '=' and whitespace.
170 * Note that it shouldn't be possible for '>' or whitespace to be parsed as
501 // Skip whitespace before '='.
511 // Skip '=' and whitespace after it.
886 // Strip all but preceding whitespace.
943 // Strip everything but leading whitespace.
960 * is whitespace, but it might contain other characters). This is the
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 82 * - normalizes whitespace and quotes around tag attributes
169 * com.google.common.base.CharEscapers.HTML_ESCAPE, plus '=' and whitespace.
170 * Note that it shouldn't be possible for '>' or whitespace to be parsed as
501 // Skip whitespace before '='.
511 // Skip '=' and whitespace after it.
886 // Strip all but preceding whitespace.
943 // Strip everything but leading whitespace.
960 * is whitespace, but it might contain other characters). This is the
    [all...]
  /docs/source.android.com/src/devices/tech/input/
input-device-configuration-files.jd 67 whitespace. Each components of the input system defines a set of properties
70 They must not contain whitespace or the reserved characters <code>\</code> or <code>"</code>.</p>
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 248 mode = IGNORE; // Ignore whitespace on the next line
285 mode = IGNORE; // Ignore whitespace on the next line
  /external/bison/src/
scan-skel.l 110 "@`" continue; /* For starting an argument that begins with whitespace. */
121 /* Like M4, skip whitespace after a comma. */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 124 * whitespace characters will be ignored.
201 * whitespace characters will be ignored.

Completed in 594 milliseconds

<<21222324252627282930>>