HomeSort by relevance Sort by last modified time
    Searched defs:CR (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
pointer-signext.c 10 #define CR(Record, TYPE, Field) \
30 Entry = CR (Link, MEMORY_MAP, Link);
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 36 private static void checkEq(CR x, CR y, String s) {
44 private static boolean isApprInt(CR x) {
49 final static CR ZERO = CR.valueOf(0);
50 final static CR ONE = CR.valueOf(1);
51 final static CR TWO = CR.valueOf(2);
52 final static CR BIG = CR.valueOf(200).exp()
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
StrictLineReader.java 46 private static final byte CR = (byte) '\r';
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i;
151 int length = (count > 0 && buf[count - 1] == CR) ? count - 1 : count;
  /external/llvm/lib/Support/
ConvertUTFWrapper.cpp 68 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd,
71 if (CR != conversionOK)
118 ConversionResult CR =
120 assert(CR != targetExhausted);
122 if (CR != conversionOK) {
156 ConversionResult CR =
158 assert(CR != targetExhausted);
160 if (CR != conversionOK) {
  /libcore/luni/src/main/java/libcore/io/
StrictLineReader.java 46 private static final byte CR = (byte)'\r';
166 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i;
177 int length = (count > 0 && buf[count - 1] == CR) ? count - 1 : count;
  /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/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...]
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 212 CallRecord &CR = *I;
213 if (CR.second == Callee && CR.first == nullptr) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 31 CR = '\r'
33 CRLF = CR+LF
110 # server can send any combination of CR & LF
112 # so only possibilities are ...LF, ...CRLF, CR...LF
115 if line[0] == CR:
376 if line[0] == CR:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 31 CR = '\r'
33 CRLF = CR+LF
110 # server can send any combination of CR & LF
112 # so only possibilities are ...LF, ...CRLF, CR...LF
115 if line[0] == CR:
376 if line[0] == CR:
  /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 190 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/jetty/src/java/org/eclipse/jetty/util/
TypeUtil.java 48 public static int CR = '\015';
512 if (ch==CR || ch==LF)
528 if (ch==CR && in.available()>=1 && in.markSupported())
  /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/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...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 18 CR = 0x0d # ^M
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 18 CR = 0x0d # ^M
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 102 static LVILatticeVal getRange(ConstantRange CR) {
104 Res.markConstantRange(CR);
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 31 import com.hp.creals.CR;
86 public CR CRValue() {
87 return CR.valueOf(mNum).divide(CR.valueOf(mDen));
393 throw new CR.AbortedException();
427 throw new CR.AbortedException();
463 throw new CR.AbortedException();
467 throw new CR.AbortedException();
  /external/icu/icu4c/source/common/
uprops.h 307 CR =0x000d,

Completed in 796 milliseconds

1 2 3 4 5 6