/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
xts128.c | 86 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); 129 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); 164 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); 175 (*ctx->block1)(scratch.c,scratch.c,ctx->key1);
|
/external/clang/test/ARCMT/ |
objcmt-subscripting-literals.m | 107 dict = [NSDictionary dictionaryWithObjectsAndKeys: @"value1", @"key1", @"value2", @"key2", nil]; 110 @"value1", @"key1", 130 @"key1" 150 [mdict setObject:[dict objectForKey:@"key1"] forKey:[dict objectForKey:[NSArray arrayWithObject:@"arrkey"]]];
|
/external/clang/test/CodeGen/ |
2008-03-24-BitField-And-Alloca.c | 60 unsigned int key1; member in struct:_Key::__anon18214
|
/external/icu4c/i18n/ |
scriptset.cpp | 245 uhash_equalsScriptSet(const UElement key1, const UElement key2) { 246 icu::ScriptSet *s1 = static_cast<icu::ScriptSet *>(key1.pointer); 252 uhash_compareScriptSet(UElement key0, UElement key1) { 254 icu::ScriptSet *s1 = static_cast<icu::ScriptSet *>(key1.pointer);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.h | 63 int (*compare)(const void *key1, const void *key2),
|
u_hash_table.h | 60 int (*compare)(void *key1, void *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/openssl/crypto/modes/ |
xts128.c | 86 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); 129 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); 164 (*ctx->block1)(scratch.c,scratch.c,ctx->key1); 175 (*ctx->block1)(scratch.c,scratch.c,ctx->key1);
|
/frameworks/base/core/java/android/content/pm/ |
ContainerEncryptionParams.java | 233 private static final boolean isSecretKeyEqual(SecretKey key1, SecretKey key2) { 234 final String keyFormat = key1.getFormat(); 242 if (key1.getEncoded() != key2.getEncoded()) { 250 if (!Arrays.equals(key1.getEncoded(), key2.getEncoded())) {
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanismTest.java | 125 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", local 127 assertFalse(em.isCryptoAllowed(key1)); 129 em.init(key1);
|
/external/chromium/net/data/cache_tests/dirty_entry5/ |
contents.txt | 142 std::string key1("The first key"); 147 ASSERT_EQ(net::OK, CreateEntry(key1, &entry)); 155 ASSERT_EQ(net::OK, OpenEntry(key1, &entry));
|
/external/chromium_org/net/data/cache_tests/dirty_entry5/ |
contents.txt | 142 std::string key1("The first key"); 147 ASSERT_EQ(net::OK, CreateEntry(key1, &entry)); 155 ASSERT_EQ(net::OK, OpenEntry(key1, &entry));
|
/external/chromium_org/net/http/ |
http_pipelined_host_pool_unittest.cc | 228 HttpPipelinedHost::Key key1(HostPortPair("host", 123)); 232 MockHost* host1 = CreateDummyHost(key1); 239 EXPECT_TRUE(pool_->IsExistingPipelineAvailableForKey(key1));
|
/external/icu4c/common/ |
uhash.h | 575 * @param key1 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); 585 * @param key1 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); 595 * @param key1 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); 637 * @param key1 The integer for compariso [all...] |
/external/srtp/crypto/test/ |
auth_driver.c | 62 /* key1 is for TAG_WORDS = 2 */ 64 const uint16_t key1[47] = { variable 139 status = auth_init(a, (uint8_t *)key1);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | 111 * Check if key1 and key2 are the same. 115 key *key1, 122 if ((key1->len_k == key2->len_k) && 123 !memcmp(key1->name_k, key2->name_k, (size_t)key1->len_k)) 126 (int)key1->len_k, key1->name_k); 131 if (key1->hash_k == key2->hash_k) 133 fprintf(stderr, "perfect.c: Duplicate keys! %.8lx\n", key1->hash_k); 139 key1->a_k, key1->b_k) 361 key *key1; local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
IdentityHashMapTest.java | 117 map.put("key1", "value1"); 119 map.remove("key1"); 121 assertTrue("Did not remove key1", !map.containsKey("key1")); 122 assertTrue("Did not remove the value for key1", !map 450 identityHashMap.put("key1", "value1");
|
/external/chromium/net/websockets/ |
websocket_handshake_handler.cc | 207 request_info.extra_headers.GetHeader("Sec-WebSocket-Key1", &key); 208 request_info.extra_headers.RemoveHeader("Sec-WebSocket-Key1"); 226 std::string key1; local 239 "sec-websocket-key1")) { 241 key1 = iter.values(); 262 GetKeyNumber(key1, challenge);
|
websocket_job_unittest.cc | 243 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n" 288 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n" 356 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n" 369 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n" 444 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n" 457 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
|
/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 45 extras.putParcelable("key1", new MockParcelable()); 88 extras.putBoolean("key1", false); 94 assertFalse(actual.getBoolean("key1"));
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
RuleBasedCollatorTest.java | 105 CollationKey key1 = coll.getCollationKey(source); local 106 assertEquals(source, key1.getSourceString()); 110 assertTrue(key1.compareTo(key2) > 0);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 177 byte[] key1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; 179 ks = new DESKeySpec(key1, 2); 186 + "as specified in a constructor.", key1, res); 188 System.arraycopy(key1, 2, exp, 0, 8);
|
/external/chromium_org/chromeos/system/ |
name_value_pairs_parser.h | 48 // e.g. ParseNameValuePairs("key1=value1 key2=value2", "=", " ")
|
/external/chromium_org/third_party/icu/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) { 327 return (UBool)((key1.pointer != NULL) && 329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pubsubclient_unittest.cc | 130 " <item id='key1'>" 142 EXPECT_EQ("key1", listener->items[1].itemid); 153 " <item id='key1'>" 166 EXPECT_EQ("key1", listener->items[3].itemid);
|