HomeSort by relevance Sort by last modified time
    Searched refs:key4 (Results 1 - 16 of 16) 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/
character_composer_unittest.cc 71 uint key4,
75 ExpectCharacterComposed(character_composer, key2, key3, key4, flags,
85 uint key4,
90 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, flags,
100 uint key4,
106 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, key6,
  /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);
  /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);
  /external/chromium_org/net/http/
http_pipelined_host_pool_unittest.cc 231 HttpPipelinedHost::Key key4(HostPortPair("other", 789));
251 EXPECT_FALSE(pool_->IsExistingPipelineAvailableForKey(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"
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 2467 milliseconds