Home
last modified time | relevance | path

Searched defs:LF (Results 1 – 25 of 57) sorted by relevance

123

/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DStrictLineReader.java47 private static final byte LF = (byte) '\n'; field in StrictLineReader
/external/apache-http/src/org/apache/http/protocol/
DHTTP.java51 public static final int LF = 10; // <US-ASCII LF, linefeed (10)> field in HTTP
/external/openfst/src/include/fst/
Dlookahead-filter.h651 typedef LookAheadComposeFilter<SF, M> LF; typedef
664 typedef LookAheadComposeFilter<SF, M> LF; typedef
677 typedef LookAheadComposeFilter<SF, M> LF; typedef
690 typedef LookAheadComposeFilter<SF, M> LF; typedef
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp477 if (Function *LF = F->Codegen()) { in HandleDefinition() local
502 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/icu/icu4c/source/test/intltest/
Didnaconf.cpp133 static const UChar LF = 0x0a; in isNewlineMark() local
/external/icu/icu4c/source/tools/genrb/
Dread.c35 #define LF 0x000A macro
Dwrtxml.cpp366 #define LF 0x000D macro
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp761 if (Function *LF = F->Codegen()) { in HandleDefinition() local
786 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp801 if (Function *LF = F->Codegen()) { in HandleDefinition() local
826 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/guava/guava/src/com/google/common/base/
DAscii.java156 public static final byte LF = 10; field in Ascii
/external/llvm/lib/MC/
DMCAssembler.cpp790 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local
1034 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
1263 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp916 if (Function *LF = F->Codegen()) { in HandleDefinition() local
941 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1089 if (Function *LF = F->Codegen()) { in HandleDefinition() local
1114 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1014 if (Function *LF = F->Codegen()) { in HandleDefinition() local
1043 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
Dtoy.cpp1297 if (Function *LF = F->Codegen()) { in HandleDefinition() local
1326 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1032 if (Function *LF = F->Codegen()) { in HandleDefinition() local
1061 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
Dtoy.cpp1399 if (Function *LF = F->Codegen()) { in HandleDefinition() local
1428 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/lldb/test/pexpect-2.4/
Dscreen.py16 LF = 10 # Line feed. variable
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1256 if (Function *LF = F->Codegen()) { in HandleDefinition() local
1285 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/icu/icu4c/source/common/
Duprops.h305 LF =0x000a, enumerator
Ducnvisci.c50 #define LF 0x0A macro
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1478 Function *LF = F->Codegen(); in HandleDefinition() local
1505 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java43 private static final short LF = 0x0a; field in CharsetISCII
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2986 LSRFixup &LF = getNewFixup(); in CollectFixupsAndInitialFormulae() local
3177 LSRFixup &LF = getNewFixup(); in CollectLoopInvariantFixupsAndFormulae() local
4454 const LSRFixup &LF, in AdjustInsertPositionForExpand()
4518 Value *LSRInstance::Expand(const LSRFixup &LF, in Expand()
4706 const LSRFixup &LF, in RewriteForPHI()
4781 void LSRInstance::Rewrite(const LSRFixup &LF, in Rewrite()
/external/jetty/src/java/org/eclipse/jetty/util/
DTypeUtil.java49 public static int LF = '\012'; field in TypeUtil

123