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

  /external/chromium/chrome/browser/policy/
profile_policy_connector_unittest.cc 48 MockConfigurationPolicyStore store2; local
49 EXPECT_CALL(store2, Apply(_, _)).Times(2);
50 EXPECT_TRUE(merging_provider.Provide(&store2));
51 EXPECT_EQ(store2.policy_map().size(), 2u);
52 EXPECT_TRUE(store2.Get(kPolicyPrintingEnabled) != NULL);
53 EXPECT_TRUE(store2.Get(kPolicyProxyServer) != NULL);
54 EXPECT_TRUE(store2.Get(kPolicyProxyMode) == NULL);
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 121 scoped_refptr<TestCommandLinePrefStore> store2 = local
123 EXPECT_TRUE(store2->ProxySwitchesAreValid());
152 scoped_refptr<TestCommandLinePrefStore> store2 = local
154 store2->VerifyProxyMode(ProxyPrefs::MODE_PAC_SCRIPT);
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 719 ArmLIR *store2 = NULL; local
776 store2 = newLIR3(cUnit, opcode, rSrcHi, rBase, encodedDisp + 1);
783 store2 = newLIR3(cUnit, kThumbStrRRI5, rSrcHi, rScratch, 1);
794 if (store2 != NULL)
795 annotateDalvikRegAccess(store2, (displacement >> 2) + 1,
801 if (store2 != NULL && cUnit->heapMemOp)
802 store2->flags.insertWrapper = true;
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 724 MipsLIR *store2 = NULL; local
779 store2 = newLIR3(cUnit, opcode, rSrcHi, displacement + HIWORD_OFFSET, rBase);
788 store2 = newLIR3(cUnit, opcode, rSrcHi, HIWORD_OFFSET, rScratch);
797 if (store2 != NULL)
798 annotateDalvikRegAccess(store2, (displacement + HIWORD_OFFSET) >> 2,
805 if (store2 != NULL && cUnit->heapMemOp)
806 store2->flags.insertWrapper = true;
  /external/qemu/android/skin/
region.c 455 RunStore *store1, *store2; local
473 store2 = runstore_from_runs(runs2);
475 if (store1->count == store2->count &&
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 1895 bool store1 = false, store2 = false; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2516 bool store1 = false, store2 = false; local
    [all...]
  /external/chromium/net/disk_cache/
backend_unittest.cc     [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 152 milliseconds