HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 120 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
    [all...]
  /external/icu/icu4c/source/common/
uprops.h 332 NL =0x0085,
uchar.c 204 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
680 USET_ADD_CP_AND_NEXT(sa, NL);
  /external/libopus/silk/
structs.h 69 opus_int32 NL[ VAD_N_BANDS ]; /* Noise energy level in each band */
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
driver.py 59 if type in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/gdb/darwin-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/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 384 elif ttype not in (tokenize.COMMENT, tokenize.NL):
429 token.NEWLINE, tokenize.NL]:
  /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 527 auto NL = ApplyDebugLocation::CreateEmpty(*this);
578 auto NL = ApplyDebugLocation::CreateEmpty(*this);
  /external/eigen/blas/testing/
cblat2.f 475 $ NL, NS
558 NL = M
561 NL = N
566 LX = ABS( INCX )*NL
571 CALL CMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
572 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
573 IF( NL.GT.1 )THEN
574 X( NL/2 ) = ZERO
575 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
zblat2.f 477 $ NL, NS
560 NL = M
563 NL = N
568 LX = ABS( INCX )*NL
573 CALL ZMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
574 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
575 IF( NL.GT.1 )THEN
576 X( NL/2 ) = ZERO
577 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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+)?
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_a.c 282 NLA = 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+)?

Completed in 1098 milliseconds

1 2 3 45 6 7 8 91011>>