/dalvik/vm/analysis/ |
CodeVerify.cpp | 119 static ClassObject* findCommonSuperclass(ClassObject* c1, ClassObject* c2); [all...] |
/external/chromium_org/components/url_matcher/ |
url_matcher_unittest.cc | 215 URLMatcherCondition c2 = factory.CreateHostEqualsCondition("www.google.com"); 216 EXPECT_EQ(c1.criterion(), c2.criterion()); 217 EXPECT_EQ(c1.string_pattern(), c2.string_pattern()); 219 EXPECT_EQ(c2.criterion(), c3.criterion()); 220 EXPECT_NE(c2.string_pattern(), c3.string_pattern()); 221 EXPECT_NE(c2.string_pattern()->id(), c3.string_pattern()->id()); 222 EXPECT_NE(c2.string_pattern()->pattern(),
|
/external/chromium_org/third_party/sqlite/src/src/ |
vdbemem.c | 860 Mem c2; local 862 memset(&c2, 0, sizeof(c2)); 864 sqlite3VdbeMemShallowCopy(&c2, pMem2, MEM_Ephem); 867 v2 = sqlite3ValueText((sqlite3_value*)&c2, pColl->enc); 868 n2 = v2==0 ? 0 : c2.n; 871 sqlite3VdbeMemRelease(&c2); [all...] |
/external/e2fsprogs/e2fsck/ |
rehash.c | 559 int i, c1, c2, nblks; local 582 c2 = 0; 588 if (c2 == 0) { 603 c2 = limit->limit; 608 if (c2 != limit->limit) 612 c2--; 614 limit->count = ext2fs_cpu_to_le16(limit->limit - c2);
|
/external/valgrind/main/coregrind/ |
m_libcbase.c | 320 UChar c2 = (UChar)VG_(tolower)(*s2); local 321 if (c1 < c2) return -1; 322 if (c1 > c2) return 1; 324 /* c1 == c2 */ 351 UChar c2; local 354 c2 = (UChar)VG_(tolower)(*s2); 355 if (c1 < c2) return -1; 356 if (c1 > c2) return 1; 358 /* c1 == c2 */
|
/bionic/tests/ |
string_test.cpp | 717 int c2 = random() & 0xff; local 722 state.ptr2[pos] = c2; 724 int expected = (static_cast<int>(c1) - static_cast<int>(c2)); 744 unsigned short c2 = rand() & mask; local 750 state.ptr2[pos] = c2; 752 int expected = (static_cast<unsigned short>(c1) - static_cast<unsigned short>(c2)); 770 int c2 = rand() & mask; local 775 state.ptr2[pos] = c2; 777 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_prepopulate_data.cc | 536 inline int CountryCharsToCountryID(char c1, char c2) { 537 return c1 << 8 | c2; 540 int CountryCharsToCountryIDWithUpdate(char c1, char c2) { 546 if ((c1 == 'Y' && c2 == 'U') || 547 (c1 == 'C' && c2 == 'S')) { 549 c2 = 'S'; 554 if (c1 == 'T' && c2 == 'P') 555 c2 = 'L'; 557 return CountryCharsToCountryID(c1, c2); [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 1268 samesets(struct re_guts *g, int c1, int c2) 1274 unsigned uc2 = (uch)c2; 1290 int c2; local 1301 for (c2 = c+1; c2 <= CHAR_MAX; c2++) 1302 if (cats[c2] == 0 && samesets(g, c, c2)) 1303 cats[c2] = cat; [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | 1550 IRExpr *c1, *c2; local 1563 IRExpr *c1, *c2; local 1576 IRExpr *c1, *c2; local [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 1232 samesets(struct re_guts *g, int c1, int c2) 1238 unsigned uc2 = (uch)c2; 1254 int c2; local 1265 for (c2 = c+1; c2 <= CHAR_MAX; c2++) 1266 if (cats[c2] == 0 && samesets(g, c, c2)) 1267 cats[c2] = cat; [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 357 | ^(CHAR_RANGE c1=CHAR_LITERAL c2=CHAR_LITERAL) 360 $g = factory.build_CharRange($c1.text, $c2.text); 764 | ^(CHAR_RANGE c1=CHAR_LITERAL c2=CHAR_LITERAL) 769 int b = Grammar.getCharValueFromGrammarCharLiteral($c2.text); 848 | ^(CHAR_RANGE c1=CHAR_LITERAL c2=CHAR_LITERAL) 849 {{ $alts = IntervalSet.of( Grammar.getCharValueFromGrammarCharLiteral($c1.text), Grammar.getCharValueFromGrammarCharLiteral($c2.text) ).size(); }}
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
CipherSuiteTest.java | 31 CipherSuite c2 = new CipherSuite("CipherSuite2", false, 0, "", "", local 37 if (!c1.equals(c2) || c1.equals(c3) || c4.equals(c1) || c4.equals(c3)) { 93 CipherSuite c2 = new CipherSuite("CipherSuite2", false, local
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_name.cpp | 24 unsigned c2 = SkEndian_SwapBE16(*src++); local 25 SkASSERT(SkUTF16_IsLowSurrogate(c2)); 27 c = (c << 10) + c2 + (0x10000 - (0xD800 << 10) - 0xDC00);
|
/external/skia/src/sfnt/ |
SkOTTable_name.cpp | 24 unsigned c2 = SkEndian_SwapBE16(*src++); local 25 SkASSERT(SkUTF16_IsLowSurrogate(c2)); 27 c = (c << 10) + c2 + (0x10000 - (0xD800 << 10) - 0xDC00);
|
/external/wpa_supplicant_8/src/crypto/ |
ms_funcs.c | 45 u8 c2 = utf8_string[++i]; local 49 ((c & 0x1F) << 6) | (c2 & 0x3F)); 60 ((c2 & 0x3F) << 6) | (c3 & 0x3F));
|
/external/chromium_org/third_party/icu/source/common/ |
uidna.cpp | 95 UChar c1,c2; local 106 c2 = s2[i]; 109 if(c1!=c2) { 110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 376 UChar32 c32,c1,c2; local 392 c2 = *(buf->currentPos); 431 }else if(c32!=c2 || (c32==0x0075 && c2==0x0075 && c1==0x005C) /* for \u0075 c2=0x0075 and c32==0x0075*/){
|
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
json_reader.cpp | 65 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 ) 67 return c == c1 || c == c2 || c == c3 || c == c4; 71 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 ) 73 return c == c1 || c == c2 || c == c3 || c == c4 || c == c5;
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
inline-construct.js | 94 function c2(val, deopt, counter) { function 101 TestInAllContexts(c2);
|
/external/clang/test/Sema/ |
array-init.c | 163 char c2[] = { "Hello", "Good bye" }; //expected-warning{{excess elements in char array initializer}} local
|
/external/clang/test/SemaCXX/ |
nested-name-spec.cpp | 29 class C2 { 39 void C2::m() const { } // expected-error{{out-of-line definition of 'm' does not match any declaration in 'C2'}} 41 void C2::f(int) { } // expected-error{{out-of-line definition of 'f' does not match any declaration in 'C2'}} 43 void C2::m() { 65 struct A::C c2; variable in typeref:struct:C 98 typedef void C2::f5(int); // expected-error{{typedef declarator cannot be qualified}}
|
scope-check.cpp | 230 const C &c2 = c0; local
|
/external/guava/guava-tests/test/com/google/common/base/ |
FunctionsTest.java | 301 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); local 304 // assertEquals(c1, c2); 307 assertEquals(c1.hashCode(), c2.hashCode()); 309 assertEquals(c1.apply(1.0f), c2.apply(1.0f)); 310 assertEquals(c1.apply(5.0f), c2.apply(5.0f));
|
/external/icu4c/common/ |
uidna.cpp | 95 UChar c1,c2; local 106 c2 = s2[i]; 109 if(c1!=c2) { 110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
|
/external/icu4c/test/cintltst/ |
capitst.c | 875 UCollator *c2 = NULL; local 946 UCollator * c2; local [all...] |