HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 51 - 75 of 302) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/ti/panda/
full_panda.mk 19 # product configuration (apps). Except for a few implementation
20 # details, it only fundamentally contains two inherit-product
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
38 $(call inherit-product, device/ti/panda/device.mk)
39 $(call inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk)
device.mk 80 $(call inherit-product-if-exists, vendor/ti/panda/device-vendor.mk)
81 $(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)
82 $(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
83 $(call inherit-product-if-exists, vendor/ti/proprietary/omap4/ti-omap4-vendor.mk)
84 $(call inherit-product, device/ti/panda/wl12xx/ti-wl12xx-vendor.mk)
85 $(call inherit-product, device/ti/panda/wl12xx/ti-wpan-products.mk)
  /external/nist-sip/java/gov/nist/javax/sip/header/
UserAgent.java 27 * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). *
50 /** Product tokens.
93 * Returns the list value of the product parameter.
105 * Sets the product value of the UserAgentHeader.
107 * @param product - a List specifying the product value
109 * unexpectedly while parsing the product value.
111 public void setProduct(List product) throws ParseException {
112 if (product == null)
116 + " product parameter is null")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
UserAgentParser.java 83 * server-val = product / comment product = token [SLASH
84 * product-version] product-version = token
93 // product = token [SLASHproduct-version]
94 // product-version = token
100 String product = this.lexer.byteStringNoSlash(); local
101 if ( product == null ) throw createParseException("Expected product string");
103 StringBuffer productSb = new StringBuffer(product);
    [all...]
  /libcore/luni/src/main/native/
cbigint.cpp 195 uint64_t product; local
199 product = 0;
203 product =
204 HIGH_IN_U64 (product) + arg2 * LOW_U32_FROM_PTR (arg1 + index);
205 LOW_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
206 product =
207 HIGH_IN_U64 (product) + arg2 * HIGH_U32_FROM_PTR (arg1 + index);
208 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
212 return HIGH_U32_FROM_VAR (product);
219 /* Assumes result can hold the product and arg2 only holds 32 bit
221 uint64_t product; local
257 uint64_t product = 0; local
    [all...]
  /bootable/recovery/minadbd/
adb.c 231 char *type, *product, *end; local
235 product = strchr(type, ':');
236 if(product) {
237 *product++ = 0;
239 product = "";
243 end = strchr(product, ':');
246 /* save product name in device structure */
247 if (t->product == NULL) {
248 t->product = strdup(product);
    [all...]
  /device/asus/grouper/
full_grouper.mk 19 # product configuration (apps).
23 $(call inherit-product, device/asus/grouper/device.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
  /device/moto/stingray/
full_stingray.mk 19 # product configuration (apps).
29 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
31 #$(call inherit-product, device/sample/products/backup_overlay.mk)
32 $(call inherit-product, device/moto/stingray/device.mk)
  /device/moto/wingray/
full_wingray.mk 19 # product configuration (apps).
33 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
35 #$(call inherit-product, device/sample/products/backup_overlay.mk)
36 $(call inherit-product, device/moto/wingray/device.mk)
  /device/samsung/crespo/
full_crespo.mk 19 # product configuration (apps).
33 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
35 #$(call inherit-product, device/sample/products/backup_overlay.mk)
36 $(call inherit-product, device/samsung/crespo/device.mk)
  /device/samsung/toro/
full_toro.mk 19 # product configuration (apps). Except for a few implementation
20 # details, it only fundamentally contains two inherit-product
35 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
37 #$(call inherit-product, device/sample/products/backup_overlay.mk)
39 $(call inherit-product, device/samsung/toro/device_vzw.mk)
  /device/samsung/torospr/
full_torospr.mk 19 # product configuration (apps). Except for a few implementation
20 # details, it only fundamentally contains two inherit-product
35 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
37 #$(call inherit-product, device/sample/products/backup_overlay.mk)
39 $(call inherit-product, device/samsung/torospr/device.mk)
  /bionic/libc/kernel/common/linux/
hidraw.h 32 __s16 product; member in struct:hidraw_devinfo
  /device/moto/stingray/self-extractors/root/
stingray-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
  /device/moto/wingray/self-extractors/root/
wingray-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
  /external/bluetooth/bluez/src/
manager.h 43 void btd_manager_set_did(uint16_t vendor, uint16_t product, uint16_t version);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 26 ############# PRODUCT/PACKAGING CONTROL #############
27 product=/plugin or feature id/path/to/.product
30 #Set the name of the archive that will result from the product build.
  /sdk/eclipse/buildConfig/
build.properties 27 ############# PRODUCT/PACKAGING CONTROL #############
28 product=/plugin or feature id/path/to/.product
31 #Set the name of the archive that will result from the product build.
  /build/target/board/generic/
device.mk 17 # This is a build configuration for the product aspects that
28 $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml) \
29 $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml) \
  /device/generic/armv7-a/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/samsung/crespo/libcamera/
Android.mk 7 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /external/bluetooth/bluez/tools/
avctrl.c 63 uint16_t product; member in struct:device_id
127 static struct device_id *match_device(uint16_t vendor, uint16_t product)
133 product == device_list[i].product)
234 id->vendor, id->product);
dfubabel.c 48 uint16_t product; member in struct:device_id
100 static struct device_id *match_device(uint16_t vendor, uint16_t product)
106 product == device_list[i].product)
197 id->vendor, id->product);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op_c_equivalent.h 245 L_product = 32-bit product of L_var1 and L_var2 (Word32)
319 L_product = 32-bit product of L_var1 and L_var2 (Word32)
389 pOverflow -> 1 if the 32 bit product operation resulted in overflow
392 product = 32-bit product of the 32-bit L_var1 and 16-bit var1 (Word32)
451 product = 16-bit limited product of var1 and var2 (Word16)
455 register Word32 product; local
457 product = ((Word32) var1 * var2) >> 15;
463 if (product > 0x00007fffL
    [all...]

Completed in 687 milliseconds

1 23 4 5 6 7 8 91011>>