HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 76 - 100 of 253) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
driver.py 59 if type in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/gdb/linux-x86/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/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/cblas/testing/
c_cblat2.f 500 $ NL, NS
591 NL = M
594 NL = N
599 LX = ABS( INCX )*NL
604 CALL CMAKE( 'ge', ' ', ' ', 1, NL, X, 1, XX,
605 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
606 IF( NL.GT.1 )THEN
607 X( NL/2 ) = ZERO
608 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
c_zblat2.f 501 $ NL, NS
592 NL = M
595 NL = N
600 LX = ABS( INCX )*NL
605 CALL ZMAKE( 'ge', ' ', ' ', 1, NL, X, 1, XX,
606 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
607 IF( NL.GT.1 )THEN
608 X( NL/2 ) = ZERO
609 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 508 auto NL = ApplyDebugLocation::CreateEmpty(*this);
559 auto NL = ApplyDebugLocation::CreateEmpty(*this);
  /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...]
  /external/icu/icu4c/source/common/
uchar.c 202 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
672 USET_ADD_CP_AND_NEXT(sa, NL);
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 120 elif ch == curses.ascii.NL: # ^j
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/lib/python2.7/curses/
textpad.py 120 elif ch == curses.ascii.NL: # ^j
  /prebuilts/gdb/linux-x86/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/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 867 const jsize NL = outLongs ? env->GetArrayLength(outLongs) : 0;
875 if (formatData == NULL || (NL > 0 && longsData == NULL)
955 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
    [all...]

Completed in 860 milliseconds

1 2 34 5 6 7 8 91011