HomeSort by relevance Sort by last modified time
    Searched defs:updateable (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 564 std::vector<int> updateable = updater.DetermineUpdates(fetch_data, local
566 EXPECT_TRUE(updateable.empty());
583 updateable = updater.DetermineUpdates(fetch_data, updates);
584 EXPECT_EQ(1u, updateable.size());
585 EXPECT_EQ(0, updateable[0]);
613 std::vector<int> updateable = local
615 // All the apps should be updateable.
616 EXPECT_EQ(3u, updateable.size());
617 for (std::vector<int>::size_type i = 0; i < updateable.size(); ++i) {
618 EXPECT_EQ(static_cast<int>(i), updateable[i]) local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 

Completed in 70 milliseconds