/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | CollationKeyTest.java | 33 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/ |
D | rlz_unittest.cc | 36 RegKey key1; in TEST() local 58 RegKey key1; in TEST() local
|
/external/icu4c/test/intltest/ |
D | uvectest.cpp | 70 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/ |
D | host_cache_unittest.cc | 280 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/ |
D | symmetric_key_unittest.cc | 34 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/ |
D | EncodedKeySpec2Test.java | 62 private boolean isEqual(Key key1, Key key2) { in isEqual()
|
/external/openssl/crypto/des/ |
D | str2key.c | 102 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) in DES_string_to_2keys()
|
D | read2pwd.c | 129 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt, in DES_read_2passwords()
|
D | des3s.cpp | 39 des_key_schedule key1,key2,key3; in main() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | SharedBitmap.h | 99 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/ |
D | DESede.java | 38 private int[] key1 = null; field in DESede
|
/external/libsepol/src/ |
D | symtab.c | 30 __attribute__ ((unused)), hashtab_key_t key1, in symcmp()
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanismTest.java | 125 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/ |
D | KeyStore_Impl1Test.java | 494 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/ |
D | equal.h | 60 const string key1 = reader1->GetKey(); variable
|
/external/srtp/crypto/test/ |
D | auth_driver.c | 64 const uint16_t key1[47] = { variable
|
/external/v8/src/ |
D | profile-generator.h | 81 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()
|
D | interface.cc | 35 static bool Match(void* key1, void* key2) { in Match()
|
/external/icu4c/common/ |
D | unistr_case.cpp | 169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { in uhash_compareCaselessUnicodeString()
|
D | uhash.c | 891 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/ |
D | roaming_client.c | 61 static u_int64_t key1, key2, oldkey1, oldkey2; variable
|
/external/stlport/test/unit/ |
D | map_test.cpp | 367 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
|
D | set_test.cpp | 422 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/ |
D | SelectorTest.java | 346 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/ |
D | http_server.cc | 77 std::string key1 = GetHeaderValue(request, "Sec-WebSocket-Key1"); in AcceptWebSocket() local 392 std::string key1 = GetHeaderValue(request, "Sec-WebSocket-Key1"); in DidRead() local
|