HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 151 - 175 of 374) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/page/
Navigator.idl 34 readonly attribute DOMString product;
  /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
  /hardware/samsung_slsi/exynos5/gralloc/
Android.mk 19 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/samsung_slsi/exynos5/libhwc/
Android.mk 17 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /hardware/samsung_slsi/exynos5/libion_exynos/
Android.mk 19 # hw/<COPYPIX_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /system/core/rootdir/
Android.mk 37 # init.usb.rc is handled by build/target/product/core.rc
  /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
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 105 double product = 0f; local
107 product += vector1[i] * vector2[i];
109 double radian = Math.acos(Math.min(product, 1f));
  /device/samsung/manta/
device.mk 174 $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
189 $(call inherit-product-if-exists, hardware/samsung_slsi/exynos5/exynos5.mk)
190 $(call inherit-product-if-exists, vendor/samsung_slsi/exynos5/exynos5-vendor.mk)
191 $(call inherit-product-if-exists, vendor/samsung/manta/device-vendor.mk)
193 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4324/device-bcm.mk)
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
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...]
  /build/core/
dex_preopt.mk 37 --product-dir=$(DEXPREOPT_PRODUCT_DIR) --boot-dir=$(DEXPREOPT_BOOT_JAR_DIR) \
envsetup.mk 21 # The product defaults to generic on hardware
23 # was invoked with a PRODUCT-xxx-yyy goal.
106 # Define them here so they can be used in product config files.
113 # Read the product specs so we an get TARGET_DEVICE and other
166 TARGET_PRODUCT_OUT_ROOT := $(TARGET_OUT_ROOT)/product
  /external/v8/test/mjsunit/
top-level-assignments.js 89 Calculator.prototype.product = function() { return this.x * this.y; };
95 assertEquals(200, calc.product());
  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 289 twice_bigger_type product = twice_bigger_type(x) * twice_bigger_type(y); local
290 return is_in_range<T>(product);
300 twice_bigger_type product = twice_bigger_type(x) * twice_bigger_type(y); local
301 return is_in_range<T>(product);
457 /** \returns the product. Checks for overflow. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 47 __s16 product; member in struct:hiddev_devinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 47 __s16 product; member in struct:hiddev_devinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 47 __s16 product; member in struct:hiddev_devinfo
  /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/tilapia/
BoardConfig.mk 19 # included in a build is to use PRODUCT_PACKAGES in a product
  /device/sample/apps/SampleEmailPolicy/
Android.mk 20 # system to create "MyDeviceEmailPolicy.apk". You must then add this to the appropriate product.mk
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 47 private static final String HTTPS_BUGS_ECLIPSE_ORG_BUGS_BUGLIST_CGI_PRODUCT = "https://bugs.eclipse.org/bugs/buglist.cgi?product="; //$NON-NLS-1$
95 private static final String PRODUCT = "product"; //$NON-NLS-1$
181 private String product; field in class:UpdateBugStateTask
205 product = EMPTY;
235 product = p;
330 if (!bugList.equals(EMPTY) && endDate.equals(EMPTY) && milestone.equals(EMPTY) && product.equals(EMPTY))
350 if (product.equals(EMPTY))
359 (!product.equals(EMPTY) ? product + SP : EMPTY) +
    [all...]

Completed in 696 milliseconds

1 2 3 4 5 67 8 91011>>