/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy-jit.cpp | 1028 if (Function *LF = F->Codegen()) { 1031 LF->dump(); 1057 if (Function *LF = F->Codegen()) { 1059 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); [all...] |
toy.cpp | [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy-jit.cpp | 1010 if (Function *LF = F->Codegen()) { 1013 LF->dump(); 1039 if (Function *LF = F->Codegen()) { 1041 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); [all...] |
toy.cpp | [all...] |
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 1007 if (Function *LF = F->Codegen()) { 1009 LF->dump(); 1032 if (Function *LF = F->Codegen()) { 1034 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); [all...] |
/external/syslinux/gpxe/src/usr/ |
pxemenu.c | 249 if ( ( key == CR ) || ( key == LF ) ) {
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
gofmt_test.go | 157 const input = "testdata/crlf.input" // must contain CR/LF's 165 t.Errorf("%s contains no CR/LF's", input)
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
gofmt_test.go | 157 const input = "testdata/crlf.input" // must contain CR/LF's 165 t.Errorf("%s contains no CR/LF's", input)
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | [all...] |
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/ |
disklrucache-SNAPSHOT.jar | |
/external/icu/icu4c/source/i18n/ |
rbt_pars.cpp | [all...] |
/external/python/cpython3/Tools/scripts/ |
reindent.py | 11 (--newline) Newline. Specify the newline character to use (CRLF, LF). 88 if not a.upper() in ('CRLF', 'LF'): 91 spec_newline = dict(CRLF='\r\n', LF='\n')[a.upper()]
|
/external/syslinux/gpxe/src/hci/tui/ |
settings_ui.c | 369 case LF:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
_codecs_iso2022.c | 38 #define LF 0x0A
474 case LF:
476 WRITE1(LF)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
_codecs_iso2022.c | 38 #define LF 0x0A
474 case LF:
476 WRITE1(LF)
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
UniClassObject.py | 40 LF = u'\u000A'
426 Line = Line.replace(u'\\r\\n', CR + LF)
427 Line = Line.replace(u'\\n', CR + LF)
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
miniterm.py | 6 # Input characters are sent directly (only LF -> CR/LF/CRLF translation is 84 LF = serial.to_bytes([10]) 113 return LF 163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF) 164 LF_MODES = ('LF', 'CR', 'CR/LF') 540 help = "do not send CR+LF, send CR only", 544 group.add_option("--lf", 545 dest = "lf", [all...] |
/external/python/cpython2/Modules/cjkcodecs/ |
_codecs_iso2022.c | 38 #define LF 0x0A 474 case LF: 476 WRITE1(LF) [all...] |
/external/python/cpython3/Modules/cjkcodecs/ |
_codecs_iso2022.c | 38 #define LF 0x0A 475 case LF: 477 OUTCHAR(LF); [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
UniClassObject.py | 45 LF = u'\u000A'
538 Line = Line.replace(u'\\r\\n', CR + LF)
539 Line = Line.replace(u'\\n', CR + LF)
[all...] |
/external/icu/icu4c/source/common/ |
ubidiimp.h | 132 #define LF 0x000A
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp.go | 423 // validateLine checks to see if a line has CR or LF as per RFC 5321 426 return errors.New("smtp: A line must not contain CR or LF")
|
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp.go | 423 // validateLine checks to see if a line has CR or LF as per RFC 5321 426 return errors.New("smtp: A line must not contain CR or LF")
|
/external/icu/icu4c/source/tools/genrb/ |
wrtxml.cpp | 294 /* Disallow C0 controls except TAB, CR, LF*/ 368 #define LF 0x000D 387 case LF: [all...] |