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

  /external/chromium/chrome/browser/policy/
profile_policy_connector_unittest.cc 36 MockConfigurationPolicyStore store1; local
37 EXPECT_CALL(store1, Apply(_, _)).Times(2);
38 EXPECT_TRUE(merging_provider.Provide(&store1));
39 EXPECT_EQ(store1.policy_map().size(), 2u);
40 EXPECT_TRUE(store1.Get(kPolicyPrintingEnabled) != NULL);
41 EXPECT_TRUE(store1.Get(kPolicyProxyMode) != NULL);
  /external/chromium_org/content/test/data/indexeddb/
bug_90635.js 29 db.createObjectStore('store1');
50 var transaction = db.transaction(['store1', 'store2', 'store3'], 'readonly');
51 var store1 = transaction.objectStore('store1');
55 if (store1.keyPath !== null ||
version_change_crash.js 22 // Set version 1, create store1
30 openreq.result.createObjectStore('store1');
77 if (!db.objectStoreNames.contains('store1')) {
78 result('fail - store1 does not exist');
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_dspr2.c 38 uint32_t store1, store2; local
89 "lbux %[store1], %[Temp1](%[cm]) \n\t"
90 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 1 */
98 "sb %[store1], 0(%[dst_ptr]) \n\t"
102 "lbux %[store1], %[Temp1](%[cm]) \n\t"
104 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 3 */
107 "sb %[store1], 2(%[dst_ptr]) \n\t"
114 [store1] "=&r" (store1), [store2] "=&r" (store2)
142 uint32_t store1, store2; local
    [all...]
vp9_convolve2_vert_dspr2.c 38 uint32_t store1, store2; local
88 "lbux %[store1], %[Temp1](%[cm]) \n\t"
94 "sb %[store1], 0(%[dst_ptr]) \n\t"
97 "lbux %[store1], %[Temp1](%[cm]) \n\t"
100 "sb %[store1], 2(%[dst_ptr]) \n\t"
107 [store1] "=&r" (store1), [store2] "=&r" (store2),
135 uint32_t store1, store2; local
185 "lbux %[store1], %[Temp1](%[cm]) \n\t"
191 "sb %[store1], 0(%[dst_ptr]) \n\t
    [all...]
vp9_convolve8_vert_dspr2.c 39 uint32_t store1, store2; local
138 "lbux %[store1], %[Temp1](%[cm]) \n\t"
148 "sb %[store1], 0(%[dst_ptr]) \n\t"
151 "lbux %[store1], %[Temp1](%[cm]) \n\t"
154 "sb %[store1], 2(%[dst_ptr]) \n\t"
163 [store1] "=&r" (store1), [store2] "=&r" (store2),
193 uint32_t store1, store2; local
293 "lbux %[store1], %[Temp1](%[cm]) \n\t"
303 "sb %[store1], 0(%[dst_ptr]) \n\t
    [all...]
vp9_convolve8_avg_dspr2.c 39 uint32_t store1, store2; local
140 "lbux %[store1], %[Temp1](%[cm]) \n\t"
143 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 1 */
153 "sb %[store1], 0(%[dst_ptr]) \n\t"
157 "lbux %[store1], %[Temp1](%[cm]) \n\t"
159 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 3 */
162 "sb %[store1], 2(%[dst_ptr]) \n\t"
170 [store1] "=&r" (store1), [store2] "=&r" (store2)
200 uint32_t store1, store2; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store_unittest.cc 158 CloudExternalDataStore store1(kKey1, task_runner_, resource_cache_.get());
159 EXPECT_TRUE(store1.Store(kPolicy1, kData1Hash, kData1));
175 EXPECT_TRUE(store1.Load(kPolicy1, kData1Hash, kMaxSize, &data));
177 EXPECT_FALSE(store1.Load(kPolicy2, kData2Hash, kMaxSize, &data));
185 store1.Prune(metadata);
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc 164 scoped_refptr<TestCommandLinePrefStore> store1 = local
166 store1->VerifyProxyMode(ProxyPrefs::MODE_FIXED_SERVERS);
185 scoped_refptr<TestCommandLinePrefStore> store1 = local
191 store1->VerifySSLCipherSuites(expected_ciphers1,
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 146 scoped_refptr<TestCommandLinePrefStore> store1 = local
148 store1->VerifyProxyMode(ProxyPrefs::MODE_FIXED_SERVERS);
  /external/qemu/android/skin/
region.c 455 RunStore *store1, *store2; local
472 store1 = runstore_from_runs(runs1);
475 if (store1->count == store2->count &&
476 !memcmp( (char*)runs1, (char*)runs2, store1->count*sizeof(Run) ) )
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 1895 bool store1 = false, store2 = false; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2523 bool store1 = false, store2 = false; local
    [all...]
  /external/chromium/net/disk_cache/
backend_unittest.cc 1923 ScopedTestCache store1; local
    [all...]
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 2861 base::ScopedTempDir store1, store2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 331 milliseconds