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

  /build/core/tasks/
product-graph.mk 18 define gather-all-products
21 $(call all-products-inner, $(ALL_PRODUCTS)) \
26 define all-products-inner
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
39 products_svg := $(OUT_DIR)/products.svg
40 products_pdf := $(OUT_DIR)/products.pdf
41 products_graph := $(OUT_DIR)/products.dot
52 really_all_products := $(call gather-all-products)
62 label=\"$(dir $(1))\\n$(notdir $(1))\\n\\n$(subst $(close_parenthesis),,$(subst $(open_parethesis),,$(PRODUCTS.$(strip $(1)).PRODUCT_MODEL)))\\n$(PRODUCTS.$(strip $(1)).PRODUCT_DEVICE)\"
    [all...]
  /build/core/
product.mk 30 define _find-android-products-files
60 $(call get-product-makefiles,$(_find-android-products-files))
106 $(info PRODUCTS.$(1).$(v) := $(PRODUCTS.$(1).$(v))))\
110 define dump-products
111 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
126 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
143 #TODO: check to make sure that products have all the necessary vars defined
144 define import-products
145 $(call import-nodes,PRODUCTS,$(1),$(_product_var_list)
    [all...]
  /external/chromium_org/device/usb/
usb_ids.h 23 const UsbProduct* products; member in struct:device::UsbVendor
  /external/chromium_org/chrome/test/mini_installer_test/
installer_test_util.cc 99 std::vector<installer_test::InstalledProduct>* products) {
100 // Clear out the products list.
101 products->clear();
102 // Check user-level and system-level for products.
120 products->push_back(current_prod);
124 return !products->empty();
226 LOG(WARNING) << "No installed products to uninstall.";
239 std::vector<BrowserDistribution::Type> products; local
242 products.push_back(ToBrowserDistributionType(type));
244 products.push_back(BrowserDistribution::CHROME_BROWSER)
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.cc 498 const Products& products = installer_state.products(); local
499 DCHECK(products.size());
install_worker.cc 113 // products managed by a given package.
185 if (installer_state.products().size() != 1 ||
311 // One or more products are being uninstalled, but not Chrome Binaries.
379 const Products& products = installer_state.products(); local
380 for (Products::const_iterator it = products.begin(); it < products.end();
881 const Products& products = installer_state.products(); local
979 const Products& products = installer_state.products(); local
1035 const Products& products = installer_state.products(); local
1208 const Products& products = installer_state.products(); local
    [all...]
setup_main.cc 76 using installer::Products;
189 // In multi-install, adds all products to |installer_state| that are
190 // multi-installed and must be updated along with the products already present
224 // See what products are already installed in multi mode. When we do the
265 // products we're operating on (which including the multi-install binaries).
266 const Products& products = installer_state->products(); local
269 for (Products::const_iterator it = products.begin(); it < products.end()
386 const Products& products = installer_state->products(); local
575 const Products& products = installer_state->products(); local
735 const Products& products = installer_state->products(); local
774 const Products& products = installer_state.products(); local
1223 const Products& products = installer_state->products(); local
1233 const Products& products = installer_state->products(); local
1524 const Products& products = installer_state.products(); local
1693 const Products& products = installer_state.products(); local
1831 const Products& products = installer_state.products(); local
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state.h 36 typedef std::vector<Product*> Products;
92 // 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.
195 // "ap" values for all products being operated on.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1156 milliseconds