HomeSort by relevance Sort by last modified time
    Searched refs:products (Results 1 - 25 of 1534) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /device/google/atv/products/
sdk_atv_x86.mk 18 $(call inherit-product, device/google/atv/products/sdk_atv_armv7.mk)
atv_arm.mk 17 $(call inherit-product, device/google/atv/products/atv_generic.mk)
atv_x86.mk 21 $(call inherit-product, device/google/atv/products/atv_generic.mk)
atv_generic.mk 48 $(call inherit-product, device/google/atv/products/atv_base.mk)
sdk_atv_armv7.mk 54 $(call inherit-product, device/google/atv/products/atv_base.mk)
  /external/chromium_org/device/usb/
usb_ids.h 23 const UsbProduct* products; member in struct:device::UsbVendor
usb_ids.cc 51 void* result = bsearch(&key, vendor->products, vendor->product_size,
52 sizeof(vendor->products[0]), &CompareProducts);
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 77 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
259 // products we're operating on (which including the multi-install binaries).
260 const Products& products = installer_state->products(); local
263 for (Products::const_iterator it = products.begin(); it < products.end()
376 const Products& products = installer_state->products(); local
529 const Products& products = installer_state->products(); local
673 const Products& products = installer_state.products(); local
825 const Products& products = installer_state->products(); local
1159 const Products& products = installer_state->products(); local
1169 const Products& products = installer_state->products(); local
1515 const Products& products = installer_state.products(); local
1670 const Products& products = installer_state.products(); local
    [all...]
install_worker.cc 83 // products managed by a given package.
155 if (installer_state.products().size() != 1 ||
332 // One or more products are being uninstalled, but not Chrome Binaries.
401 const Products& products = installer_state.products(); local
402 for (Products::const_iterator it = products.begin(); it < products.end();
941 const Products& products = installer_state.products(); local
1049 const Products& products = installer_state.products(); local
1115 const Products& products = installer_state.products(); local
1301 const Products& products = installer_state.products(); local
    [all...]
  /build/core/
product.mk 30 define _find-android-products-files
60 $(call get-product-makefiles,$(_find-android-products-files))
115 $(info PRODUCTS.$(1).$(v) := $(PRODUCTS.$(1).$(v))))\
119 define dump-products
120 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
135 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
152 #TODO: check to make sure that products have all the necessary vars defined
153 define import-products
154 $(call import-nodes,PRODUCTS,$(1),$(_product_var_list)
    [all...]
product_config.mk 216 ifneq (,$(filter product-graph dump-products, $(MAKECMDGOALS)))
218 $(call import-products, $(all_product_makefiles))
227 $(call import-products, $(current_product_makefile))
231 $(check-all-products)
233 ifneq ($(filter dump-products, $(MAKECMDGOALS)),)
234 $(dump-products)
256 product_runtimes := $(sort $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_RUNTIMES))
263 $(eval PRODUCTS.$(INTERNAL_PRODUCT).$(v) += $(sort $($(v))))))
270 PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PROPERTY_OVERRIDES += persist.sys.dalvik.vm.lib.2=$(DALVIK_VM_LIB)
283 PRODUCT_BOOT_JARS := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOT_JARS)
    [all...]
  /sdk/eclipse/scripts/
build_adt.sh 48 cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/
  /device/asus/grouper/
full_grouper.mk 22 # Inherit from those products. Most specific first.
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
  /device/asus/tilapia/
full_tilapia.mk 22 # Inherit from those products. Most specific first.
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
  /device/htc/flounder/
product.mk 16 # This file is the build configuration that is shared by all products
aosp_flounder.mk 33 # Inherit from those products. Most specific first.
aosp_flounder_64_only.mk 33 # Inherit from those products. Most specific first.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 
  /external/chromium_org/chrome/installer/util/
product_unittest.cc 64 const Product* product = installer_state.products()[0];
  /device/samsung/manta/
full_manta.mk 36 # Inherit from those products. Most specific first.
  /external/chromium_org/v8/samples/
count-hosts.js 13 // contributors may be used to endorse or promote products derived
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 13 // contributors may be used to endorse or promote products derived
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 13 // contributors may be used to endorse or promote products derived
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 13 // contributors may be used to endorse or promote products derived

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>