/toolchain/binutils/binutils-2.25/binutils/ |
mcparse.y | 53 %token NL 311 lang: MCLANGUAGE lex_want_nl '=' MCTOKEN NL 315 | MCLANGUAGE lex_want_nl '=' MCIDENT NL
|
/external/llvm/tools/obj2yaml/ |
macho2yaml.cpp | 431 MachOYAML::NListEntry NL; 432 NL.n_strx = nlist.n_strx; 433 NL.n_type = nlist.n_type; 434 NL.n_sect = nlist.n_sect; 435 NL.n_desc = nlist.n_desc; 436 NL.n_value = nlist.n_value; 437 return NL;
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
offset_token.py | 89 # Strip leading NL tokens. 90 while offset_tokens[0].type == tokenize.NL:
|
snippet.py | 228 tokens[0].type == tokenize.COMMENT or tokens[0].type == tokenize.NL):
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SubEngine.h | 159 const char *NL, const char *Sep) = 0;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
feedTools.jar | |
/external/clang/lib/StaticAnalyzer/Core/ |
ProgramState.cpp | 423 const char *NL, const char *Sep) const { 426 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); 429 Env.print(Out, NL, Sep); 432 Mgr.getConstraintManager().print(this, Out, NL, Sep); 435 Mgr.getOwningEngine()->printState(Out, this, NL, Sep); 447 const char *NL, const char *Sep) const { 451 Out <<"Tainted Symbols:" << NL; 454 Out << I->first << " : " << I->second << NL;
|
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.cpp | 492 unsigned NL = std::distance(LStart, LE); 494 SmallVector<DiffEntry, 20> Paths1(NL+1); 495 SmallVector<DiffEntry, 20> Paths2(NL+1); 507 for (unsigned I = 0; I != NL+1; ++I) { 544 SmallVectorImpl<char> &Path = Cur[NL].Path;
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
DifferenceEngine.cpp | 492 unsigned NL = std::distance(LStart, LE); 494 SmallVector<DiffEntry, 20> Paths1(NL+1); 495 SmallVector<DiffEntry, 20> Paths2(NL+1); 507 for (unsigned I = 0; I != NL+1; ++I) { 544 SmallVectorImpl<char> &Path = Cur[NL].Path;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
driver.py | 59 if type in (tokenize.COMMENT, tokenize.NL):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
checkappend.py | 114 JUNK=(tokenize.COMMENT, tokenize.NL),
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ANTLRxxxxStreamFixture.cs | 55 + "parser grammar p;" + NL 56 + "prog : WHILE ID LCURLY (assign)* RCURLY EOF;" + NL 57 + "assign : ID ASSIGN expr SEMI ;" + NL 58 + "expr : INT | FLOAT | ID ;" + NL;
|
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 149 * meaning "New Line" (NL), a format effector which controls the 163 public static final byte NL = 10;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 365 case SystemZCC::NL: return get(SystemZ::JNL); 386 case SystemZ::JNL: return SystemZCC::NL; 401 case SystemZCC::L: return SystemZCC::NL; 408 case SystemZCC::NL: return SystemZCC::L;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/curses/ |
ascii.py | 15 NL = 0x0a # ^J
|
/prebuilts/gdb/linux-x86/lib/python2.7/curses/ |
ascii.py | 15 NL = 0x0a # ^J
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 15 NL = 0x0a # ^J
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 15 NL = 0x0a # ^J
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
header.py | 22 NL = '\n'
375 joiner = NL + self._continuation_ws
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
header.py | 22 NL = '\n' 375 joiner = NL + self._continuation_ws
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
header.py | 22 NL = '\n' 375 joiner = NL + self._continuation_ws
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
header.py | 22 NL = '\n' 375 joiner = NL + self._continuation_ws
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 22 NL = '\n' 375 joiner = NL + self._continuation_ws
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
dlg_p.g | 158 #token NL "\\n" << zzlextext[0] = '\n';>>
398 | NL <<$$.letter = $1.letter - MIN_CHAR;>>
|