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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_mult.h 112 Word32 product; local
118 SMULBB product, var1, var2 local
119 QADD result, product, product local
132 Word32 product; local
137 : "=r"(product)
143 : "r"(product), "r"(product)
  /build/make/target/product/
sdk_phone_arm64.mk 34 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
35 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_base.mk)
36 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
aosp_arm64_a.mk 22 include build/make/target/product/treble_common_64.mk
aosp_arm_a.mk 22 include build/make/target/product/treble_common_32.mk
aosp_x86_64_a.mk 22 include build/make/target/product/treble_common_64.mk
aosp_x86_a.mk 22 include build/make/target/product/treble_common_32.mk
sdk_phone_x86_64.mk 30 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
31 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_base.mk)
verity.mk 27 # metadata table. Actual product deliverables will be re-signed by hand.
29 PRODUCT_VERITY_SIGNING_KEY := build/target/product/security/verity
aosp_arm64.mk 34 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
35 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
36 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
38 include $(SRC_TARGET_DIR)/product/emulator.mk
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiTools.java 28 * @return a device that matches the manufacturer and product or null
31 String manufacturer, String product) {
39 if ((product != null) && product.equals(deviceProduct)) {
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiTools.java 28 * @return a device that matches the manufacturer and product or null
31 String manufacturer, String product) {
39 if ((product != null) && product.equals(deviceProduct)) {
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiTools.java 28 * @return a device that matches the manufacturer and product or null
31 String manufacturer, String product) {
39 if ((product != null) && product.equals(deviceProduct)) {
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiTools.java 28 * @return a device that matches the manufacturer and product or null
31 String manufacturer, String product) {
39 if ((product != null) && product.equals(deviceProduct)) {
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiTools.java 28 * @return a device that matches the manufacturer and product or null
31 String manufacturer, String product) {
39 if ((product != null) && product.equals(deviceProduct)) {
  /device/google/atv/products/
atv_generic.mk 35 # From build/target/product/full_base.mk
40 $(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
41 $(call inherit-product, device/google/atv/products/atv_base.mk)
sdk_atv_x86.mk 18 $(call inherit-product, device/google/atv/products/sdk_atv_armv7.mk)
  /toolchain/binutils/binutils-2.25/gas/
flonum-mult.c 65 Zero length product OK.
75 FLONUM_TYPE *product)
88 int P; /* Scan product low-order -> high. */
97 product->sign = 0;
100 product->sign = (a->sign == b->sign) ? '+' : '-';
104 size_of_product = product->high - product->low;
148 product->low[P] = work;
169 product->low[P] = carry;
176 for (q = product->low + P; q >= product->low; q--
    [all...]
  /device/generic/qemu/
qemu_arm.mk 16 $(call inherit-product, $(LOCAL_PATH)/qemu_base.mk)
qemu_arm64.mk 16 $(call inherit-product, $(LOCAL_PATH)/qemu_base.mk)
qemu_mips.mk 16 $(call inherit-product, $(LOCAL_PATH)/qemu_base.mk)
qemu_mips64.mk 16 $(call inherit-product, $(LOCAL_PATH)/qemu_base.mk)
qemu_x86.mk 16 $(call inherit-product, $(LOCAL_PATH)/qemu_base.mk)
qemu_x86_64.mk 16 $(call inherit-product, $(LOCAL_PATH)/qemu_base.mk)
  /device/linaro/hikey/
hikey.mk 21 $(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk)
22 $(call inherit-product, device/linaro/hikey/device-common.mk)
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
Product.java 26 * Returns the product of the available values.
38 public class Product extends AbstractStorelessUnivariateStatistic implements Serializable, WeightedEvaluation {
47 * The current Running Product.
52 * Create a Product instance
54 public Product() {
60 * Copy constructor, creates a new {@code Product} identical
63 * @param original the {@code Product} instance to copy
65 public Product(Product original) {
107 * Returns the product of the entries in the specified portion o
122 double product = Double.NaN; local
162 double product = Double.NaN; local
    [all...]

Completed in 774 milliseconds

1 23 4 5 6 7 8 91011>>