/external/icu4c/test/intltest/ |
uvectest.cpp | 70 UVectorTest_compareInt32(UElement key1, UElement key2) { 71 if (key1.integer > key2.integer) { 74 else if (key1.integer < key2.integer) { 82 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { 83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer); 164 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) {
|
/external/openssh/ |
roaming_client.c | 61 static u_int64_t key1, key2, oldkey1, oldkey2; variable 74 key2 = oldkey2 = packet_get_int64(); 103 key2 = oldkey2; 121 oldkey2 = key2; 123 calculate_new_key(&key2, cookie, chall);
|
/frameworks/base/core/java/android/content/pm/ |
ContainerEncryptionParams.java | 233 private static final boolean isSecretKeyEqual(SecretKey key1, SecretKey key2) { 235 final String otherKeyFormat = key2.getFormat(); 242 if (key1.getEncoded() != key2.getEncoded()) { 246 if (!keyFormat.equals(key2.getFormat())) { 250 if (!Arrays.equals(key1.getEncoded(), key2.getEncoded())) {
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_mint_queue_unittest.cc | 88 scoped_ptr<ExtensionTokenKey> key2(ExtensionIdToKey("ext_id_2")); 95 queue.RequestStart(type, *key2, &request2); 98 queue.RequestComplete(type, *key2, &request2);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
hamt.c | 261 unsigned long key2 = node->BitMapKey; local 271 key2 = hamt->ReHashKey( 276 keypart2 = (key2 >> keypartbits) & 0x1F; 283 newnodes[0].BitMapKey = key2; 300 newnodes[0].BitMapKey = key2; 307 newnodes[1].BitMapKey = key2;
|
/external/chromium_org/third_party/bintrees/bintrees/ |
ctrees.pxd | 17 int ct_compare(object key1, object key2)
|
ctrees.h | 27 int ct_compare(PyObject *key1, PyObject *key2);
|
/external/chromium_org/v8/src/ |
transitions.cc | 67 static bool InsertionPointFound(Name* key1, Name* key2) { 68 return key1->Hash() > key2->Hash();
|
heap-snapshot-generator.h | 313 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) { 314 return key1 == key2; 525 static bool RetainedInfosMatch(void* key1, void* key2) { 526 return key1 == key2 || 528 reinterpret_cast<v8::RetainedObjectInfo*>(key2)); 530 INLINE(static bool StringsMatch(void* key1, void* key2)) { 532 reinterpret_cast<char*>(key2)) == 0; 601 INLINE(static bool StringsMatch(void* key1, void* key2)) { 603 reinterpret_cast<char*>(key2)) == 0;
|
/external/icu4c/common/ |
unistr_case.cpp | 169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { 172 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
|
uhash.h | 576 * @param key2 The string for comparison 577 * @return true if key1 and key2 are equal, return false otherwise. 580 uhash_compareUChars(const UHashTok key1, const UHashTok key2); 586 * @param key2 The string for comparison 587 * @return true if key1 and key2 are equal, return false otherwise. 590 uhash_compareChars(const UHashTok key1, const UHashTok key2); 596 * @param key2 The string for comparison 597 * @return true if key1 and key2 are equal, return false otherwise. 600 uhash_compareIChars(const UHashTok key1, const UHashTok key2); 638 * @param Key2 The integer for compariso [all...] |
/external/v8/src/ |
profile-generator.h | 81 INLINE(static bool StringsMatch(void* key1, void* key2)) { 83 reinterpret_cast<char*>(key2)) == 0; 335 INLINE(static bool UidsMatch(void* key1, void* key2)) { 336 return key1 == key2; 730 static bool AddressesMatch(void* key1, void* key2) { 731 return key1 == key2; 771 INLINE(static bool HeapSnapshotsMatch(void* key1, void* key2)) { 772 return key1 == key2; 841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) { 842 return key1 == key2; [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_registry_service_unittest.cc | 124 const RulesRegistry::WebViewKey key2(kEmbedderProcessID2, kWebViewInstanceID); 129 new TestRulesRegistry(content::BrowserThread::UI, "ui", key2); 141 base::Bind(&InsertRule, registry_service.GetRulesRegistry(key2, "ui"), 147 EXPECT_TRUE(registry_service.GetRulesRegistry(key2, "ui").get());
|
/external/chromium_org/components/nacl/browser/ |
nacl_validation_cache_unittest.cc | 13 const char key2[65] = member in namespace:nacl 80 std::string key(key2); 142 std::string key(key2); 155 std::string key(key2);
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_old.c | 233 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2, 236 return DES_read_2passwords(key1, key2, prompt, verify); 258 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2) 260 DES_string_to_2keys(str, key1, key2);
|
/external/icu4c/i18n/ |
scriptset.h | 68 uhash_compareScriptSet(const UElement key1, const UElement key2);
|
/external/openssl/crypto/des/ |
des_old.c | 233 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2, 236 return DES_read_2passwords(key1, key2, prompt, verify); 258 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2) 260 DES_string_to_2keys(str, key1, key2);
|
/external/srec/portable/include/ |
phashtable.h | 80 * key2 and non-zero otherwise. The hash function and the comparison function 85 typedef int (*PHashCompFunction)(const LCHAR *key1, const LCHAR *key2);
|
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer_unittest.cc | 58 // Expects |expected_character| is composed after sequence [key1, key2]. 61 uint key2, 65 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key2, 0, flags)); 69 // Expects |expected_character| is composed after sequence [key1, key2, key3]. 72 uint key2, 77 ExpectCharacterComposed(character_composer, key2, key3, flags, 81 // Expects |expected_character| is composed after sequence [key1, key2, key3, 85 uint key2, 91 ExpectCharacterComposed(character_composer, key2, key3, key4, flags, 95 // Expects |expected_character| is composed after sequence [key1, key2, key3 [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unistr_case.cpp | 235 uhash_compareCaselessUnicodeString(const UHashTok key1, const UHashTok key2) { 238 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_hash_table.c | 58 int (*compare)(void *key1, void *key2); 80 int (*compare)(void *key1, void *key2))
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
hash_table.c | 232 hash_table_pointer_compare(const void *key1, const void *key2) 234 return key1 == key2 ? 0 : 1;
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_test.c | 82 static int key2(RSA *key, unsigned char *c) function 240 clen = key2(key, ctext_ex);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_hash_table.c | 58 int (*compare)(void *key1, void *key2); 80 int (*compare)(void *key1, void *key2))
|
/external/mesa3d/src/mesa/program/ |
hash_table.c | 232 hash_table_pointer_compare(const void *key1, const void *key2) 234 return key1 == key2 ? 0 : 1;
|