/external/clang/test/Misc/ |
diag-aka-types.cpp | 7 char c1 = ptr; // expected-error{{'foo_t *' (aka 'X *')}} variable
|
/external/clang/test/Sema/ |
MicrosoftExtensions.c | 12 int c1[]; /* expected-warning {{flexible array member 'c1' in a union is a Microsoft extension}} */ member in union:C::__anon4817
|
attr-aligned.c | 28 char c1[__alignof__(c) == 4 ?: -1] = {0}; variable
|
/external/clang/test/SemaCXX/ |
aggregate-initialization.cpp | 70 C c1 = { 1 }; local
|
vtable-instantiation.cc | 4 template<class T1> struct C1 { 5 virtual void c1() { function in struct:PR8640::C1 12 new C1<T2>(); // expected-note {{in instantiation of member function}}
|
/external/clang/test/SemaTemplate/ |
class-template-id.cpp | 37 N::C<int> c1;
|
instantiate-member-class.cpp | 37 X<int>::C *c1; variable 44 c1 = c2; // expected-error{{assigning to 'X<int>::C *' from incompatible type 'X<float>::C *'}}
|
/external/grub/stage2/ |
iso9660.h | 199 #define RRMAGIC(c1, c2) ((c1)|(c2) << 8) 201 #define CHECK2(ptr, c1, c2) \ 202 (*(unsigned short *)(ptr) == (((c1) | (c2) << 8) & 0xFFFF))
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastfdct4x4_neon.asm | 50 vshl.i16 q4, q4, #1 ; c1, d1 61 vshr.s16 q7, q7, #1 ;d14:temp1 = ( c1 * x_c3)>>16; d15:temp1 = (d1 * x_c3)>>16 62 vadd.s16 q8, q4, q8 ;d16:temp2 = ((c1 * x_c1)>>16) + c1; d17:temp2 = ((d1 * x_c1)>>16) + d1 78 vsub.s16 d8, d3, d4 ;c1 = ip[4]-ip[8] 91 vshr.s16 q7, q7, #1 ;d14:temp1 = ( c1 * x_c3)>>16; d15:temp1 = (d1 * x_c3)>>16 92 vadd.s16 q8, q4, q8 ;d16:temp2 = ((c1 * x_c1)>>16) + c1; d17:temp2 = ((d1 * x_c1)>>16) + d1
|
/external/llvm/test/MC/ARM/ |
thumb2.s | 192 @ CHECK: mcr p7, #1, r5, c1, c1, #4 @ encoding: [0x21,0xee,0x91,0x57] 193 mcr p7, #1, r5, c1, c1, #4 195 @ CHECK: mrc p14, #0, r1, c1, c2, #4 @ encoding: [0x11,0xee,0x92,0x1e] 196 mrc p14, #0, r1, c1, c2, #4 198 @ CHECK: mcrr p7, #1, r5, r4, c1 @ encoding: [0x44,0xec,0x11,0x57] 199 mcrr p7, #1, r5, r4, c1 201 @ CHECK: mrrc p7, #1, r5, r4, c1 @ encoding: [0x54,0xec,0x11,0x57] 202 mrrc p7, #1, r5, r4, c1 [all...] |
/external/opencv/cv/src/ |
_cvgeom.h | 63 double* a1, double* b1, double* c1,
|
/external/skia/tests/ |
ClipCubicTest.cpp | 19 const SkPoint c1[4], 22 if (SkScalarAbs(c0[i].fX - c1[i].fX) > SkFloatToScalar(tol) || 23 SkScalarAbs(c0[i].fY - c1[i].fY) > SkFloatToScalar(tol) 26 PrintCurve("c1", c1);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnMathUtils.h | 58 // Determines whether the triangles defined by the points (a1, b1, c1) 64 const FloatPoint& c1,
|
/external/icu4c/test/intltest/ |
itercoll.cpp | 95 RuleBasedCollator *c1 = NULL; local 96 c1 = new RuleBasedCollator( 99 if (c1 == NULL || U_FAILURE(status)) 102 delete c1; 107 iter = c1->createCollationElementIterator(source); 110 delete c1; 601 int32_t c1, c2, count = 0; local 606 c1 = i1.next(status); 609 if (c1 != c2) 611 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2) [all...] |
aliastst.cpp | 66 Calendar* c1 = Calendar::createInstance(oldLoc, status); local 70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status); 78 if(!(c1==c2)){ 79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())); 82 delete c1; 112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())); 133 Collator* c1 = Collator::createInstance(oldLoc, status); local 136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status); 145 if(!(c1==c2)){ 146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())) [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 600 * @param c1 code unit to write 602 protected static void write(AnnotatedOutput out, short c0, short c1) { 604 out.writeShort(c1); 612 * @param c1 code unit to write 615 protected static void write(AnnotatedOutput out, short c0, short c1, 618 out.writeShort(c1); 627 * @param c1 code unit to write 631 protected static void write(AnnotatedOutput out, short c0, short c1, 634 out.writeShort(c1); 644 * @param c1 code unit to writ [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CurrencyTest.java | 43 Currency c1 = Currency.getInstance(new Locale("en", "CA")); local 46 c1 == c0); 57 c1 = Currency.getInstance(new Locale("ja", "JP")); 60 c1 == c0); 303 Currency c1 = Currency.getInstance("EUR"); local 304 c1.getDefaultFractionDigits(); 305 assertEquals(" Currency.getInstance(\"" + c1 306 + "\") returned incorrect number of digits. ", 2, c1
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_hostmm.c | 340 EAS_U8 c1, c2; local 343 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; 352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; 369 EAS_U8 c1, c2,c3,c4; local 372 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4; 385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_hostmm.c | 340 EAS_U8 c1, c2; local 343 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; 352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; 369 EAS_U8 c1, c2,c3,c4; local 372 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4; 385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_hostmm.c | 371 EAS_U8 c1, c2; local 374 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 381 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; 383 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; 400 EAS_U8 c1, c2,c3,c4; local 403 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 414 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4; 416 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
UString.cpp | 241 const UChar* c1 = s1.characters(); 244 while (l < lmin && *c1 == *c2) { 245 c1++; 250 return (c1[0] < c2[0]); 260 const UChar* c1 = s1.characters(); 263 while (l < lmin && *c1 == *c2) { 264 c1++; 269 return (c1[0] > c2[0]);
|
/external/chromium/base/ |
command_line_unittest.cc | 171 CommandLine c1(FilePath(FILE_PATH_LITERAL("Program1"))); 172 c1.AppendSwitch("switch1"); 176 c1.AppendArguments(c2, true); 177 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value()); 178 EXPECT_TRUE(c1.HasSwitch("switch1")); 179 EXPECT_TRUE(c1.HasSwitch("switch2"));
|
/external/webkit/Source/WebCore/rendering/style/ |
StyleRareNonInheritedData.cpp | 153 ContentData* c1 = m_content.get(); local 156 while (c1 && c2) { 157 if (!c1->dataEquivalent(*c2)) 159 c1 = c1->next(); 163 return !c1 && !c2;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 560 EllipticCurve c2 = null, c1 = new EllipticCurve(new ECFieldFp( local 563 assertTrue(c1.equals(c1)); 566 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 570 assertTrue(c1.equals(c2) && c2.equals(c1)); 573 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 577 assertTrue(c1.equals(c2) && c2.equals(c1)); 580 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)) [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
EllipticCurveTest.java | 560 EllipticCurve c2 = null, c1 = new EllipticCurve(new ECFieldFp( local 563 assertTrue(c1.equals(c1)); 566 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 570 assertTrue(c1.equals(c2) && c2.equals(c1)); 573 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 577 assertTrue(c1.equals(c2) && c2.equals(c1)); 580 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)) [all...] |