/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+)?
|
/toolchain/binutils/binutils-2.25/binutils/ |
mclex.c | 368 return NL;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCharacterProperty.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterProperty.java | [all...] |
/frameworks/base/core/jni/ |
android_util_Process.cpp | 878 const jsize NL = outLongs ? env->GetArrayLength(outLongs) : 0; 886 if (formatData == NULL || (NL > 0 && longsData == NULL) 966 if ((mode&PROC_OUT_LONG) != 0 && di < NL) { [all...] |
/external/cblas/testing/ |
c_dblat2.f | 491 $ NL, NS 582 NL = M 585 NL = N 590 LX = ABS( INCX )*NL 595 CALL DMAKE( 'ge', ' ', ' ', 1, NL, X, 1, XX, 596 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL ) 597 IF( NL.GT.1 )THEN 598 X( NL/2 ) = ZERO 599 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO [all...] |
c_sblat2.f | 491 $ NL, NS 582 NL = M 585 NL = N 590 LX = ABS( INCX )*NL 595 CALL SMAKE( 'ge', ' ', ' ', 1, NL, X, 1, XX, 596 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL ) 597 IF( NL.GT.1 )THEN 598 X( NL/2 ) = ZERO 599 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO [all...] |
/external/eigen/blas/testing/ |
dblat2.f | 465 $ NL, NS 548 NL = M 551 NL = N 556 LX = ABS( INCX )*NL 561 CALL DMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX, 562 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL ) 563 IF( NL.GT.1 )THEN 564 X( NL/2 ) = ZERO 565 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO [all...] |
sblat2.f | 465 $ NL, NS 548 NL = M 551 NL = N 556 LX = ABS( INCX )*NL 561 CALL SMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX, 562 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL ) 563 IF( NL.GT.1 )THEN 564 X( NL/2 ) = ZERO 565 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
feedparser.py | 37 NL = '\n'
105 # data after the final RE. In the case of a NL/CR terminated string,
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 390 /// \param NL The preferred representation of a newline. 393 const char *NL, const char *Sep);
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
dlg_p.c | 745 if ( (LA(1)==NL) ) {
746 zzmatch(NL);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerManager.cpp | 642 const char *NL, const char *Sep) { 645 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;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
/external/selinux/mcstrans/share/examples/nato/setrans.d/ |
eyes-only.conf | 489 ~c365=NL # Netherlands
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
pgen.py | 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
|