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

1 2 3 4 5

  /external/selinux/mcstrans/share/examples/pipes/setrans.d/
pipes.conf 5 Whitespace=,
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
WhitespaceToken.java 27 return ID.Whitespace;
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
  /external/pdfium/xfa/fxfa/parser/
cxfa_whitespace.cpp 16 constexpr wchar_t kName[] = L"whitespace";
25 XFA_Element::Whitespace,
cxfa_transform.cpp 12 {XFA_Element::Whitespace, 1, 0}, {XFA_Element::Rename, 1, 0},
  /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
  /external/python/cpython3/Lib/
tabnanny.py 80 checked for whitespace related problems. The diagnostic messages are
135 class Whitespace:
143 # the number of leading whitespace characters in raw
160 S, T = Whitespace.S, Whitespace.T
281 indents = [Whitespace("")]
295 thisguy = Whitespace(token)
319 # ENDMARKER; the "line" argument exposes the leading whitespace
324 thisguy = Whitespace(line)
  /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/libmojo/third_party/markupsafe/
__init__.py 147 also resolves known HTML4 and XHTML entities. Whitespace is
  /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
  /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

Completed in 1025 milliseconds

1 2 3 4 5