Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 25 of 67) sorted by relevance

123

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DCollationKeyTest.java33 CollationKey key1 = collator.getCollationKey("abc"); in test_compareToLjava_text_CollationKey() local
46 CollationKey key1 = collator.getCollationKey("abc"); in test_compareToLjava_lang_Object() local
57 CollationKey key1 = collator.getCollationKey("abc"); in test_equalsLjava_lang_Object() local
80 CollationKey key1 = collator.getCollationKey("abc"); in test_hashCode() local
93 CollationKey key1 = collator.getCollationKey("abc"); in failing_test_toByteArray() local
/external/chromium/chrome/browser/rlz/
Drlz_unittest.cc36 RegKey key1; in TEST() local
58 RegKey key1; in TEST() local
/external/icu4c/test/intltest/
Duvectest.cpp70 UVectorTest_compareInt32(UElement key1, UElement key2) { in UVectorTest_compareInt32()
82 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { in UVectorTest_compareCstrings()
/external/chromium/net/base/
Dhost_cache_unittest.cc280 HostCache::Key key1("foobar.com", ADDRESS_FAMILY_UNSPECIFIED, 0); in TEST() local
315 HostCache::Key key1("foobar.com", ADDRESS_FAMILY_IPV4, 0); in TEST() local
395 HostCache::Key key1; in TEST() member
458 const HostCache::Key& key1 = tests[i].key1; in TEST() local
/external/chromium/crypto/
Dsymmetric_key_unittest.cc34 scoped_ptr<crypto::SymmetricKey> key1( in TEST() local
51 scoped_ptr<crypto::SymmetricKey> key1( in TEST() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DEncodedKeySpec2Test.java62 private boolean isEqual(Key key1, Key key2) { in isEqual()
/external/openssl/crypto/des/
Dstr2key.c102 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) in DES_string_to_2keys()
Dread2pwd.c129 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt, in DES_read_2passwords()
Ddes3s.cpp39 des_key_schedule key1,key2,key3; in main() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.h99 HDC getDC(unsigned* key1) { return s_dcProvider->getDC(this, key1); } in getDC()
100 void releaseDC(HDC hdc, unsigned key1) { s_dcProvider->releaseDC(this, hdc, key1); } in releaseDC()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DDESede.java38 private int[] key1 = null; field in DESede
/external/libsepol/src/
Dsymtab.c30 __attribute__ ((unused)), hashtab_key_t key1, in symcmp()
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismTest.java125 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", in testIsCryptoAllowed() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl1Test.java494 Key key1 = ((KeyStore.PrivateKeyEntry) en).getPrivateKey(); in testEntry02() local
604 Key key1; in testEntry03() local
795 Key key1 = kss[i].getKey(aliases[j], pwd); in testEntry05() local
/external/openfst/src/include/fst/extensions/far/
Dequal.h60 const string key1 = reader1->GetKey(); variable
/external/srtp/crypto/test/
Dauth_driver.c64 const uint16_t key1[47] = { variable
/external/v8/src/
Dprofile-generator.h81 INLINE(static bool StringsMatch(void* key1, void* key2)) { in INLINE()
335 INLINE(static bool UidsMatch(void* key1, void* key2)) { in INLINE()
730 static bool AddressesMatch(void* key1, void* key2) { in AddressesMatch()
771 INLINE(static bool HeapSnapshotsMatch(void* key1, void* key2)) { in INLINE()
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) { in HeapThingsMatch()
1046 static bool RetainedInfosMatch(void* key1, void* key2) { in RetainedInfosMatch()
1051 INLINE(static bool StringsMatch(void* key1, void* key2)) { in INLINE()
1125 INLINE(static bool ObjectsMatch(void* key1, void* key2)) { in INLINE()
Dinterface.cc35 static bool Match(void* key1, void* key2) { in Match()
/external/icu4c/common/
Dunistr_case.cpp169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { in uhash_compareCaselessUnicodeString()
Duhash.c891 const UHashTok key1 = elem1->key; in uhash_equals() local
911 uhash_compareUChars(const UHashTok key1, const UHashTok key2) { in uhash_compareUChars()
928 uhash_compareChars(const UHashTok key1, const UHashTok key2) { in uhash_compareChars()
945 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { in uhash_compareIChars()
971 uhash_compareLong(const UHashTok key1, const UHashTok key2) { in uhash_compareLong()
/external/openssh/
Droaming_client.c61 static u_int64_t key1, key2, oldkey1, oldkey2; variable
/external/stlport/test/unit/
Dmap_test.cpp367 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
Dset_test.cpp422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DSelectorTest.java346 SelectionKey key1 = ssc.register(selector, SelectionKey.OP_ACCEPT); in test_keySetViewsModifications() local
427 SelectionKey key1 = sc.register(selector, SelectionKey.OP_WRITE); in testOpChange() local
/external/chromium/net/server/
Dhttp_server.cc77 std::string key1 = GetHeaderValue(request, "Sec-WebSocket-Key1"); in AcceptWebSocket() local
392 std::string key1 = GetHeaderValue(request, "Sec-WebSocket-Key1"); in DidRead() local

123