Searched defs:key4 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DHashes.cpp141 const uint32_t m = 0x83d2e73b, n = 0x97e1cc59, *key4 = (const uint32_t *)key; local
145 while ( len >= 8 ) { c8mix(key4[0]) c8mix(key4[1]) key4 += 2; len -= 8; }
146 if ( len >= 4 ) { c8mix(key4[0]) key4 += 1; len -= 4; }
147 if ( len ) { c8mix( key4[0] & ( ( 1 << ( len * 8 ) ) - 1 ) ) }
/external/chromium_org/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain_unittest.cc438 const char* key4 = "a.b.aaa"; local
455 key4, EXCLUDE_UNKNOWN_REGISTRIES));
475 const char* key4 = "a.b.aaa"; local
492 key4, EXCLUDE_UNKNOWN_REGISTRIES));
/external/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer_unittest.cc90 uint key4,
94 ExpectCharacterComposed(character_composer, key2, key3, key4, flags,
104 uint key4,
109 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, flags,
119 uint key4,
125 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, key6,
86 ExpectCharacterComposed(CharacterComposer* character_composer, uint key1, uint key2, uint key3, uint key4, int flags, const base::string16& expected_character) argument
100 ExpectCharacterComposed(CharacterComposer* character_composer, uint key1, uint key2, uint key3, uint key4, uint key5, int flags, const base::string16& expected_character) argument
115 ExpectCharacterComposed(CharacterComposer* character_composer, uint key1, uint key2, uint key3, uint key4, uint key5, uint key6, int flags, const base::string16& expected_character) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc561 IndexedDBKey key4 = IndexedDBKey(ASCIIToUTF16("key4")); local
566 IndexedDBKeyRange ranges[] = {IndexedDBKeyRange(key3, key4, true, false),

Completed in 168 milliseconds