Searched refs:key4 (Results 1 - 8 of 8) 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/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/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/stlport/test/unit/
H A Dmap_test.cpp367 Key key1(1), key2(2), key3(3), key4(4);
371 cont.insert(value(&key4, 4));
416 Key key1(1), key2(2), key3(3), key4(4);
420 cont.insert(value(&key4, 4));
H A Dset_test.cpp422 Key key1(1), key2(2), key3(3), key4(4);
426 keySet.insert(&key4);
469 Key key1(1), key2(2), key3(3), key4(4);
473 keySet.insert(&key4);
H A Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4);
599 cont.insert(&key4);
636 Key key1(1), key2(2), key3(3), key4(4);
640 cont.insert(&key4);
/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_code_conversion_x.cc538 MAP3 key4 = {keysym & 0xFFFF, xkey->keycode, keysym_shift & 0xFFFF, 0xFFFF,
541 std::lower_bound(map3, map3 + arraysize(map3), key4, MAP3());
542 if (p != map3 + arraysize(map3) && p->ch0 == key4.ch0 && p->sc == key4.sc &&
543 p->ch1 == key4.ch1)
/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 8325 milliseconds