HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 26 - 50 of 253) sorted by null

12 3 4 5 6 7 8 91011

  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 50 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
104 AND | and NL
108 BOR | bor NL
112 ',' | comma NL
116 DO | do NL
120 ELSE | else NL
142 '{' | lbrace NL
145 nl: label
146 NL | nl N
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 188 void Environment::print(raw_ostream &Out, const char *NL,
196 Out << NL << NL
198 << NL;
201 Out << NL;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 489 Loop *NL = getNearestLoop(*POI, L);
491 if (NL != L) {
492 // For reducible loops, NL is now an ancestor of Unloop.
493 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
495 LI->changeLoopFor(*POI, NL);
517 Loop *NL = getNearestLoop(*POI, L);
518 if (NL != L) {
519 assert(NL != Unloop && (!NL || NL->contains(Unloop)) &
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
40 NL = N_TOKENS + 1
41 tok_name[NL] = 'NL'
201 if tok_type in (NEWLINE, NL):
213 if toknum in (NEWLINE, NL):
236 elif toknum in (NEWLINE, NL):
337 yield (NL, line[nl_pos:],
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
373 yield (NL if parenlev > 0 else NEWLINE
    [all...]
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-ntp.conf 32 NL="
54 servers="${servers}server $x$NL"
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
268 blocks.append(NL.join(lines[:-1]))
274 self._fp.write(NL.join(blocks))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 62 NL = 53
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
413 yield (NL, line[nl_pos:],
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
449 newline = NL
482 yield (NL, token, spos, (lnum, pos), line)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
268 blocks.append(NL.join(lines[:-1]))
274 self._fp.write(NL.join(blocks))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 62 NL = 53
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
413 yield (NL, line[nl_pos:],
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
449 newline = NL
482 yield (NL, token, spos, (lnum, pos), line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
268 blocks.append(NL.join(lines[:-1]))
274 self._fp.write(NL.join(blocks))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 62 NL = 53
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
413 yield (NL, line[nl_pos:],
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
449 newline = NL
482 yield (NL, token, spos, (lnum, pos), line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 62 NL = 53
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
413 yield (NL, line[nl_pos:],
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
449 newline = NL
482 yield (NL, token, spos, (lnum, pos), line)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 116 private static final String NL="\n"; //$NON-NLS-1$
121 private static final String splitter = "[,\t " + NL + "]+"; //$NON-NLS-1$ //$NON-NLS-2$
306 element.insertBefore(document.createTextNode(NL + " "),refNode); //$NON-NLS-1$
333 String[] txt = { NL + " ", NL + " ", NL + " ", NL + " ", NL + " " , NL + " " }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 

Completed in 918 milliseconds

12 3 4 5 6 7 8 91011