Searched defs:products (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/device/usb/
H A Dusb_ids.h23 const UsbProduct* products; member in struct:device::UsbVendor
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h92 // Removes |product| from the set of products to be operated on. The object
150 const Products& products() const { return products_.get(); } function in class:installer::InstallerState
156 // products are installed. Ownership is passed to the caller.
199 // "ap" values for all products being operated on.
/external/chromium_org/chrome/test/mini_installer_test/
H A Dinstaller_test_util.cc97 std::vector<installer_test::InstalledProduct>* products) {
98 // Clear out the products list.
99 products->clear();
100 // Check user-level and system-level for products.
118 products->push_back(current_prod);
122 return !products->empty();
224 LOG(WARNING) << "No installed products to uninstall.";
237 std::vector<BrowserDistribution::Type> products; local
240 products.push_back(ToBrowserDistributionType(type));
242 products
96 GetInstalledProducts( std::vector<installer_test::InstalledProduct>* products) argument
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc81 // products managed by a given package.
153 if (installer_state.products().size() != 1 ||
279 // One or more products are being uninstalled, but not Chrome Binaries.
347 const Products& products = installer_state.products(); local
348 for (Products::const_iterator it = products.begin(); it < products.end();
779 } else if (!installer_state.products().empty()) {
781 source_type = installer_state.products()[0]->distribution()->GetType();
784 LOG(ERROR) << "No products foun
827 const Products& products = installer_state.products(); local
924 const Products& products = installer_state.products(); local
980 const Products& products = installer_state.products(); local
1142 const Products& products = installer_state.products(); local
[all...]
H A Dsetup_main.cc187 // In multi-install, adds all products to |installer_state| that are
188 // multi-installed and must be updated along with the products already present
222 // See what products are already installed in multi mode. When we do the
257 // products we're operating on (which including the multi-install binaries).
258 const Products& products = installer_state->products(); local
261 for (Products::const_iterator it = products.begin(); it < products.end();
317 // Check for differing update policies for all of the products being updated.
318 const Products& products
367 const Products& products = installer_state->products(); local
520 const Products& products = installer_state->products(); local
663 const Products& products = installer_state.products(); local
826 const Products& products = installer_state->products(); local
1161 const Products& products = installer_state->products(); local
1171 const Products& products = installer_state->products(); local
1501 const Products& products = installer_state.products(); local
1656 const Products& products = installer_state.products(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 557 milliseconds