Searched refs:key2 (Results 26 - 50 of 218) sorted by relevance

123456789

/external/openfst/src/include/fst/extensions/far/
H A Dequal.h61 const string key2 = reader2->GetKey(); local
62 if (!end_key.empty() && end_key < key1 && end_key < key2) {
67 if (key1 != key2) {
69 << key1 << "\" <> \"" << key2 << "\"."; local
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage_unittest.cc76 const std::string key2 = "abcd"; local
95 // key2 not found.
96 EXPECT_FALSE(storage_->GetEntry(key2, &result));
101 entry2.set_resource_id(key2);
105 // key2 found.
106 EXPECT_TRUE(storage_->GetEntry(key2, &result));
107 EXPECT_EQ(key2, storage_->GetChild(key1, name2));
111 entry3.set_parent_resource_id(key2);
118 EXPECT_EQ(key3, storage_->GetChild(key2, name3));
125 EXPECT_TRUE(storage_->GetChild(key2, name
192 const std::string key2 = "abcd"; local
384 const std::string key2 = "bar"; local
[all...]
/external/chromium/chrome/browser/rlz/
H A Drlz_unittest.cc45 RegKey key2; local
46 EXPECT_EQ(ERROR_SUCCESS, key2.Open(HKEY_CURRENT_USER, kKeyName, KEY_READ));
48 EXPECT_EQ(ERROR_SUCCESS, key2.ReadValueDW(kEvent2, &recorded_value));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_hash_table.h60 int (*compare)(void *key1, void *key2));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_hash_table.h60 int (*compare)(void *key1, void *key2));
/external/chromium_org/third_party/mesa/src/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/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/chromium/net/base/
H A Dhost_cache_unittest.cc281 HostCache::Key key2("foobar.com", ADDRESS_FAMILY_IPV4, 0);
284 const HostCache::Entry* entry2 = NULL; // Entry for key2
296 EXPECT_TRUE(cache.Lookup(key2, base::TimeTicks()) == NULL);
297 cache.Set(key2, OK, AddressList(), now);
298 entry2 = cache.Lookup(key2, base::TimeTicks());
316 HostCache::Key key2("foobar.com", ADDRESS_FAMILY_IPV4,
322 const HostCache::Entry* entry2 = NULL; // Entry for key2
335 EXPECT_TRUE(cache.Lookup(key2, base::TimeTicks()) == NULL);
336 cache.Set(key2, OK, AddressList(), now);
337 entry2 = cache.Lookup(key2, bas
396 HostCache::Key key2; member in struct:net::__anon2962
459 const HostCache::Key& key2 = tests[i].key2; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duhash.h115 * @param key2 A key stored in a hashtable
119 const UHashTok key2);
600 * @param key2 The string for comparison
601 * @return true if key1 and key2 are equal, return false otherwise.
604 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
610 * @param key2 The string for comparison
611 * @return true if key1 and key2 are equal, return false otherwise.
614 uhash_compareChars(const UHashTok key1, const UHashTok key2);
620 * @param key2 The string for comparison
621 * @return true if key1 and key2 ar
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dhash_table.h50 typedef int (*hash_compare_func_t)(const void *key1, const void *key2);
182 hash_table_pointer_compare(const void *key1, const void *key2);
/external/libsepol/include/sepol/policydb/
H A Dhashtab.h38 int (*keycmp) (struct hashtab_val * h, hashtab_key_t key1, hashtab_key_t key2); /* key comparison function */
54 const hashtab_key_t key2),
/external/mesa3d/src/mesa/program/
H A Dhash_table.h50 typedef int (*hash_compare_func_t)(const void *key1, const void *key2);
182 hash_table_pointer_compare(const void *key1, const void *key2);
/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.cpp105 uint8_t * key2 = &buffer2[pad+offset]; local
110 memcpy(key2,key1,len);
118 flipbit(key2,len,bit);
119 hash(key2,len,0,hash2);
128 flipbit(key2,len,bit);
129 hash(key2,len,0,hash2);
/external/pixman/test/
H A Dglyph-test.c251 void *key2 = KEY2 (glyph_img); local
254 if (!(glyph = pixman_glyph_cache_lookup (cache, key1, key2)))
257 pixman_glyph_cache_insert (cache, key1, key2, 5, 8, glyph_img);
307 void *key1, *key2; local
310 key2 = KEY2 (img);
312 pixman_glyph_cache_remove (cache, key1, key2);
/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier_unittest.cc322 MultiThreadedCertVerifier::RequestParams key2; member in struct:net::__anon8585
325 // -1 means key1 is less than key2
326 // 0 means key1 equals key2
327 // 1 means key1 is greater than key2
384 const MultiThreadedCertVerifier::RequestParams& key2 = tests[i].key2; local
388 EXPECT_TRUE(key1 < key2);
389 EXPECT_FALSE(key2 < key1);
392 EXPECT_FALSE(key1 < key2);
393 EXPECT_FALSE(key2 < key
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DRuleBasedCollatorTest.java108 CollationKey key2 = coll.getCollationKey(source2);
109 assertEquals(source2, key2.getSourceString());
110 assertTrue(key1.compareTo(key2) > 0);
265 CollationKey key2 = coll.getCollationKey("abc");
267 assertEquals(0, key.compareTo(key2));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duvectest.cpp70 UVectorTest_compareInt32(UHashTok key1, UHashTok key2) { argument
71 if (key1.integer > key2.integer) {
74 else if (key1.integer < key2.integer) {
82 UVectorTest_compareCstrings(const UHashTok key1, const UHashTok key2) { argument
83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
164 static UBool U_CALLCONV neverTRUE(const UHashTok /*key1*/, const UHashTok /*key2*/) {
/external/icu4c/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/openssh/
H A Droaming_client.c61 static u_int64_t key1, key2, oldkey1, oldkey2; variable
74 key2 = oldkey2 = packet_get_int64();
103 key2 = oldkey2;
121 oldkey2 = key2;
123 calculate_new_key(&key2, cookie, chall);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c261 unsigned long key2 = node->BitMapKey; local
271 key2 = hamt->ReHashKey(
276 keypart2 = (key2 >> keypartbits) & 0x1F;
283 newnodes[0].BitMapKey = key2;
300 newnodes[0].BitMapKey = key2;
307 newnodes[1].BitMapKey = key2;
/external/chromium_org/chromeos/network/
H A Dcros_network_functions_unittest.cc202 const std::string key2 = "key2"; local
206 value.SetString(key2, string2);
445 const std::string key2 = "key.2."; local
450 result.SetWithoutPathExpansion(key2, new base::StringValue(value2));
467 const std::string key2 = "key.2."; local
472 result.SetWithoutPathExpansion(key2, new base::StringValue(value2));
488 const std::string key2 = "key.2."; local
493 result.SetWithoutPathExpansion(key2, new base::StringValue(value2));
509 const std::string key2 local
533 const std::string key2 = "key.2."; local
557 const std::string key2 = "key.2."; local
602 const std::string key2 = "key.2."; local
780 const std::string key2 = "key2"; local
[all...]
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.pxd17 int ct_compare(object key1, object key2)
/external/chromium_org/v8/src/
H A Dtransitions.cc67 static bool InsertionPointFound(Name* key1, Name* key2) { argument
68 return key1->Hash() > key2->Hash();
/external/icu4c/common/
H A Dunistr_case.cpp169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { argument
172 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
/external/v8/src/
H A Dprofile-generator.h81 INLINE(static bool StringsMatch(void* key1, void* key2)) { argument
83 reinterpret_cast<char*>(key2)) == 0;
335 INLINE(static bool UidsMatch(void* key1, void* key2)) { argument
336 return key1 == key2;
730 static bool AddressesMatch(void* key1, void* key2) { argument
731 return key1 == key2;
771 INLINE(static bool HeapSnapshotsMatch(void* key1, void* key2)) { argument
772 return key1 == key2;
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) { argument
842 return key1 == key2;
1046 RetainedInfosMatch(void* key1, void* key2) argument
1051 INLINE(static bool StringsMatch(void* key1, void* key2)) argument
1125 INLINE(static bool ObjectsMatch(void* key1, void* key2)) argument
[all...]

Completed in 606 milliseconds

123456789