/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
IdentityTest.java | 120 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local 121 i.addCertificate(c1); 122 assertSame(c1, i.certificates()[0]); 137 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local 138 i.addCertificate(c1); 139 assertSame(c1, i.certificates()[0]); 163 // CertificateStub c1 = new CertificateStub("fff", null, null, pk1); 164 // i.addCertificate(c1); 165 // assertSame(c1, i.certificates()[0]); 166 // i.removeCertificate(c1); 188 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local 294 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local [all...] |
/external/llvm/test/MC/ARM/ |
arm_instructions.s | 70 @ CHECK: cdp p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xee] 71 cdp p7, #1, c1, c1, c1, #4 72 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe] 73 cdp2 p7, #1, c1, c1, c1, # [all...] |
thumb2-diagnostics.s | 33 mrc p14, #8, r1, c1, c2, #4 34 mrc p14, #1, r1, c1, c2, #8 35 mrc2 p14, #8, r1, c1, c2, #4 36 mrc2 p14, #0, r1, c1, c2, #9 37 mrrc p7, #16, r5, r4, c1 38 mrrc2 p7, #17, r5, r4, c1
|
/external/clang/test/CXX/expr/ |
p9.cpp | 18 __typeof__(c0 + c0) c1; 19 int &cr = c1;
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-templates.cpp | 34 Class<Typename> c1; local 35 c1.method();
|
vtable-available-externally.cpp | 152 struct c1 {}; struct in namespace:Test7 153 struct c10 : c1{ 156 struct c11 : c10, c1{
|
/external/valgrind/main/massif/tests/ |
alloc-fns.c | 16 void c1(int n) { c2(n); } function 29 c1(400);
|
overloaded-new.cpp | 51 char* c1 = new char[2000]; local 55 delete [] c1;
|
/frameworks/av/include/media/stagefright/ |
Utils.h | 28 #define FOURCC(c1, c2, c3, c4) \ 29 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Gradient_Delegate.java | 193 * Returns the color between c1, and c2, based on the percent of the distance 194 * between c1 and c2. 196 private int computeColor(int c1, int c2, float percent) { 197 int a = computeChannel((c1 >> 24) & 0xFF, (c2 >> 24) & 0xFF, percent); 198 int r = computeChannel((c1 >> 16) & 0xFF, (c2 >> 16) & 0xFF, percent); 199 int g = computeChannel((c1 >> 8) & 0xFF, (c2 >> 8) & 0xFF, percent); 200 int b = computeChannel((c1 ) & 0xFF, (c2 ) & 0xFF, percent); 208 private int computeChannel(int c1, int c2, float percent) { 209 return c1 + (int)((percent * (c2-c1)) + .5) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/ |
count.pass.cpp | 32 std::size_t c1 = v.count(); local 37 assert(c1 == c2);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ColorStateListTest.java | 42 final ColorStateList c1 = c.withAlpha(alpha); local 43 assertNotSame(Color.RED, c1.getDefaultColor()); 45 assertEquals(alpha, c1.getDefaultColor() >>> 24); 46 assertEquals(Color.RED & 0x00FF0000, c1.getDefaultColor() & 0x00FF0000);
|
/external/clang/test/CXX/temp/temp.param/ |
p12.cpp | 37 class C1 {}; 39 C1<> c1; // expected-note{{while checking a default template argument}} variable
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldCollectionsTest.java | 519 Collection<Object> c1 = new ArrayList<Object>(); local 521 Collections.addAll(c1, arr1); 523 assertTrue(Collections.disjoint(c1, c2)); 524 c1.add(arr2[10]); 525 assertFalse(Collections.disjoint(c1, c2)); 527 c1 = new LinkedList<Object>(); 529 Collections.addAll(c1, arr1); 531 assertTrue(Collections.disjoint(c1, c2)); 532 c1.add(arr2[10]); 533 assertFalse(Collections.disjoint(c1, c2)) [all...] |
/external/aac/libSYS/src/ |
conv_string.cpp | 99 UCHAR c1, c2; local 112 c1 = ((charBuf[i])>>4)&0x0f; /* upper nibble */ 115 string[i*2] = hexSymb[c1]; /* convert to string */
|
/external/guava/guava/src/com/google/common/hash/ |
Murmur3_32HashFunction.java | 46 int c1 = 0xcc9e2d51; field in class:Murmur3_32HashFunction.Murmur3_32Hasher 59 k1 *= c1; 82 k1 *= c1;
|
/external/jpeg/ |
jquant2.c | 320 int c0,c1,c2; local 331 for (c1 = c1min; c1 <= c1max; c1++) { 332 histp = & histogram[c0][c1][c2min]; 342 for (c1 = c1min; c1 <= c1max; c1++) { 343 histp = & histogram[c0][c1][c2min]; 352 for (c1 = c1min; c1 <= c1max; c1++ 429 int c0,c1,c2,cmax; local 507 int c0,c1,c2; local 923 register int c0, c1, c2; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jquant2.c | 320 int c0,c1,c2; local 331 for (c1 = c1min; c1 <= c1max; c1++) { 332 histp = & histogram[c0][c1][c2min]; 342 for (c1 = c1min; c1 <= c1max; c1++) { 343 histp = & histogram[c0][c1][c2min]; 352 for (c1 = c1min; c1 <= c1max; c1++ 429 int c0,c1,c2,cmax; local 507 int c0,c1,c2; local 923 register int c0, c1, c2; local [all...] |
/external/skia/tools/ |
skdiff.cpp | 143 static inline bool colors_match_thresholded(SkPMColor c0, SkPMColor c1, const int threshold) { 144 int da = SkGetPackedA32(c0) - SkGetPackedA32(c1); 145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); 146 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1); 147 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1); 180 SkPMColor c1 = *dr->fComparison.fBitmap.getAddr32(x, y); local 181 SkPMColor outputDifference = diffFunction(c0, c1); 182 uint32_t thisA = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1)); 183 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); 184 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 123 c1=d/a; 131 k0=min4_c0*c3c3through4_min_c2-c1*c1; 132 k1=c1*c3+min4_c0; 145 mn=lz*c3through4-c1/2.0; 169 double c0,c1,c2,c3; local 195 c1=d/a; 203 k0=min4_c0*c3c3through4_min_c2-c1*c1; [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 123 c1=d/a; 131 k0=min4_c0*c3c3through4_min_c2-c1*c1; 132 k1=c1*c3+min4_c0; 145 mn=lz*c3through4-c1/2.0; 169 double c0,c1,c2,c3; local 195 c1=d/a; 203 k0=min4_c0*c3c3through4_min_c2-c1*c1; [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 123 c1=d/a; 131 k0=min4_c0*c3c3through4_min_c2-c1*c1; 132 k1=c1*c3+min4_c0; 145 mn=lz*c3through4-c1/2.0; 169 double c0,c1,c2,c3; local 195 c1=d/a; 203 k0=min4_c0*c3c3through4_min_c2-c1*c1; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
Hex.java | 92 int c1 = hexString.charAt(j++); local 93 if (c1 > 'f') { 98 final byte d1 = DIGITS[c1];
|
/external/compiler-rt/lib/asan/ |
asan_interceptors.cc | 249 static inline int CharCmp(unsigned char c1, unsigned char c2) { 250 return (c1 == c2) ? 0 : (c1 < c2) ? -1 : 1; 253 static inline int CharCaseCmp(unsigned char c1, unsigned char c2) { 254 int c1_low = ToLower(c1); 270 unsigned char c1 = 0, c2 = 0; local 275 c1 = s1[i]; 277 if (c1 != c2) break; 281 return CharCmp(c1, c2); 411 unsigned char c1, c2 local 480 unsigned char c1, c2; local 494 unsigned char c1 = 0, c2 = 0; local 515 unsigned char c1 = 0, c2 = 0; local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
stringutils.cc | 72 wchar_t c1, c2; local 75 c1 = transformation(*s1); 80 if (c1 != c2) return (c1 < c2) ? -1 : 1; 81 if (!c1) return 0;
|