Searched defs:CR (Results 1 - 25 of 72) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dpointer-signext.c10 #define CR(Record, TYPE, Field) \ macro
30 Entry = CR (Link, MEMORY_MAP, Link);
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DStrictLineReader.java46 private static final byte CR = (byte) '\r'; field in class:StrictLineReader
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/include/llvm/IR/
H A DConstantRange.h133 bool contains(const ConstantRange &CR) const;
169 bool operator==(const ConstantRange &CR) const {
170 return Lower == CR.Lower && Upper == CR.Upper;
172 bool operator!=(const ConstantRange &CR) const {
173 return !operator==(CR);
181 ConstantRange difference(const ConstantRange &CR) const;
190 ConstantRange intersectWith(const ConstantRange &CR) const;
198 ConstantRange unionWith(const ConstantRange &CR) const;
282 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) { argument
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java50 public static final int CR = 13; // <US-ASCII CR, carriage return (13)> field in class:HTTP
98 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/llvm/lib/Analysis/
H A DCallGraph.cpp235 CallRecord &CR = *I; local
236 if (CR.second == Callee && CR.first == nullptr) {
H A DLazyValueInfo.cpp103 static LVILatticeVal getRange(ConstantRange CR) { argument
105 Res.markConstantRange(CR);
1215 ConstantRange CR = Result.getConstantRange(); local
1216 if (const APInt *SingleVal = CR.getSingleElement())
1234 ConstantRange CR = Result.getConstantRange(); local
1235 if (const APInt *SingleVal = CR.getSingleElement())
1260 ConstantRange CR = Result.getConstantRange();
1262 if (!CR.contains(CI->getValue()))
1265 if (CR.isSingleElement() && CR
[all...]
/external/llvm/lib/Support/
H A DConvertUTFWrapper.cpp68 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd, local
71 if (CR != conversionOK)
118 ConversionResult CR = local
120 assert(CR != targetExhausted);
122 if (CR != conversionOK) {
156 ConversionResult CR = local
158 assert(CR != targetExhausted);
160 if (CR != conversionOK) {
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py6 # Input characters are sent directly (only LF -> CR/LF/CRLF translation is
85 CR = serial.to_bytes([13]) variable
112 if z == CR:
163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF)
164 LF_MODES = ('LF', 'CR', 'CR/LF')
540 help = "do not send CR+LF, send CR only",
547 help = "do not send CR+LF, send LF only",
/external/guava/guava/src/com/google/common/base/
H A DAscii.java190 public static final byte CR = 13; field in class:Ascii
/external/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp134 static const UChar CR = 0x0d; local
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/icu/icu4c/source/tools/genrb/
H A Dread.c34 #define CR 0x000D macro
185 if(c == CR || c == LF){
198 if(c == CR || c == LF){
199 if(isNLUnescaped == FALSE && prevC!=CR){
H A Dwrtxml.cpp292 /* Disallow C0 controls except TAB, CR, LF*/
365 #define CR 0x000A macro
383 case CR:
/external/jetty/src/java/org/eclipse/jetty/util/
H A DTypeUtil.java48 public static int CR = '\015'; field in class:TypeUtil
512 if (ch==CR || ch==LF)
528 if (ch==CR && in.available()>=1 && in.markSupported())
/external/llvm/lib/IR/
H A DConstantRange.cpp55 const ConstantRange &CR) {
56 if (CR.isEmptySet())
57 return CR;
59 uint32_t W = CR.getBitWidth();
64 return CR;
66 if (CR.isSingleElement())
67 return ConstantRange(CR.getUpper(), CR.getLower());
70 APInt UMax(CR.getUnsignedMax());
76 APInt SMax(CR
54 makeAllowedICmpRegion(CmpInst::Predicate Pred, const ConstantRange &CR) argument
120 makeSatisfyingICmpRegion(CmpInst::Predicate Pred, const ConstantRange &CR) argument
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1047 // 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; local
1063 if ( *p == CR ) {
1066 if ( *p == LF ) { // check for CR+LF (and skip LF)
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py83 CR = to_bytes([13]) variable
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp403 ConstraintRangeTy CR = state->get<ConstraintRange>(); local
406 for (ConstraintRangeTy::iterator I = CR.begin(), E = CR.end(); I != E; ++I) {
409 CR = CRFactory.remove(CR, sym);
412 return state->set<ConstraintRange>(CR);
/external/crcalc/src/com/hp/creals/
H A DCR.java138 * and <TT>get_appr</tt>. Such applications will treat <TT>CR</tt> as
140 * <TT>java.math.BigInteger</tt>. No subclasses of <TT>CR</tt>
148 * The requires the construction of a subclass of <TT>CR</tt> with
156 * be used for this purpose, since CR inherits from <TT>Number</tt>.)
164 public abstract class CR extends Number { class in inherits:Number
165 // CR is the basic representation of a number.
216 * Must be defined in subclasses of <TT>CR</tt>.
218 * not ever need to define a <TT>CR</tt> subclass.
225 * Called only with the lock on the <TT>CR</tt> object
263 public static CR valueO
[all...]
/external/icu/icu4c/source/common/
H A Duprops.h307 CR =0x000d, enumerator in enum:__anon6604
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java86 private static final char CR = '\015'; // LIU field in class:DumbTextComponent
541 contents.charAt(lim-1) == CR) --lim;
621 // final CR in line appear at START of next line.
624 // LIU: Check for special case; after CR at end of the last line
626 off > 0 && contents.length() > 0 && contents.charAt(off-1) == CR) {
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISO2022.java30 private static final byte CR = 0x0D; field in class:CharsetISO2022
939 case CR:
1192 case CR:
2030 if (sourceChar == CR || sourceChar == LF) {
2319 if (sourceChar == CR || sourceChar == LF) {
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h543 const ConstantRange &CR) {
548 Cache.insert(std::make_pair(S, CR));
550 Pair.first->second = CR;
542 setRange(const SCEV *S, RangeSignHint Hint, const ConstantRange &CR) argument
/external/opencv3/modules/videoio/src/
H A Dcap_gphoto2.cpp248 #define CR(GPHOTO2_FUN) do {\ macro
332 CR(gp_abilities_list_new(&abilitiesList));
333 CR(gp_abilities_list_load(abilitiesList, context));
336 CR(gp_port_info_list_new(&capablePorts));
337 CR(gp_port_info_list_load(capablePorts));
340 CR(gp_list_new(&allDevices));
341 CR(gp_camera_autodetect(allDevices, context));
342 CR(numDevices = gp_list_count(allDevices));
388 CR(gp_abilities_list_free(abilitiesList));
390 CR(gp_port_info_list_fre
[all...]
/external/clang/include/clang/AST/
H A DStmtOpenMP.h2129 /// \param CR Cancellation region.
2130 void setCancelRegion(OpenMPDirectiveKind CR) { CancelRegion = CR; } argument
2190 /// \param CR Cancellation region.
2191 void setCancelRegion(OpenMPDirectiveKind CR) { CancelRegion = CR; } argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h237 const CodeTextRegion *CR; member in class:clang::ento::StaticGlobalSpaceRegion
240 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
247 const CodeTextRegion *getCodeRegion() const { return CR; }

Completed in 1712 milliseconds

123