| /external/mesa3d/src/gallium/state_trackers/egl/x11/ |
| native_dri2.c | 834 dri2_display_hash_table_compare(void *key1, void *key2) 836 return ((char *) key1 - (char *) key2);
|
| /external/mesa3d/src/gallium/winsys/radeon/drm/ |
| radeon_drm_bo.c | 651 static int handle_compare(void *key1, void *key2) 653 return PTR_TO_UINT(key1) != PTR_TO_UINT(key2);
|
| /external/openssl/crypto/des/ |
| des_old.h | 390 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2, 397 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
|
| /external/openssl/include/openssl/ |
| des_old.h | 390 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2, 397 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
|
| /external/v8/src/ |
| scopes.cc | 51 static bool Match(void* key1, void* key2) { 52 String* name1 = *reinterpret_cast<String**>(key1); [all...] |
| d8.cc | 127 bool CounterMap::Match(void* key1, void* key2) { 128 const char* name1 = reinterpret_cast<const char*>(key1); [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| TreeMapTest.java | 286 Integer key1 = 1; local 288 assertNull(tm.put(key1, o)); 292 assertSame(tm.get(key1), tm.get(key2)); 293 assertSame(o, tm.put(key1, o2)); 294 assertSame(o2, tm.get(key1)); 578 treeMapWithNull.put("key1", "value1"); //$NON-NLS-1$ //$NON-NLS-2$ 581 "key1"); //$NON-NLS-1$ [all...] |
| /external/chromium_org/net/disk_cache/ |
| entry_unittest.cc | 824 std::string key1("the first key"); 826 ASSERT_EQ(net::OK, CreateEntry(key1, &entry)); [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| readelf.c | 710 static Word cmp_TempSymKey ( TempSymKey* key1, TempSym* elem2 ) { 711 if (key1->addr < elem2->key.addr) return -1; 712 if (key1->addr > elem2->key.addr) return 1; 713 return (Word)VG_(strcmp)(key1->name, elem2->key.name); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_set.py | 626 key1 = self.thetype(seq) 628 self.assertEqual(key1, key2) 629 self.assertNotEqual(id(key1), id(key2)) 631 d[key1] = 42 [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_set.py | 626 key1 = self.thetype(seq) 628 self.assertEqual(key1, key2) 629 self.assertNotEqual(id(key1), id(key2)) 631 d[key1] = 42 [all...] |
| /external/chromium_org/v8/src/ |
| scopes.cc | 50 static bool Match(void* key1, void* key2) { 51 String* name1 = *reinterpret_cast<String**>(key1); [all...] |
| d8.cc | 175 bool CounterMap::Match(void* key1, void* key2) { 176 const char* name1 = reinterpret_cast<const char*>(key1); [all...] |
| /external/e2fsprogs/e2fsck/ |
| dict.c | 1254 static int comparef(const void *key1, const void *key2) 1256 return strcmp(key1, key2); [all...] |
| /external/icu4c/common/ |
| unistr.cpp | [all...] |
| /external/icu4c/i18n/ |
| tzgnames.cpp | 80 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) { 81 PartialLocationKey *p1 = (PartialLocationKey *)key1.pointer; [all...] |
| ucol_elm.cpp | 67 UHashTok key1; local 68 key1.pointer = buf1; 78 return uhash_compareUChars(key1, key2); [all...] |
| msgfmt.cpp | 155 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, 157 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); [all...] |
| /external/javassist/src/main/javassist/util/proxy/ |
| ProxyFactory.java | 764 String key1 = (String)e1.getKey(); 766 return key1.compareTo(key2); [all...] |
| /external/srec/seti/sltsEngine/src/ |
| run_seq_lts.c | 131 static int HashCmpWord(const LCHAR *key1, const LCHAR *key2) 132 { return strcmp((const char*)key1,(const char*)key2); } [all...] |
| /external/chromium_org/chrome/browser/search_engines/ |
| template_url_service_sync_unittest.cc | 366 scoped_ptr<TemplateURL> turl(CreateTestTemplateURL(ASCIIToUTF16("key1"), 367 "http://key1.com", "key1", 90)); 415 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com")); 433 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com")); 452 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com")); 473 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com")) 1152 TemplateURL* key1 = model()->GetTemplateURLForHost("key1.com"); local [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| ucol_elm.cpp | 65 UHashTok key1; local 66 key1.pointer = buf1; 76 return uhash_compareUChars(key1, key2); [all...] |
| /external/chromium_org/net/spdy/ |
| spdy_session_unittest.cc | [all...] |
| /external/chromium_org/third_party/icu/source/tools/genrb/ |
| reslist.c | 893 string_comp(const UHashTok key1, const UHashTok key2) { 894 const struct SResource *res1 = (struct SResource *)key1.pointer; [all...] |
| /external/icu4c/tools/genrb/ |
| reslist.c | 895 string_comp(const UElement key1, const UElement key2) { 896 const struct SResource *res1 = (struct SResource *)key1.pointer; [all...] |