HomeSort by relevance Sort by last modified time
    Searched defs:Whitespace (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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 49 Whitespace = r'[ \f\t]*'
51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
100 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
341 while pos < max: # measure leading whitespace
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
Token.java 23 Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd, DocumentStart, FlowEntry, FlowMappingEnd, FlowMappingStart, FlowSequenceEnd, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 49 Whitespace = r'[ \f\t]*'
51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
100 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
324 while pos < max: # measure leading whitespace
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/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.
293 // trailing */. We also need to preserve whitespace, so that */ is
298 // we do not insert trailing whitespace anywhere.
306 // (optionally) the first whitespace.
331 // trimming the trailing whitespace. The backslash will be re-added later when
337 // Calculate the end of the non-whitespace text in the previous line.
344 // Calculate the start of the non-whitespace text in the current line.
349 StringRef Whitespace = Lines[LineIndex].substr(0, StartOfLine)
    [all...]
  /external/python/cpython2/Lib/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)
401 while pos < max: # measure leading whitespace
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/pdfium/xfa/fxfa/
fxfa_basic.h 667 Whitespace,
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 3840 milliseconds

1 2 3