HomeSort by relevance Sort by last modified time
    Searched full:key2 (Results 126 - 150 of 444) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationKanaTest.java 171 CollationKey key1, key2; local
182 key2 = rb.getCollationKey(string2);
184 if ( result != 0 || !key1.equals(key2)) {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 46 * Object key2 = factory.newInstance(4, "World");
49 * <code>hashCode</code> equality between two keys <code>key1</code> and <code>key2</code> is only guaranteed if
50 * <code>key1.equals(key2)</code> <i>and</i> the keys were produced by the same factory.
  /frameworks/base/keystore/java/android/security/keystore/
KeyProtection.java 123 * {@code key2} with the private key authorized to be used only for signing with SHA-256 or SHA-512
135 * "key2",
141 * PrivateKey keyStorePrivateKey = (PrivateKey) keyStore.getKey("key2", null);
142 * PublicKey publicKey = keyStore.getCertificate("key2").getPublicKey();
152 * {@code key2} with the private key authorized to be used only for signing using the PKCS#1
165 * "key2",
176 * PrivateKey keyStorePrivateKey = (PrivateKey) keyStore.getKey("key2", null);
177 * PublicKey publicKey = keyStore.getCertificate("key2").getPublicKey();
187 * {@code key2} with the private key authorized to be used only for decryption using the PKCS#1
199 * "key2",
    [all...]
  /external/clang/test/ARCMT/
objcmt-subscripting-unavailable.m.result 77 [mdict setObject:[dict objectForKey:@"key2"] forKey:@"key"];
  /external/curl/lib/
hash.h 41 void*key2,
  /external/icu/icu4c/source/i18n/
scriptset.h 68 uhash_compareScriptSet(const UElement key1, const UElement key2);
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 28 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) {
328 (key2.pointer != NULL) &&
329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ConfigLoaderTest.java 70 assertEquals("$/home/jacoco", config.get("key2"));
  /external/selinux/libsepol/cil/src/
cil_symtab.h 51 intptr_t key2; member in struct:cil_complex_symtab_key
  /external/skia/include/ports/
SkFontMgr_indirect.h 68 uint32_t fTtcIndex; // key2
  /external/v8/src/
transitions.h 294 PropertyAttributes attributes1, Name* key2,
298 // Compares keys, returns -1 if key1 is "less" than key2,
299 // 0 if key1 equal to key2 and 1 otherwise.
300 static inline int CompareNames(Name* key1, uint32_t hash1, Name* key2,
  /libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java 32 map.put("key2", "value2");
  /libcore/luni/src/test/resources/prefs/java/util/prefs/
userprefs.xml 52 <entry key="key2" value="value2" />
  /system/core/libutils/tests/
LruCache_test.cpp 321 KeyWithPointer key2; local
322 key2.ptr = new int(2);
328 cache.put(key2, "two");
330 EXPECT_STREQ("two", cache.get(key2));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
TestDictionary.m 46 NSString *key2 = @"a102";
51 [testDict setObject:obj2 forKey:key2];
  /external/icu/icu4c/source/common/
unistr_case.cpp 169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) {
172 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
  /external/libdrm/amdgpu/
util_hash_table.c 59 int (*compare)(void *key1, void *key2);
77 int (*compare)(void *key1, void *key2))
  /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;
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
JavaApiConverterTest.java 511 .addHeader("key2", "value2")
535 .addHeader("key2", "value2")
561 .addHeader("key2", "value2")
582 .addHeader("key2", "value2")
588 assertEquals(Arrays.asList("value2"), javaHeaders.get("key2"));
595 javaResponseHeaders.put("key2", Arrays.asList("value2"));
600 assertEquals(Arrays.asList("value2"), okHeaders.values("key2"));
607 javaResponseHeaders.put("key2", Arrays.asList("value2"));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 112 SelectionKey key2 = keySet.iterator().next(); local
113 assertEquals(key,key2);
339 SelectionKey key2 = sc.register(selector, SelectionKey.OP_READ);
342 assertTrue(keys.contains(key2));
349 assertTrue(keys.contains(key2));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java 154 map2.put("key2", "value3");
155 Set key2 = map2.keySet(); local
156 assertTrue("keySet() is identical", key2 != keys);
158 "key2", key2.iterator().next());
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketConnectionD00.java 76 public void setHixieKeys(String key1,String key2)
79 _key2=key2;
326 public static byte[] doTheHixieHixieShake(long key1,long key2,byte[] key3)
337 fodder[4]=(byte)(0xff&(key2>>24));
338 fodder[5]=(byte)(0xff&(key2>>16));
339 fodder[6]=(byte)(0xff&(key2>>8));
340 fodder[7]=(byte)(0xff&key2);
  /external/autotest/client/site_tests/graphics_dEQP/
process_logs.py 162 for key2 in status_dict.keys():
163 if key1 != key2:
164 flaky |= status_dict[key1] & status_dict[key2]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BNF.java 115 Object key2 = it2.next(); local
116 if (key.equals(key2)) continue;
117 Pick expression2 = (Pick) map.get(key2);

Completed in 1833 milliseconds

1 2 3 4 56 7 8 91011>>