Searched refs:key2 (Results 101 - 125 of 185) sorted by relevance

12345678

/external/chromium_org/chromeos/network/
H A Dpolicy_util.cc140 const std::string& key2,
143 return GetOrCreateDictionary(key2, inner_dict);
138 GetOrCreateNestedDictionary( const std::string& key1, const std::string& key2, base::DictionaryValue* dict) argument
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp1227 uint8_t key1[100], key2[100]; local
1235 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1241 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1244 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1245 + TestUtility::hex(key2, len2));
1283 CollationKey key1, key2; local
1295 col->getCollationKey(str2, len, key2, status);
1297 UCollationResult cmpKey = key1.compareTo(key2, status);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java429 * @param key2 the second key extracted from the entry via <code>entry.key</code>
432 protected boolean isEqualKey(Object key1, Object key2) { argument
433 //if ((key1 == null) && (key2 != null) || (key1 != null) || (key2 == null)) {
437 //key2 = (keyType > HARD ? ((Reference) key2).get() : key2);
438 return (key1 == key2 || key1.equals(key2));
H A DAbstractHashedMap.java377 * @param key2 the second key extracted from the entry via <code>entry.key</code>
380 protected boolean isEqualKey(Object key1, Object key2) { argument
381 return (key1 == key2 || ((key1 != null) && key1.equals(key2)));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DSettings.js224 function comparator(key1, key2)
226 return sizes[key2] - sizes[key1];
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashFunctions.h92 inline unsigned pairIntHash(unsigned key1, unsigned key2) argument
98 uint64_t product = longRandom * (shortRandom1 * key1 + shortRandom2 * key2);
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc295 static bool BoundsCheckKeyMatch(void* key1, void* key2) { argument
297 BoundsCheckKey* k2 = static_cast<BoundsCheckKey*>(key2);
H A Dprofile-generator.cc21 bool StringsStorage::StringsMatch(void* key1, void* key2) { argument
23 reinterpret_cast<char*>(key2)) == 0;
H A Dprofile-generator.h36 static bool StringsMatch(void* key1, void* key2);
/external/openssl/crypto/des/
H A Ddes_opts.c423 static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12}; local
446 DES_set_key_unchecked(&key2,&sch2);
/external/chromium_org/remoting/host/
H A Dclient_session_unittest.cc534 protocol::KeyEvent key2; local
535 key2.set_pressed(true);
536 key2.set_usb_keycode(2);
559 InjectKeyEvent(connection_, key2),
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.h133 extern sctp_key_t *sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2,
/external/libpng/
H A Dexample.c901 char key2[]="Description";
903 text_ptr[2].key = key2;
/external/openssl/crypto/modes/
H A Dxts128.c73 (*ctx->block2)(tweak.c,tweak.c,ctx->key2);
/external/stlport/test/unit/
H A Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4);
597 cont.insert(&key2);
636 Key key1(1), key2(2), key3(3), key4(4);
638 cont.insert(&key2);
/external/chromium_org/net/spdy/
H A Dspdy_session_pool_unittest.cc173 SpdySessionKey key2(test_host_port_pair2, ProxyServer::Direct(),
176 CreateInsecureSpdySession(http_session_, key2, BoundNetLog());
/external/chromium_org/third_party/icu/source/common/
H A Dstringtriebuilder.cpp29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { argument
30 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { argument
30 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDatabaseTestBase.java465 long key2 = database.insert("auto_table", null, values);
466 assertThat(key2, not(equalTo(key)));
/external/libsepol/src/
H A Dhashtab.c39 const hashtab_key_t key2),
35 hashtab_create(unsigned int (*hash_value) (hashtab_t h, const hashtab_key_t key), int (*keycmp) (hashtab_t h, const hashtab_key_t key1, const hashtab_key_t key2), unsigned int size) argument
/external/openssl/crypto/aes/
H A Daes_ige.c215 const AES_KEY *key2, const unsigned char *ivec,
213 AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, const AES_KEY *key2, const unsigned char *ivec, const int enc) argument
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c79 ct_compare(PyObject *key1, PyObject *key2) argument
83 res = PyObject_RichCompareBool(key1, key2, Py_LT);
91 +1 if key1 > key2
95 return PyObject_RichCompareBool(key1, key2, Py_GT);
/external/chromium_org/net/disk_cache/
H A Dentry_unittest.cc855 std::string key2("Second key");
856 ASSERT_EQ(net::OK, CreateEntry(key2, &entry));
862 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
872 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
881 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
889 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
1275 std::string key2("the second key");
1276 ASSERT_EQ(net::OK, CreateEntry(key2, &entry));
1286 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
1991 std::string key2("th
[all...]
H A Dbackend_unittest.cc1420 std::string key2("Another key");
1421 ASSERT_EQ(net::OK, CreateEntry(key2, &entry2));
1431 EXPECT_EQ(key2, entry->GetKey());
2678 char key2[2000]; local
2680 CacheTestFillBuffer(key2, sizeof(key2), true);
2682 key2[sizeof(key2) - 1] = '\0';
2684 ASSERT_EQ(net::OK, CreateEntry(key2, &entry2));
2708 EXPECT_EQ(sizeof(key2)
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_sync_unittest.cc329 turl.reset(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com",
330 "key2", 90));
376 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com"));
394 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com"));
413 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com"));
750 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"),
780 const TemplateURL* key2 = model()->GetTemplateURLForGUID("key2"); local
1121 TemplateURL* key2 = model()->GetTemplateURLForHost(google_url.host()); local
[all...]

Completed in 732 milliseconds

12345678