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

12 3 4 5 6

  /external/guava/guava/src/com/google/common/base/
Ascii.java 144 * meaning "New Line" (NL), a format effector which controls the
158 public static final byte NL = 10;
  /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))
header.py 22 NL = '\n'
375 joiner = NL + self._continuation_ws
  /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):
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
268 blocks.append(NL.join(lines[:-1]))
274 self._fp.write(NL.join(blocks))
header.py 22 NL = '\n'
375 joiner = NL + self._continuation_ws
  /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 
feedTools.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py 77 ws_tokens = [token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 141 const char *NL, const char *Sep) = 0;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 423 const char *NL, const char *Sep) const {
426 Mgr.getStoreManager().print(getStore(), Out, NL, Sep);
429 Env.print(Out, NL, Sep);
432 Mgr.getConstraintManager().print(this, Out, NL, Sep);
435 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
447 const char *NL, const char *Sep) const {
451 Out <<"Tainted Symbols:" << NL;
454 Out << I->first << " : " << I->second << NL;
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 492 unsigned NL = std::distance(LStart, LE);
494 SmallVector<DiffEntry, 20> Paths1(NL+1);
495 SmallVector<DiffEntry, 20> Paths2(NL+1);
507 for (unsigned I = 0; I != NL+1; ++I) {
544 SmallVectorImpl<char> &Path = Cur[NL].Path;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 55 + "parser grammar p;" + NL
56 + "prog : WHILE ID LCURLY (assign)* RCURLY EOF;" + NL
57 + "assign : ID ASSIGN expr SEMI ;" + NL
58 + "expr : INT | FLOAT | ID ;" + NL;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 15 NL = 0x0a # ^J
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 15 NL = 0x0a # ^J
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 446 if token_type in (tokenize.NL, tokenize.NEWLINE, tokenize.ERRORTOKEN):
552 if token_type == tokenize.NL:
833 if token_type in (tokenize.COMMENT, tokenize.NL,
915 if token_type == tokenize.NL and not parens:
929 # Python < 2.6 behaviour, which does not generate NL after
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.h 293 NL =0x0085,
  /external/chromium_org/third_party/opus/src/silk/
structs.h 69 opus_int32 NL[ VAD_N_BANDS ]; /* Noise energy level in each band */
  /external/icu/icu4c/source/common/
uprops.h 315 NL =0x0085,

Completed in 1530 milliseconds

12 3 4 5 6