HomeSort by relevance Sort by last modified time
    Searched refs:CR (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 95 if (e.stateMask == SWT.CTRL && e.keyCode == SWT.CR) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 11 var CR = "\n";
131 print( string + BR + CR );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 11 var CR = "\n";
129 print( string + BR + CR );
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN,
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 216 // discard CR if found
218 if (this.linebuffer.byteAt(l - 1) == HTTP.CR) {
244 if (pos > off && this.buffer[pos - 1] == HTTP.CR) {
245 // skip CR if found
AbstractSessionOutputBuffer.java 54 private static final byte[] CRLF = new byte[] {HTTP.CR, HTTP.LF};
  /frameworks/native/include/utils/
List.h 271 template <class> class CR
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /system/core/include/sysutils/
List.h 272 template <class> class CR
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /system/netd/
List.h 272 template <class> class CR
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAGBuilder.h 428 bool handleSmallSwitchRange(CaseRec& CR,
433 bool handleJTSwitchCase(CaseRec& CR,
438 bool handleBTSplitSwitchCase(CaseRec& CR,
443 bool handleBitTestsSwitchCase(CaseRec& CR,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 16 var CR = "\n";
139 print( string + BR + CR );
  /external/icu4c/common/
uchar.c 204 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
208 (c<=0x1f && c>=TAB && (c<=CR || c>=0x1c))
671 sa->add(sa->set, CR+1); /* range TAB..CR */
uprops.h 307 CR =0x000d,
ubidiimp.h 126 #define CR 0x000D
  /packages/apps/Email/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 269 if (e.keyCode == SWT.CR) {
  /external/opencv/cxcore/src/
cxconvert.cpp 404 tab->fn_2d[CV_8U] = (void*)icvCopy##_8u_##FROM##TO##CR; \
405 tab->fn_2d[CV_8S] = (void*)icvCopy##_8u_##FROM##TO##CR; \
406 tab->fn_2d[CV_16U] = (void*)icvCopy##_16s_##FROM##TO##CR; \
407 tab->fn_2d[CV_16S] = (void*)icvCopy##_16s_##FROM##TO##CR; \
408 tab->fn_2d[CV_32S] = (void*)icvCopy##_32f_##FROM##TO##CR; \
409 tab->fn_2d[CV_32F] = (void*)icvCopy##_32f_##FROM##TO##CR; \
410 tab->fn_2d[CV_64F] = (void*)icvCopy##_64f_##FROM##TO##CR; \
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 526 os << "StaticGlobalsMemSpace{" << CR << '}';
642 const CodeTextRegion *CR) {
643 if (!CR) {
653 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR];
658 new (R) StaticGlobalSpaceRegion(this, CR);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 108 unsigned char *lum, unsigned char *cr,
112 unsigned char *lum, unsigned char *cr,
126 unsigned char *lum, unsigned char *cr,
130 unsigned char *lum, unsigned char *cr,
136 unsigned char *lum, unsigned char *cr,
163 cr_r = 0*768+256 + colortab[ *cr + 0*256 ];
164 crb_g = 1*768+256 + colortab[ *cr + 1*256 ]
167 ++cr; ++cb;
206 unsigned char *lum, unsigned char *cr,
235 cr_r = 0*768+256 + colortab[ *cr + 0*256 ]
    [all...]
  /external/v8/test/mjsunit/
debug-sourceinfo.js 29 // For this test to work this file MUST have CR LF line endings.
71 // to trailing <CR><LF>).
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 225 const CodeTextRegion *CR;
227 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
228 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
235 const CodeTextRegion *getCodeRegion() const { return CR; }
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 204 } else if (event.character == SWT.CR || event.character == ' ') {
  /external/tinyxml2/
tinyxml2.cpp 35 static const char CARRIAGE_RETURN = (char)0x0d; // CR gets filtered out
36 static const char CR = CARRIAGE_RETURN;
171 if ( (flags & NEEDS_NEWLINE_NORMALIZATION) && *p == CR ) {
172 // CR-LF pair becomes LF
173 // CR alone becomes LF
174 // LF-CR becomes LF
184 if ( *(p+1) == CR ) {
    [all...]

Completed in 1206 milliseconds

12 3 4 5