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

1 23 4 5 6

  /external/libopus/silk/
structs.h 69 opus_int32 NL[ VAD_N_BANDS ]; /* Noise energy level in each band */
  /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...]
  /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 203 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
649 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 690 "fmt", "%O%n%N%n%A%nL-%Z %C",
851 NL(new String[]{
1054 "lang", "nl",
1055 "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/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);

Completed in 1123 milliseconds

1 23 4 5 6