HomeSort by relevance Sort by last modified time
    Searched refs:Whitespace (Results 1 - 18 of 18) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 80 checked for whitespace related problems. The diagnostic messages are
132 class Whitespace:
140 # the number of leading whitespace characters in raw
157 S, T = Whitespace.S, Whitespace.T
278 indents = [Whitespace("")]
292 thisguy = Whitespace(token)
316 # ENDMARKER; the "line" argument exposes the leading whitespace
321 thisguy = Whitespace(line)
tokenize.py 48 Whitespace = r'[ \f\t]*'
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
318 while pos < max: # measure leading whitespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 80 checked for whitespace related problems. The diagnostic messages are
132 class Whitespace:
140 # the number of leading whitespace characters in raw
157 S, T = Whitespace.S, Whitespace.T
278 indents = [Whitespace("")]
292 thisguy = Whitespace(token)
316 # ENDMARKER; the "line" argument exposes the leading whitespace
321 thisguy = Whitespace(line)
tokenize.py 48 Whitespace = r'[ \f\t]*'
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
318 while pos < max: # measure leading whitespace
  /external/chromium_org/third_party/markupsafe/
__init__.py 147 also resolves known HTML4 and XHTML entities. Whitespace is
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 105 // For instance, Tokenizer::ConsumeZeroOrMore<Whitespace>() will eat
106 // whitespace.
119 CHARACTER_CLASS(Whitespace, c == ' ' || c == '\n' || c == '\t' ||
471 if (TryConsumeOne<Whitespace>()) {
472 ConsumeZeroOrMore<Whitespace>();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 52 Whitespace = r'[ \f\t]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
399 while pos < max: # measure leading whitespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 52 Whitespace = r'[ \f\t]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
399 while pos < max: # measure leading whitespace
  /external/chromium_org/net/proxy/
proxy_server_unittest.cc 216 TEST(ProxyServerTest, Whitespace) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 108 // For instance, Tokenizer::ConsumeZeroOrMore<Whitespace>() will eat
109 // whitespace.
122 CHARACTER_CLASS(Whitespace, c == ' ' || c == '\n' || c == '\t' ||
494 // Consume leading whitespace and asterisk;
555 ConsumeZeroOrMore<Whitespace>();
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 65 // Don't break at leading whitespace.
67 // Make sure that we don't break at leading whitespace that
71 // If the comment is only whitespace, we cannot split.
290 // trailing */. We also need to preserve whitespace, so that */ is
295 // we do not insert trailing whitespace anywhere.
302 // (optionally) the first whitespace.
323 // trimming the trailing whitespace. The backslash will be re-added later when
329 // Calculate the end of the non-whitespace text in the previous line.
336 // Calculate the start of the non-whitespace text in the current line.
341 StringRef Whitespace = Lines[LineIndex].substr(0, StartOfLine)
    [all...]
  /external/chromium_org/net/cookies/
parsed_cookie_unittest.cc 27 // Trailing whitespace after a quoted value. The whitespace after
129 TEST(ParsedCookieTest, Whitespace) {
162 // Stripping whitespace after the quotes matches all other major browsers.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 232 * @param {(number|string|null)=} space Whitespace character.
342 // remaining characters are only whitespace or ']' or ',' or ':' or '{'
math_util.js 222 * Array of MathML Whitespace and Alignment tokens.
231 * Checks if an element of a math expression is whitespace or an
234 * @return {boolean} True if element is a whitespace node.
244 * but not a whitespace or an alignment marker.
246 * @return {boolean} True if element is a non-whitespace node.
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 301 var whitespace = '';
304 whitespace = node.currentStyle.whiteSpace;
308 whitespace = window.getComputedStyle(node, null).whiteSpace;
310 return !whitespace || whitespace === 'pre';
676 * @param {string} s html where whitespace is considered significant.
800 * Context is applied to the last non-whitespace, non-comment token
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 301 var whitespace = '';
304 whitespace = node.currentStyle.whiteSpace;
308 whitespace = window.getComputedStyle(node, null).whiteSpace;
310 return !whitespace || whitespace === 'pre';
676 * @param {string} s html where whitespace is considered significant.
800 * Context is applied to the last non-whitespace, non-comment token
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 301 var whitespace = '';
304 whitespace = node.currentStyle.whiteSpace;
308 whitespace = window.getComputedStyle(node, null).whiteSpace;
310 return !whitespace || whitespace === 'pre';
676 * @param {string} s html where whitespace is considered significant.
800 * Context is applied to the last non-whitespace, non-comment token
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1378 milliseconds