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

  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 742 std::vector<int> updateable; local
743 downloader.DetermineUpdates(fetch_data, updates, &updateable);
744 EXPECT_TRUE(updateable.empty());
766 downloader.DetermineUpdates(fetch_data, updates, &updateable);
767 EXPECT_EQ(1u, updateable.size());
768 EXPECT_EQ(0, updateable[0]);
804 std::vector<int> updateable; local
805 downloader.DetermineUpdates(fetch_data, updates, &updateable);
806 // All the apps should be updateable.
807 EXPECT_EQ(3u, updateable.size())
809 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 

Completed in 54 milliseconds