HomeSort by relevance Sort by last modified time
    Searched refs:key4 (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Hashes.cpp 141 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/
character_composer_unittest.cc 90 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,
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain_unittest.cc 438 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/
map_test.cpp 367 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));
set_test.cpp 422 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);
unordered_test.cpp 595 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);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 102 findViewById(R.id.key4), findViewById(R.id.key5), findViewById(R.id.key6)
KeyguardPinBasedInputView.java 195 mButton4 = findViewById(R.id.key4);
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 367 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));
set_test.cpp 422 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);
unordered_test.cpp 595 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);
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 367 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));
set_test.cpp 422 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);
unordered_test.cpp 595 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);
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 669 String key4 = "key4"; local
673 String key4Selection = COLUMN_KEY_NAME + "=\"" + key4 + "\"";
680 values.put(COLUMN_KEY_NAME, key4);
691 assertEquals(key4, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
720 String key4 = "key4"; local
732 cvs[0].put(COLUMN_KEY_NAME, key4);
751 assertEquals(key4, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 273 'key4': 'value4'
276 data = "key2=value2x&key3=value3&key4=value4"
297 Content-Disposition: form-data; name="key4"
322 Content-Disposition: form-data; name="key4"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 273 'key4': 'value4'
276 data = "key2=value2x&key3=value3&key4=value4"
297 Content-Disposition: form-data; name="key4"
322 Content-Disposition: form-data; name="key4"
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.cc 528 MAP3 key4 = {keysym & 0xFFFF, xkey.keycode, keysym_shift & 0xFFFF, 0xFFFF,
531 std::lower_bound(map3, map3 + arraysize(map3), key4, MAP3());
532 if (p != map3 + arraysize(map3) && p->ch0 == key4.ch0 && p->sc == key4.sc &&
533 p->ch1 == key4.ch1)
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 545 IndexedDBKey key4 = IndexedDBKey(ASCIIToUTF16("key4")); local
550 IndexedDBKeyRange ranges[] = {IndexedDBKeyRange(key3, key4, true, false),
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 3762 milliseconds