HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 301 - 325 of 495) sorted by null

<<11121314151617181920

  /build/core/
Makefile 15 # Define rules to copy PRODUCT_COPY_FILES defined by the product.
22 define check-product-copy-files
35 $(call check-product-copy-files,$(cf)) \
98 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
136 $(patsubst ro.product.locale.language=%,%,\
137 $(filter ro.product.locale.language=%,$(PRODUCT_PROPERTY_OVERRIDES))))
139 $(patsubst ro.product.locale.region=%,%,\
140 $(filter ro.product.locale.region=%,$(PRODUCT_PROPERTY_OVERRIDES))))
224 ro.product.brand= \
225 ro.product.manufacturer=
    [all...]
cleanspec.mk 43 # Use $(PRODUCT_OUT) to get to the "out/target/product/blah/" directory.
main.mk 383 # each product.
453 $(call stash-product-vars, __STASHED)
500 $(call assert-product-vars, __STASHED)
510 $(warning * the appropriate product definition.)
511 $(warning * build/target/product/core.mk is the product)
588 # The base list of modules to build for this product is specified
589 # by the appropriate product definition file, which was included
605 # requested by the product, because we probably won't have rules
    [all...]
cleanbuild.mk 114 # is a valid make target. Eventually, it will just be a product, at
120 # Don't bother with this extra part when explicitly building the sdk product.
  /device/asus/grouper/
BoardConfig.mk 19 # included in a build is to use PRODUCT_PACKAGES in a product
BoardConfigCommon.mk 19 # included in a build is to use PRODUCT_PACKAGES in a product
  /external/bluetooth/bluedroid/main/
bte_conf.c 406 rec.product = (UINT16)strtoul(did_conf_pairs[CONF_DID_PRODUCT_ID].value, NULL, 0);
432 rec.vendor_id_source, rec.product, rec.version);
  /external/chromium/net/websockets/
websocket_handshake.cc 281 uint32 product = *number * space; local
283 std::string s = base::StringPrintf("%u", product);
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 18 'product_name': 'The name of the product the module belongs to',
  /external/chromium_org/rlz/lib/
financial_ping_test.cc 182 static void SetLastPingTime(int64 time, rlz_lib::Product product) {
187 store->WritePingTime(product, time);
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 25 * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). *
904 * Creates a new ServerHeader based on the newly supplied product value.
906 * @param product - the new list value of the product.
908 * unexpectedly while parsing the product value.
    [all...]
  /frameworks/av/media/mtp/
MtpDevice.cpp 42 static bool isMtpDevice(uint16_t vendor, uint16_t product) {
44 if (vendor == 0x0781 && product == 0x74c2)
47 if (vendor == 0x04e8 && product == 0x503c)
99 // look for special cased devices based on vendor/product ID
102 uint16_t product = usb_device_get_product_id(device);
103 if (!isMtpDevice(vendor, product)) {
  /system/core/adb/
commandline.c 57 fprintf(stderr, "adb: Product directory not specified; "
92 " -p <product name or path> - simple product name like 'sooner', or\n"
93 " a relative/absolute path to a product\n"
94 " out directory like 'out/target/product/sooner'.\n"
855 * - A simple product name
859 * e.g., "out/target/product/sooner"
861 * e.g., "/src/device/out/target/product/sooner"
914 "product" OS_PATH_SEPARATOR_STR
917 fprintf(stderr, "adb: Couldn't find a product dir
976 const char *product = NULL; local
    [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 252 base::string16 version, product; local
257 &product, local
270 google_breakpad::CustomInfoEntry(L"prod", UTF16ToWide(product).c_str()));
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 354 int product = (quotient) * 28; local
356 year += product;
357 ASSERT((year >= minYear && year <= maxYear) || (product - year == static_cast<int>(std::numeric_limits<double>::quiet_NaN())));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 473 >>> product = 1
475 ... product *= factor # and multiply them
476 >>> product
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 473 >>> product = 1
475 ... product *= factor # and multiply them
476 >>> product
  /external/chromium_org/chrome/browser/resources/help/
help.js 62 $('product-license').innerHTML = loadTimeData.getString('productLicense');
64 $('product-os-license').innerHTML =
68 var productTOS = $('product-tos');
  /build/target/board/generic/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/asus/flo/
device-common.mk 289 $(call inherit-product, frameworks/native/build/tablet-7in-xhdpi-2048-dalvik-heap.mk)
290 $(call inherit-product, hardware/qcom/msm8960/msm8960.mk)
  /device/lge/mako/
device.mk 272 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
273 $(call inherit-product, hardware/qcom/msm8960/msm8960.mk)
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 241 inline SparseVector& operator=(const SparseSparseProduct<Lhs,Rhs>& product)
243 return Base::operator=(product);
  /ndk/
ndk-gdb 536 adb_var_shell CPU_ABI1 getprop ro.product.cpu.abi
537 adb_var_shell CPU_ABI2 getprop ro.product.cpu.abi2
  /bootable/recovery/minadbd/
adb.h 187 char *product; member in struct:atransport
  /build/tools/releasetools/
edify_generator.py 95 cmd = ('getprop("ro.product.device") == "%s" || '
97 'this is a \\"" + getprop("ro.product.device") + "\\".");'

Completed in 1691 milliseconds

<<11121314151617181920