Searched defs:key1 (Results 1 - 25 of 91) sorted by relevance

1234

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DEncodedKeySpec2Test.java62 private boolean isEqual(Key key1, Key key2) { argument
63 if (key1 instanceof DSAPublicKey && key2 instanceof DSAPublicKey) {
64 DSAPublicKey dsa1 = ((DSAPublicKey) key1);
71 } else if (key1 instanceof DSAPrivateKey
73 DSAPrivateKey dsa1 = ((DSAPrivateKey) key1);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dhandle.c53 compare(void *key1, void *key2) argument
55 if (key1 < key2)
57 else if (key1 > key2)
/external/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c61 cache_test_compare(const void *key1, const void *key2) { argument
62 return !(key1 == key2);
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h60 const string key1 = reader1->GetKey(); local
62 if (!end_key.empty() && end_key < key1 && end_key < key2) {
67 if (key1 != key2) {
69 << key1 << "\" <> \"" << key2 << "\".";
75 VLOG(1) << "FarEqual: Fsts for key \"" << key1 << "\" are not equal.";
/external/selinux/libsepol/src/
H A Dsymtab.c30 __attribute__ ((unused)), hashtab_key_t key1,
35 keyp1 = (char *)key1;
29 symcmp(hashtab_t h __attribute__ ((unused)), hashtab_key_t key1, hashtab_key_t key2) argument
/external/icu/icu4c/source/test/intltest/
H A Duvectest.cpp70 UVectorTest_compareInt32(UElement key1, UElement key2) { argument
71 if (key1.integer > key2.integer) {
74 else if (key1.integer < key2.integer) {
82 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { argument
83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
164 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_hash_table.c58 int (*compare)(void *key1, void *key2);
80 int (*compare)(void *key1, void *key2))
79 util_hash_table_create(unsigned (*hash)(void *key), int (*compare)(void *key1, void *key2)) argument
/external/selinux/libsepol/cil/src/
H A Dcil_strpool.c60 static int cil_strpool_compare(hashtab_t h __attribute__ ((unused)), hashtab_key_t key1, hashtab_key_t key2) argument
62 char *keyp1 = (char*)key1;
H A Dcil_symtab.h50 intptr_t key1; member in struct:cil_complex_symtab_key
/external/srtp/crypto/test/
H A Dauth_driver.c62 /* key1 is for TAG_WORDS = 2 */
64 const uint16_t key1[47] = { variable
139 status = auth_init(a, (uint8_t *)key1);
/external/v8/src/
H A Dtransitions.cc42 static bool InsertionPointFound(Name* key1, Name* key2) { argument
43 return key1->Hash() > key2->Hash();
/external/boringssl/src/crypto/modes/
H A Dinternal.h177 void *key1, *key2; member in struct:xts128_context
/external/boringssl/src/crypto/rsa/
H A Drsa_test.c80 static int key1(RSA *key, unsigned char *c) { function
321 RSA *key1, *key2; local
333 key1 = RSA_new();
334 if (!RSA_generate_key_ex(key1, 512, e, NULL)) {
340 if (!RSA_check_key(key1)) {
347 key2->n = BN_dup(key1->n);
348 key2->e = BN_dup(key1->e);
349 key2->d = BN_dup(key1->d);
350 RSA_free(key1);
410 clen = key1(ke
[all...]
/external/icu/icu4c/source/common/
H A Dunistr_case.cpp169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { argument
171 const UnicodeString *str1 = (const UnicodeString*) key1.pointer;
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c28 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
326 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { argument
327 return (UBool)((key1.pointer != NULL) &&
329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
/external/mesa3d/src/mesa/program/
H A Dhash_table.c232 hash_table_pointer_compare(const void *key1, const void *key2) argument
234 return key1 == key2 ? 0 : 1;
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java106 * @param key1 - the expected key1
111 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
116 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java113 * @param key1 - the expected key1
118 protected void verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, argument
123 assertEqualsAllTypes("value1:" + value1, value1, invocationRecord.getObject(key1));

Completed in 2022 milliseconds

1234