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

1 2 3 45 6 7 8 91011>>

  /external/bluetooth/bluez/src/
sdpd.h 56 void register_device_id(const uint16_t vendor, const uint16_t product,
  /external/chromium/chrome/browser/rlz/
rlz.cc 297 bool RLZTracker::RecordProductEvent(rlz_lib::Product product,
300 return rlz_lib::RecordProductEvent(product, point, event_id);
303 bool RLZTracker::ClearAllProductEvents(rlz_lib::Product product) {
304 return rlz_lib::ClearAllProductEvents(product);
  /external/kernel-headers/original/linux/
hidraw.h 29 __s16 product; member in struct:hidraw_devinfo
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 104 String NavigatorBase::product() const function in class:WebCore::NavigatorBase
Navigator.idl 34 readonly attribute DOMString product;
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
129 UInt16 product; local
194 kr = (*dev)->GetDeviceProduct(dev, &product);
247 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
251 vendor, product);
296 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product)
329 if (!is_adb_interface(vendor, product, interfaceClass,
adb.c 310 char *type, *product, *end; local
314 product = strchr(type, ':');
315 if(product) {
316 *product++ = 0;
318 product = "";
322 end = strchr(product, ':');
325 /* save product name in device structure */
326 if (t->product == NULL) {
327 t->product = strdup(product);
    [all...]
  /system/core/fastboot/
fastboot.c 57 static const char *product = 0; variable
77 char *find_item(const char *item, const char *product)
100 if(product) {
103 "../../../target/product/%s/%s", product, fn);
109 die("neither -p product specified nor ANDROID_PRODUCT_OUT set");
242 " -p <product> specify product name\n"
362 } else if (!strncmp(name, "require-for-product:", 20)) {
363 // Get the product and point name past i
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/samsung/crespo/libhwcomposer/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/crespo/libsensors/
Android.mk 19 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/samsung/tuna/libsensors/
Android.mk 19 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/freetype/
Android.mk 48 # of the product
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector4f.java 303 * <code>dot</code> calculates the dot product of this vector with a
308 * @return the resultant dot product of this vector and a given vector.
400 * @param product the product to store the result in.
401 * @return product
403 public Vector4f mult(float scalar, Vector4f product) {
404 if (null == product) {
405 product = new Vector4f();
408 product.x = x * scalar;
409 product.y = y * scalar
    [all...]
Vector3f.java 289 * <code>dot</code> calculates the dot product of this vector with a
294 * @return the resultant dot product of this vector and a given vector.
305 * <code>cross</code> calculates the cross product of this vector with a
309 * the vector to take the cross product of with this.
310 * @return the cross product vector.
317 * <code>cross</code> calculates the cross product of this vector with a
321 * the vector to take the cross product of with this.
323 * the vector to store the cross product result.
324 * @return result, after recieving the cross product vector.
331 * <code>cross</code> calculates the cross product of this vector with a
    [all...]
  /frameworks/base/data/keyboards/
keyboards.mk 15 # Warning: this is actually a product definition, to be inherited from
  /hardware/libhardware/modules/gralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/libhardware/modules/hwcomposer/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/libgralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/msm7k/libgralloc-qsd8k/
Android.mk 18 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /device/moto/wingray/
device_base.mk 63 $(call add-to-product-copy-files-if-exists,packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml)
117 $(call inherit-product-if-exists, vendor/moto/stingray/stingray-vendor.mk)
119 $(call inherit-product-if-exists, vendor/moto/stingray/wingray-vendor.mk)
123 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/device-bcm.mk)
  /external/srec/srec/cfront/
himul32.h 28 // product of its two signed 32-bit integers
51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
58 product of its two signed 32-bit integer arguments.
81 // the signed 64-bit product of register EAX and that operand, into
  /build/target/product/
mini.mk 205 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
206 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
207 $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)
  /device/samsung/crespo4g/
device.mk 16 # This file is the device-specific product definition file for
72 $(call inherit-product-if-exists, vendor/samsung/crespo/device4g-vendor.mk)
73 $(call inherit-product, device/samsung/crespo/device_base.mk)

Completed in 945 milliseconds

1 2 3 45 6 7 8 91011>>