Searched refs:c2 (Results 276 - 300 of 933) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp11 char c2{x}; // expected-error {{ cannot be narrowed }} expected-note {{silence}}
155 Agg<char> c2 = {127}; // OK local
212 Agg<const unsigned char> c2 = {j}; // expected-error {{from type 'int' to 'const unsigned char' in}} expected-note {{silence}} local
H A Dp7-cxx11-nowarn.cpp12 char c2{x}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}}
153 Agg<char> c2 = {127}; // OK local
196 Agg<const unsigned char> c2 = {j}; // expected-warning {{from type 'int' to 'const unsigned char' in}} expected-note {{silence}} local
/external/guava/guava/src/com/google/common/base/
H A DAscii.java643 char c2 = s2.charAt(i);
644 if (c1 == c2) {
650 if (alphaIndex < 26 && alphaIndex == getAlphaIndex(c2)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatin.java698 int c2;
700 c2 = s16.charAt(nextIndex++);
701 if(c2 > LATIN_MAX) {
702 if(PUNCT_START <= c2 && c2 < PUNCT_LIMIT) {
703 c2 = c2 - PUNCT_START + LATIN_LIMIT; // 2000..203F -> 0180..01BF
704 } else if(c2 == 0xfffe || c2 == 0xffff) {
705 c2
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DAsciiUtil.java25 char c2 = s2.charAt(i);
26 if (c1 != c2 && toLower(c1) != toLower(c2)) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DAsciiUtil.java21 char c2 = s2.charAt(i);
22 if (c1 != c2 && toLower(c1) != toLower(c2)) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DCollatorTest.java29 Collator c2 = Collator.getInstance();
30 c2.setStrength(Collator.SECONDARY);
33 testEHCS(c, c2, cn);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java694 int c2;
696 c2 = s16.charAt(nextIndex++);
697 if(c2 > LATIN_MAX) {
698 if(PUNCT_START <= c2 && c2 < PUNCT_LIMIT) {
699 c2 = c2 - PUNCT_START + LATIN_LIMIT; // 2000..203F -> 0180..01BF
700 } else if(c2 == 0xfffe || c2 == 0xffff) {
701 c2
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DAsciiUtil.java21 char c2 = s2.charAt(i);
22 if (c1 != c2 && toLower(c1) != toLower(c2)) {
/external/libcxxabi/test/
H A Dcatch_class_03.pass.cpp164 catch (const C2& c2) // can catch C2
166 assert(c2.id_ == 3);
167 assert(static_cast<const B&>(c2).id_ == 1);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_mips.cc583 const int c2 = 0x2AAA; local
608 "mul $t6, $t6, %[c2] \n" // t6 * 0x2AAA
642 : [c1] "r" (c1), [c2] "r" (c2)
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c146 int a2, b2, c2, d2; local
177 c2 = a1 - b1;
182 op[2] = (c2 + 3) >> 3;
/external/lzma/C/
H A DCpuArch.c63 UInt32 a2, b2, c2, d2; local
71 __asm mov c2, ECX; local
76 *c = c2;
/external/opencv/cv/src/
H A Dcvsegmentation.cpp339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local
446 int c0, c1, c2; local
451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2];
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
527 tab[s2 - c2
[all...]
/external/opencv3/modules/imgproc/src/
H A Dsegmentation.cpp356 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
429 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local
449 int c0, c1, c2; local
454 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2];
481 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
487 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
493 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
499 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
509 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
531 tab[s2 - c2
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h135 inline FX_BOOL operator==(const CPWL_Color& c1, const CPWL_Color& c2) { argument
136 return c1.nColorType == c2.nColorType && c1.fColor1 - c2.fColor1 < 0.0001 &&
137 c1.fColor1 - c2.fColor1 > -0.0001 &&
138 c1.fColor2 - c2.fColor2 < 0.0001 &&
139 c1.fColor2 - c2.fColor2 > -0.0001 &&
140 c1.fColor3 - c2.fColor3 < 0.0001 &&
141 c1.fColor3 - c2.fColor3 > -0.0001 &&
142 c1.fColor4 - c2.fColor4 < 0.0001 && c1.fColor4 - c2
145 operator !=(const CPWL_Color& c1, const CPWL_Color& c2) argument
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jchuff.c714 int c1, c2; local
745 /* Find the next smallest nonzero frequency, set c2 = its symbol */
747 c2 = -1;
752 c2 = i;
757 if (c2 < 0)
761 freq[c1] += freq[c2];
762 freq[c2] = 0;
771 others[c1] = c2; /* chain c2 onto c1's tree branch */
773 /* Increment the codesize of everything in c2'
[all...]
/external/testng/src/main/java/org/testng/internal/
H A DMethodInheritance.java138 Class c2 = m2.getRealClass();
140 return c1 == null ? c2 == null : c1.equals(c2);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXStringForFSB.java485 char c2 = xstr.charAt(j);
487 if (c1 != c2)
489 return c1 - c2;
531 char c2 = Character.toLowerCase(xstr.charAt(j));
533 if (c1 != c2)
535 return c1 - c2;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc126 unsigned c2 = *s2; local
127 if (c1 != c2) return (c1 < c2) ? -1 : 1;
138 unsigned c2 = *s2; local
139 if (c1 != c2) return (c1 < c2) ? -1 : 1;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java613 * @param c2 code unit to write
616 short c2) {
619 out.writeShort(c2);
628 * @param c2 code unit to write
632 short c2, short c3) {
635 out.writeShort(c2);
645 * @param c2 code unit to write
650 short c2, short c3, short c4) {
653 out.writeShort(c2);
615 write(AnnotatedOutput out, short c0, short c1, short c2) argument
631 write(AnnotatedOutput out, short c0, short c1, short c2, short c3) argument
649 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dseam_finders.hpp148 Point c2 = corners_[l.second] + Point(src_[l.second].cols / 2, src_[l.second].rows / 2); local
149 int d1 = (c1 - c2).dot(c1 - c2);
152 c2 = corners_[r.second] + Point(src_[r.second].cols / 2, src_[r.second].rows / 2);
153 int d2 = (c1 - c2).dot(c1 - c2);
/external/skia/gm/
H A Ddisplacement.cpp31 SkColor c2 = sk_tool_utils::color_to_565(0xFF804020); variable
34 sk_tool_utils::create_checkerboard_bitmap(80, 80, c1, c2, 8)));
36 sk_tool_utils::create_checkerboard_bitmap(64, 64, c1, c2, 8)));
38 sk_tool_utils::create_checkerboard_bitmap(96, 96, c1, c2, 8)));
40 SkImage::NewFromBitmap(sk_tool_utils::create_checkerboard_bitmap(96, 64, c1, c2, 8)));
42 sk_tool_utils::create_checkerboard_bitmap(64, 96, c1, c2, 8)));
/external/webp/src/dsp/
H A Dlossless_mips_dsp_r2.c94 uint32_t c2) {
101 "preceu.ph.qbr %[temp5], %[c2] \n\t"
102 "preceu.ph.qbl %[temp0], %[c2] \n\t"
112 : [c0]"r"(c0), [c1]"r"(c1), [c2]"r"(c2)
119 uint32_t c2) {
123 "preceu.ph.qbr %[temp3], %[c2] \n\t"
126 "preceu.ph.qbl %[temp4], %[c2] \n\t"
142 : [c0]"r"(c0), [c1]"r"(c1), [c2]"r"(c2)
93 ClampedAddSubtractFull(uint32_t c0, uint32_t c1, uint32_t c2) argument
118 ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, uint32_t c2) argument
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_gce.py65 c2 = Credentials.new_from_json(json)
67 self.assertEqual(c.access_token, c2.access_token)

Completed in 898 milliseconds

<<11121314151617181920>>