/art/runtime/ |
utf.cc | 114 int c2 = GetUtf16FromUtf8(&utf8_2); local 116 if (c1 != c2) { 117 return c1 > c2 ? 1 : -1; 131 int c2 = *utf8_2; local 133 if (c1 != c2) { 134 return c1 > c2 ? 1 : -1;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Collections2Test.java | 345 Collection<Object> c2 = new ArrayList<Object>(); local 347 Collections.addAll(c2, arr2); 348 assertTrue(Collections.disjoint(c1, c2)); 350 assertFalse(Collections.disjoint(c1, c2)); 353 c2 = new LinkedList<Object>(); 355 Collections.addAll(c2, arr2); 356 assertTrue(Collections.disjoint(c1, c2)); 358 assertFalse(Collections.disjoint(c1, c2)); 361 c2 = new TreeSet<Object>(); 363 Collections.addAll(c2, arr2) [all...] |
/external/chromium/chrome/browser/net/ |
quoted_printable.cc | 91 char c2 = *(++iter); local 93 if (c2 == '\r' && c3 == '\n') { 98 if (!IsHexDigit(c2) || !IsHexDigit(c3)) { 100 "chars: " << c2 << " " << c3; 104 output->append(1, c2); 109 int i1 = HexDigitToInt(c2);
|
/external/chromium_org/base/strings/ |
string16.h | 73 static void assign(char_type& c1, const char_type& c2) { 74 c1 = c2; 77 static bool eq(const char_type& c1, const char_type& c2) { 78 return c1 == c2; 80 static bool lt(const char_type& c1, const char_type& c2) { 81 return c1 < c2; 121 static bool eq_int_type(const int_type& c1, const int_type& c2) { 122 return c1 == c2;
|
/external/clang/test/Sema/ |
attr-cleanup.c | 26 void c2(); 31 int v1 __attribute__((cleanup(c2))); // expected-error {{'cleanup' function 'c2' must take 1 parameter}}
|
/external/clang/test/SemaCXX/ |
deprecated.cpp | 64 Dtor c1, c2(c1); // expected-note {{implicit copy constructor for 'Dtor' first required here}} 65 void g() { c1 = c2; } // expected-note {{implicit copy assignment operator for 'Dtor' first required here}}
|
/external/valgrind/main/massif/tests/ |
alloc-fns.c | 15 void c2(int n) { c3(n); } function 16 void c1(int n) { c2(n); }
|
overloaded-new.cpp | 52 char* c2 = new (std::nothrow) char[2000]; local 56 delete [] c2;
|
/external/valgrind/main/memcheck/tests/ |
varinfo4.c | 36 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon30120 49 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) );
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
idctllm_dspr2.c | 54 int c2, d2; local 75 c2 = temp3 - temp4; 91 op[5] = b1 + c2; 92 op[9] = b1 - c2; 107 c2 = temp3 - temp4; 123 op[7] = b1 + c2; 124 op[11] = b1 - c2; 145 c2 = temp3 - temp4; 161 op[5] = (b1 + c2 + 4) >> 3; 162 op[6] = (b1 - c2 + 4) >> 3 286 int a2, b2, c2, d2; local [all...] |
/external/proguard/src/proguard/io/ |
ManifestRewriter.java | 96 int c2 = super.read(); local 97 if (c2 == ' ') 103 if (c1 != '\r' || c2 != '\n') 105 buffer[bufferSize++] = (char)c2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_flist.pass.cpp | 51 C c2(t2, t2+l); 53 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2)); 67 C c2(t2, t2+l); 69 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/ |
emplace.pass.cpp | 57 std::list<A> c2; local 58 std::list<A>::iterator i = c1.emplace(c2.cbegin(), 2, 3.5); 81 std::list<A, min_allocator<A>> c2; local 82 std::list<A, min_allocator<A>>::iterator i = c1.emplace(c2.cbegin(), 2, 3.5);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
compare.hpp | 46 static bool eq( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) == (std::toupper)( c2 ); } 47 static bool lt( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) < (std::toupper)( c2 ); }
|
/external/aac/libSYS/src/ |
conv_string.cpp | 99 UCHAR c1, c2; local 113 c2 = (charBuf[i])&0x0f; /* lower nibble */ 116 string[i*2+1] = hexSymb[c2]; /* convert to string */
|
/external/guava/guava/src/com/google/common/hash/ |
Murmur3_32HashFunction.java | 47 int c2 = 0x1b873593; field in class:Murmur3_32HashFunction.Murmur3_32Hasher 61 k1 *= c2; 84 k1 *= c2;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
Hex.java | 104 int c2 = hexString.charAt(j++); local 105 if (c2 > 'f') { 110 final byte d2 = DIGITS[c2];
|
/external/icu4c/common/ |
ustrcase.cpp | 134 UChar32 c, c2 = 0; local 148 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) { 150 dest[destIndex++]=(UChar)c2; 338 UChar32 c, c2 = 0; local 345 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) { 347 dest[destIndex++]=(UChar)c2; 493 UChar32 c1, c2, cp1, cp2; local 522 c1=c2=-1 [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
dct.c | 68 int a2, b2, c2, d2; local 100 c2 = b1 - c1; 105 c2 += c2<0; 110 op[8] = (c2+3) >> 3;
|
/external/jpeg/ |
jquant2.c | 320 int c0,c1,c2; local 333 for (c2 = c2min; c2 <= c2max; c2++) 344 for (c2 = c2min; c2 <= c2max; c2++) 355 for (c2 = c2min; c2 <= c2max; c2++ 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 333 for (c2 = c2min; c2 <= c2max; c2++) 344 for (c2 = c2min; c2 <= c2max; c2++) 355 for (c2 = c2min; c2 <= c2max; c2++ 429 int c0,c1,c2,cmax; local 507 int c0,c1,c2; local 923 register int c0, c1, c2; local [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
Watermark.java | 70 int c2 = mTokens[0].charAt(i+1); local 74 if (c2 >= 'a' && c2 <= 'f') c2 = c2 - 'a' + 10; 75 else if (c2 >= 'A' && c2 <= 'F') c2 = c2 - 'A' + 10; 76 else c2 -= '0' [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarDatabaseHelperTest.java | 520 private static boolean compareCursors(Cursor c1, Cursor c2) { 521 if(c1 == null || c2 == null) { 522 Log.d("CDBT","c1 is " + c1 + " and c2 is " + c2); 527 if (numColumns != c2.getColumnCount()) { 528 Log.d("CDBT","c1 has " + numColumns + " columns and c2 has " + c2.getColumnCount()); 532 if (c1.getCount() != c2.getCount()) { 533 Log.d("CDBT","c1 has " + c1.getCount() + " rows and c2 has " + c2.getCount()) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
func.c | 557 int c, c2; local 589 while( (c2 = sqlite3Utf8Read(zString,&zString))!=0 ){ 591 GlogUpperToLower(c2); 593 while( c2 != 0 && c2 != c ){ 594 c2 = sqlite3Utf8Read(zString, &zString); 595 GlogUpperToLower(c2); 598 while( c2 != 0 && c2 != c ){ 599 c2 = sqlite3Utf8Read(zString, &zString) [all...] |
/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);
|