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

  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 330 CrxComponent com2; local
331 RegisterComponent(&com2, kTestComponent_abag, Version("2.2"), &installer2);
339 EXPECT_EQ(0, static_cast<TestInstaller*>(com2.installer)->error());
340 EXPECT_EQ(0, static_cast<TestInstaller*>(com2.installer)->install_count());
525 CrxComponent com2; local
526 RegisterComponent(&com2, kTestComponent_jebg, Version("0.9"), &installer2);
549 OnDemandTester::OnDemand(component_updater(), GetCrxComponentID(com2)));
556 EXPECT_EQ(0, static_cast<TestInstaller*>(com2.installer)->error());
557 EXPECT_EQ(1, static_cast<TestInstaller*>(com2.installer)->install_count());
567 // second component (com2) and a normal request for the other component
737 CrxComponent com2; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkXfermode_opts_arm_neon.cpp 441 int32x4_t com1, com2; local
444 com2 = vreinterpretq_s32_u32(
487 val1_2 = com2 - sub2;
491 val2_2 = com2 + sub2;
    [all...]

Completed in 153 milliseconds