/external/clang/test/CodeGen/ |
pointer-signext.c | 10 #define CR(Record, TYPE, Field) \ 30 Entry = CR (Link, MEMORY_MAP, Link);
|
/external/llvm/lib/Support/ |
ConvertUTFWrapper.cpp | 68 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd, 71 if (CR != conversionOK) 117 ConversionResult CR = 119 assert(CR != targetExhausted); 121 if (CR != conversionOK) {
|
/external/apache-http/src/org/apache/http/protocol/ |
HTTP.java | 50 public static final int CR = 13; // <US-ASCII CR, carriage return (13)> 98 return ch == SP || ch == HT || ch == CR || ch == LF;
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.c | 34 #define CR 0x000D 185 if(c == CR || c == LF){ 198 if(c == CR || c == LF){ 199 if(isNLUnescaped == FALSE && prevC!=CR){
|
parse.cpp | 41 #define CR 0x000D 371 while(c != CR && c != LF) { 387 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF)) [all...] |
wrtxml.cpp | 282 /* Disallow C0 controls except TAB, CR, LF*/ 355 #define CR 0x000A 373 case CR: [all...] |
/external/icu/icu4c/source/tools/genrb/ |
read.c | 34 #define CR 0x000D 185 if(c == CR || c == LF){ 198 if(c == CR || c == LF){ 199 if(isNLUnescaped == FALSE && prevC!=CR){
|
parse.cpp | 60 #define CR 0x000D 393 while(c != CR && c != LF) { 409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF)) [all...] |
wrtxml.cpp | 292 /* Disallow C0 controls except TAB, CR, LF*/ 365 #define CR 0x000A 383 case CR: [all...] |
/external/llvm/lib/Analysis/IPA/ |
CallGraph.cpp | 212 CallRecord &CR = *I; 213 if (CR.second == Callee && CR.first == nullptr) {
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
getonescriptspan.cc | 61 #define CR 16 // <cr> or <lf> 68 NL,NL,NL,NL, NL,NL,NL,NL, NL,NL,CR,NL, NL,CR,NL,NL, 105 #undef CR 126 // < > ! - " ' / S C R I P T Y L E CR NL PL xx 141 // < > ! - " ' / S C R I P T Y L E CR NL PL xx 158 // < > ! - " ' / S C R I P T Y L E CR NL PL xx
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.cpp | 135 static const UChar CR = 0x0d; 137 // CR LF 138 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){ 142 // CR or LF 143 if ( c == CR || c == LF) {
|
/external/chromium_org/third_party/pexpect/ |
screen.py | 35 CR = 13 # Move cursor to left margin or newline. 119 def cr (self): member in class:screen 143 self.cr ()
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.cpp | 1047 // CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A)... 1049 // * CR+LF: DEC RT-11 and most other early non-Unix, non-IBM OSes, CP/M, MP/M, DOS, OS/2, Microsoft Windows, Symbian OS 1050 // * CR: Commodore 8-bit machines, Apple II family, Mac OS up to version 9 and OS-9 1054 const char CR = 0x0d; 1063 if ( *p == CR ) { 1066 if ( *p == LF ) { // check for CR+LF (and skip LF) [all...] |
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
miniterm.py | 6 # Input characters are sent directly (only LF -> CR/LF/CRLF translation is 85 CR = serial.to_bytes([13]) 112 if z == CR: 163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF) 164 LF_MODES = ('LF', 'CR', 'CR/LF') 537 group.add_option("--cr", 538 dest = "cr", 540 help = "do not send CR+LF, send CR only" [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RangeConstraintManager.cpp | 372 ConstraintRangeTy CR = state->get<ConstraintRange>(); 375 for (ConstraintRangeTy::iterator I = CR.begin(), E = CR.end(); I != E; ++I) { 378 CR = CRFactory.remove(CR, sym); 381 return state->set<ConstraintRange>(CR);
|
MemRegion.cpp | 537 os << "StaticGlobalsMemSpace{" << CR << '}'; 690 const CodeTextRegion *CR) { 691 if (!CR) { 701 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR]; 706 new (R) StaticGlobalSpaceRegion(this, CR); [all...] |
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 185 public static final byte CR = 13;
|
/external/icu/icu4c/source/test/intltest/ |
idnaconf.cpp | 134 static const UChar CR = 0x0d; 136 // CR LF 137 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){ 141 // CR or LF 142 if ( c == CR || c == LF) {
|
/external/lldb/test/pexpect-2.4/ |
screen.py | 19 CR = 13 # Move cursor to left margin or newline. 103 def cr (self): member in class:screen 127 self.cr ()
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
serialutil.py | 83 CR = to_bytes([13])
|
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 100 static LVILatticeVal getRange(ConstantRange CR) { 102 Res.markConstantRange(CR); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uprops.h | 307 CR =0x000d,
|
/external/icu/icu4c/source/common/ |
uprops.h | 307 CR =0x000d,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
autopep8.py | 71 CR = '\r' 718 cr = '\n' 719 self.source[result['line'] - 1] = cr + self.source[result['line'] - 1] 724 cr = '\n' * add_linenum 725 self.source[result['line'] - 1] = cr + self.source[result['line'] - 1] [all...] |