HomeSort by relevance Sort by last modified time
    Searched defs:WHITESPACE (Results 1 - 23 of 23) sorted by null

  /external/e2fsprogs/lib/ss/
parse.c 24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING };
30 * Parses line, dividing at whitespace, into tokens, returns
61 parse_mode = WHITESPACE; /* flushing whitespace */
69 while (parse_mode == WHITESPACE) {
105 parse_mode = WHITESPACE;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokens.py 26 WHITESPACE = 'whitespace'
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokens.py 26 WHITESPACE = 'whitespace'
  /external/chromium_org/third_party/simplejson/
decoder.py 177 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
182 _w=WHITESPACE.match, _ws=WHITESPACE_STR):
276 def JSONArray((s, end), scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
401 def decode(self, s, _w=WHITESPACE.match):
412 def raw_decode(self, s, idx=0, _w=WHITESPACE.match):
  /external/doclava/src/com/google/doclava/
Proofread.java 28 static final Pattern WHITESPACE = Pattern.compile("\\r?\\n");
68 Matcher m = WHITESPACE.matcher(s);
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 45 * String trimmed = {@link #WHITESPACE WHITESPACE}.{@link #trimFrom trimFrom}(userInput);
65 * Determines whether a character is whitespace according to the latest Unicode standard, as
70 * definitions of "whitespace"</a>.)
75 public static final CharMatcher WHITESPACE =
81 * Determines whether a character is a breaking whitespace (that is, a whitespace which can be
82 * interpreted as a break between words for formatting purposes). See {@link #WHITESPACE} for a
    [all...]
  /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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 166 WHITESPACE = re.compile(r'\s+')
175 (?=\s* # optional whitespace
181 # beginning of the line, after whitespace, or after a '{'. The look-behind
184 # To properly parse parameter names, we need to tokenize whitespace into a
264 # Find key words and whitespace.
266 Matcher(WHITESPACE, Type.WHITESPACE),
300 Matcher(WHITESPACE, Type.COMMENT),
315 Matcher(WHITESPACE, Type.WHITESPACE),
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py 162 WHITESPACE = re.compile(r'\s+')
171 (?=\s* # optional whitespace
177 # beginning of the line, after whitespace, or after a '{'. The look-behind
180 # To properly parse parameter names, we need to tokenize whitespace into a
280 # Find key words and whitespace.
282 Matcher(cls.WHITESPACE, Type.WHITESPACE),
316 Matcher(cls.WHITESPACE, Type.COMMENT),
331 Matcher(cls.WHITESPACE, Type.WHITESPACE),
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 47 public static final int WHITESPACE = END + 1;
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 144 if (type() != TokenType.WHITESPACE) { return true; }
219 WHITESPACE,
443 // <substring-match>, <column>, <whitespace>, <CDO>,
455 type = TokenType.WHITESPACE;
461 type = TokenType.WHITESPACE;
470 type = TokenType.WHITESPACE;
529 type = TokenType.WHITESPACE;
596 type = TokenType.WHITESPACE;
612 type = TokenType.WHITESPACE;
619 type = TokenType.WHITESPACE;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 39 200 whitespace
90 WHITESPACE = frozenset(' \t')
154 r"""Trailing whitespace is superfluous.
169 return len(stripped), "W291 trailing whitespace"
171 return 0, "W293 blank line contains whitespace"
266 r"""Avoid extraneous whitespace.
268 Avoid extraneous whitespace in these situations:
291 yield found + 1, "E201 whitespace after '%s'" % char
294 yield found, "%s whitespace before '%s'" % (code, char)
298 r"""Avoid extraneous whitespace around keywords
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 387 It removes the newlines, comments and trailing whitespace (not preceding whitespace).
417 /* There is no whitespace at the beginning anymore */
481 /* skip whitespace */
579 static const char WHITESPACE[] = " \t";
599 tag = strtok(tag, WHITESPACE);
612 tag = strtok(NULL, WHITESPACE);
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 387 It removes the newlines, comments and trailing whitespace (not preceding whitespace).
417 /* There is no whitespace at the beginning anymore */
481 /* skip whitespace */
579 static const char WHITESPACE[] = " \t";
599 tag = strtok(tag, WHITESPACE);
612 tag = strtok(NULL, WHITESPACE);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 173 public static final int WHITESPACE = LexerCore.WHITESPACE;
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
guava.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 291 milliseconds