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

12 3 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 15 NL = 0x0a # ^J
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 62 NL = 53
  /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/llvm/tools/llvm-diff/
DifferenceEngine.cpp 494 unsigned NL = std::distance(LStart, LE);
496 SmallVector<DiffEntry, 20> Paths1(NL+1);
497 SmallVector<DiffEntry, 20> Paths2(NL+1);
509 for (unsigned I = 0; I != NL+1; ++I) {
546 SmallVectorImpl<char> &Path = Cur[NL].Path;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 444 const char *NL, const char *Sep) const {
447 Mgr.getStoreManager().print(getStore(), Out, NL, Sep);
450 Env.print(Out, NL, Sep);
453 Mgr.getConstraintManager().print(this, Out, NL, Sep);
456 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
468 const char *NL, const char *Sep) const {
472 Out <<"Tainted Symbols:" << NL;
475 Out << I->first << " : " << I->second << NL;
  /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$
  /libcore/luni/src/main/java/java/util/
Scanner.java 64 private static final String NL = "\n|\r\n|\r|\u0085|\u2028|\u2029";
73 private static final Pattern LINE_TERMINATOR = Pattern.compile(NL);
76 private static final Pattern MULTI_LINE_TERMINATOR = Pattern.compile("(" + NL + ")+");
79 private static final Pattern LINE_PATTERN = Pattern.compile(".*(" + NL + ")|.+$");
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.h 293 NL =0x0085,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
feedTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 127 private static final String NL = "\n"; //$NON-NLS-1$
655 ret += tmp + NL;
  /external/icu4c/common/
uprops.h 315 NL =0x0085,
  /frameworks/base/core/jni/
android_util_Process.cpp 700 const jsize NL = outLongs ? env->GetArrayLength(outLongs) : 0;
708 if (formatData == NULL || (NL > 0 && longsData == NULL)
785 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 688 int NL = grp.mListeners.size();
689 for (int i=0; i<NL; i++) {
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
structs.h 69 opus_int32 NL[ VAD_N_BANDS ]; /* Noise energy level in each band */
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 207 const char *NL, const char *Sep) const;
    [all...]
  /external/eigen/blas/testing/
cblat2.f 436 $ NL, NS
519 NL = M
522 NL = N
527 LX = ABS( INCX )*NL
532 CALL CMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
533 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
534 IF( NL.GT.1 )THEN
535 X( NL/2 ) = ZERO
536 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
dblat2.f 426 $ NL, NS
509 NL = M
512 NL = N
517 LX = ABS( INCX )*NL
522 CALL DMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
523 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
524 IF( NL.GT.1 )THEN
525 X( NL/2 ) = ZERO
526 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
sblat2.f 426 $ NL, NS
509 NL = M
512 NL = N
517 LX = ABS( INCX )*NL
522 CALL SMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
523 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
524 IF( NL.GT.1 )THEN
525 X( NL/2 ) = ZERO
526 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
zblat2.f 438 $ NL, NS
521 NL = M
524 NL = N
529 LX = ABS( INCX )*NL
534 CALL ZMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
535 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
536 IF( NL.GT.1 )THEN
537 X( NL/2 ) = ZERO
538 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
  /external/gcc-demangle/
cp-demangle.c     [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c     [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 39 NL = '\n'
60 print >> fp, NL, NL.join(diff)
262 eq(text, NL.join(lines[1:]))
    [all...]

Completed in 566 milliseconds

12 3 4