HomeSort by relevance Sort by last modified time
    Searched refs:NEWLINE (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 148 # MSTART: (NEWLINE | RULE)* ENDMARKER
150 while self.type == token.NEWLINE:
152 # RULE: NAME ':' RHS NEWLINE
156 self.expect(token.NEWLINE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 68 def Newline():
69 """A newline literal"""
70 return Leaf(token.NEWLINE, u"\n")
74 return Leaf(token.NEWLINE, u"")
335 children = [import_, Newline()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 148 # MSTART: (NEWLINE | RULE)* ENDMARKER
150 while self.type == token.NEWLINE:
152 # RULE: NAME ':' RHS NEWLINE
156 self.expect(token.NEWLINE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 68 def Newline():
69 """A newline literal"""
70 return Leaf(token.NEWLINE, u"\n")
74 return Leaf(token.NEWLINE, u"")
335 children = [import_, Newline()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 148 # MSTART: (NEWLINE | RULE)* ENDMARKER
150 while self.type == token.NEWLINE:
152 # RULE: NAME ':' RHS NEWLINE
156 self.expect(token.NEWLINE)
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 247 return contentLengthHeader.encode(encoding).append(NEWLINE).toString();
372 encoding.append(unrecognized).append(NEWLINE);
375 encoding.append(contentLengthHeader.encode()).append(NEWLINE);
433 encoding.append(NEWLINE);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
44 public const int NEWLINE=8;
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
44 public const int NEWLINE=8;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 85 if ttype == tokenize.NEWLINE: break
inspect.py 651 elif type == tokenize.NEWLINE:
652 self.passline = False # stop skipping when a NEWLINE is seen
654 if self.islambda: # lambdas always end at the first NEWLINE
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 41 # XXX The parser API tolerates files without a trailing newline,
42 # but not strings without a trailing newline. Always add an extra
43 # newline to the file contents, since we're going through the string
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
172 # NEWLINE | simple_stmt | compound_stmt NEWLINE
174 if n != token.NEWLINE:
187 if node[0] != token.ENDMARKER and node[0] != token.NEWLINE:
214 assert nodelist[-1][0] == token.NEWLINE
228 # decorators: decorator ([NEWLINE] decorator)* NEWLIN
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 85 if ttype == tokenize.NEWLINE: break
inspect.py 651 elif type == tokenize.NEWLINE:
652 self.passline = False # stop skipping when a NEWLINE is seen
654 if self.islambda: # lambdas always end at the first NEWLINE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 41 # XXX The parser API tolerates files without a trailing newline,
42 # but not strings without a trailing newline. Always add an extra
43 # newline to the file contents, since we're going through the string
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
172 # NEWLINE | simple_stmt | compound_stmt NEWLINE
174 if n != token.NEWLINE:
187 if node[0] != token.ENDMARKER and node[0] != token.NEWLINE:
214 assert nodelist[-1][0] == token.NEWLINE
228 # decorators: decorator ([NEWLINE] decorator)* NEWLIN
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 85 if ttype == tokenize.NEWLINE: break
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 41 # XXX The parser API tolerates files without a trailing newline,
42 # but not strings without a trailing newline. Always add an extra
43 # newline to the file contents, since we're going through the string
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
172 # NEWLINE | simple_stmt | compound_stmt NEWLINE
174 if n != token.NEWLINE:
187 if node[0] != token.ENDMARKER and node[0] != token.NEWLINE:
214 assert nodelist[-1][0] == token.NEWLINE
228 # decorators: decorator ([NEWLINE] decorator)* NEWLIN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 85 if ttype == tokenize.NEWLINE: break
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 41 # XXX The parser API tolerates files without a trailing newline,
42 # but not strings without a trailing newline. Always add an extra
43 # newline to the file contents, since we're going through the string
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
172 # NEWLINE | simple_stmt | compound_stmt NEWLINE
174 if n != token.NEWLINE:
187 if node[0] != token.ENDMARKER and node[0] != token.NEWLINE:
214 assert nodelist[-1][0] == token.NEWLINE
228 # decorators: decorator ([NEWLINE] decorator)* NEWLIN
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 108 private static final String NEWLINE = System.getProperty("line.separator"); //$NON-NLS-1$
855 sb.append(NEWLINE);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 150 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
201 mri_script_lines mri_script_command NEWLINE
ldlex.l 332 <MRI>"\n" { ++ lineno; RTOKEN(NEWLINE); }
  /external/chromium-trace/catapult/third_party/coverage/coverage/
parser.py 139 elif toktype == token.NEWLINE:
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))

Completed in 2530 milliseconds

1 2 3 45 6 7 8