/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 59 if type in (tokenize.COMMENT, tokenize.NL):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 16 ... " # NL\\n" 22 COMMENT '# NL' (2, 4) (2, 8) 23 NL '\\n' (2, 8) (2, 9)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 59 if type in (tokenize.COMMENT, tokenize.NL):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 16 ... " # NL\\n" 22 COMMENT '# NL' (2, 4) (2, 8) 23 NL '\\n' (2, 8) (2, 9)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.properties | 51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019
|
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 204 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL)) 674 USET_ADD_CP_AND_NEXT(sa, NL);
|
/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...] |
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...] |
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...] |
/external/icu/icu4c/source/common/ |
uchar.c | 204 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL)) 674 USET_ADD_CP_AND_NEXT(sa, NL);
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
RegionDataConstants.java | 688 "fmt", "%O%n%N%n%A%nL-%Z %C", 849 NL(new String[]{ 1053 "lang", "nl", 1054 "languages", "nl", [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 120 elif ch == curses.ascii.NL: # ^j
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tabnanny.py | 27 if not hasattr(tokenize, 'NL'): 28 raise ValueError("tokenize.NL doesn't exist -- tokenize module too old") 277 JUNK = tokenize.COMMENT, tokenize.NL 285 # (NL | COMMENT)* (INDENT | DEDENT+)?
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 120 elif ch == curses.ascii.NL: # ^j
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tabnanny.py | 27 if not hasattr(tokenize, 'NL'): 28 raise ValueError("tokenize.NL doesn't exist -- tokenize module too old") 277 JUNK = tokenize.COMMENT, tokenize.NL 285 # (NL | COMMENT)* (INDENT | DEDENT+)?
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 689 const jsize NL = outLongs ? env->GetArrayLength(outLongs) : 0; 697 if (formatData == NULL || (NL > 0 && longsData == NULL) 775 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
pep8.py | 91 NEWLINE = frozenset([tokenize.NL, tokenize.NEWLINE]) 113 # Work around Python < 2.6 behaviour, which does not generate NL after 504 if (parens[row] and token_type not in (tokenize.NL, tokenize.COMMENT) 755 if token_type == tokenize.NL: 807 elif token_type != tokenize.NL: [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 287 const char *NL, const char *Sep) override;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 202 const char *NL, const char *Sep) const override; [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 201 RET(NL);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 37 NL = '\n' 105 # data after the final RE. In the case of a NL/CR terminated string,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 37 NL = '\n' 105 # data after the final RE. In the case of a NL/CR terminated string,
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerManager.cpp | 581 const char *NL, const char *Sep) { 584 I->second->printState(Out, State, NL, Sep);
|
/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;
|