/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | TargetLibraryInfoTest.cpp | 69 LibFunc LF = (LibFunc)FI; in TEST_F() local 546 LibFunc LF = (LibFunc)FI; in TEST_F() local
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
D | StrictLineReader.java | 47 private static final byte LF = (byte) '\n'; field in StrictLineReader
|
/external/yapf/yapf/yapflib/ |
D | file_resources.py | 31 LF = '\n' variable
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HTTP.java | 51 public static final int LF = 10; // <US-ASCII LF, linefeed (10)> field in HTTP
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 105 LibFunc LF; in runPartiallyInlineLibCalls() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 475 if (Function *LF = F->Codegen()) { in HandleDefinition() local 500 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 488 if (Function *LF = F->Codegen()) { in HandleDefinition() local 513 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/external/icu/icu4c/source/test/intltest/ |
D | idnaconf.cpp | 135 static const UChar LF = 0x0a; in isNewlineMark() local
|
/external/icu/icu4c/source/tools/genrb/ |
D | read.c | 37 #define LF 0x000A macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAssembler.cpp | 467 MCLEBFragment &LF = cast<MCLEBFragment>(F); in WriteFragmentData() local 718 bool MCAssembler::RelaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in RelaxLEB() 923 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump() local
|
/external/python/cpython2/Lib/curses/ |
D | ascii.py | 14 LF = 0x0a # ^J variable
|
/external/python/cpython3/Lib/curses/ |
D | ascii.py | 14 LF = 0x0a # ^J variable
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | miniterm.py | 84 LF = serial.to_bytes([10]) variable
|
/external/llvm/lib/Analysis/ |
D | CallGraph.cpp | 117 if (Function *LF = LHS->getFunction()) in print() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CallGraph.cpp | 102 if (Function *LF = LHS->getFunction()) in print() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 733 if (Function *LF = F->Codegen()) { in HandleDefinition() local 758 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/external/guava/guava/src/com/google/common/base/ |
D | Ascii.java | 156 public static final byte LF = 10; field in Ascii
|
/external/python/cpython2/Lib/ |
D | poplib.py | 32 LF = '\n' variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCFragment.cpp | 423 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump() local
|
D | MCAssembler.cpp | 602 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local 932 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 514 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local 787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
|
D | MCFragment.cpp | 424 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 844 if (Function *LF = F->Codegen()) { in HandleDefinition() local 869 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/external/python/cpython3/Lib/ |
D | poplib.py | 40 LF = b'\n' variable
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 1010 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1039 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|