HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 76 - 100 of 932) sorted by null

1 2 34 5 6 7 8 91011>>

  /build/make/target/product/
aosp_arm_a.mk 22 include build/make/target/product/treble_common_32.mk
aosp_arm_ab.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_64_ab.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
aosp_x86_ab.mk 22 include build/make/target/product/treble_common_32.mk
aosp_mips64.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_mips64/device.mk)
38 include $(SRC_TARGET_DIR)/product/emulator.mk
treble_common.mk 23 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
24 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
56 build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc \
57 build/make/target/product/vndk/init.vndk-27.rc:system/etc/init/gsi/init.vndk-27.rc
profile_boot_common.mk 22 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := build/target/product/empty-profile
31 build/target/product/empty-preloaded-classes:system/etc/preloaded-classes
  /device/google/cuttlefish/vsoc_x86/auto/
device.mk 17 $(call inherit-product, device/google/cuttlefish/shared/auto/device.mk)
  /device/google/cuttlefish/vsoc_x86/tv/
device.mk 17 $(call inherit-product, device/google/cuttlefish/shared/tv/device.mk)
  /device/google/cuttlefish/vsoc_x86/wear/
device.mk 17 $(call inherit-product, device/google/cuttlefish/shared/wear/device.mk)
  /device/google/marlin/
device-sailfish.mk 70 $(call add-product-sanitizer-module-config,wpa_supplicant,never)
71 $(call add-product-sanitizer-module-config,toybox_vendor,never)
72 $(call add-product-sanitizer-module-config,thermal-engine,never)
73 $(call add-product-sanitizer-module-config,netmgrd,never)
74 $(call add-product-sanitizer-module-config,mm-camera,never)
75 $(call add-product-sanitizer-module-config,myftm,never)
76 $(call add-product-sanitizer-module-config,libqcril,never)
77 $(call add-product-sanitizer-module-config,hostapd,never)
  /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...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_msu.h 111 Word32 product; local
118 SMULBB product, var1, var2 local
119 QDSUB result, L_var3, product
132 Word32 product; local
138 : "=r"(product)
144 : "r"(ra), "r"(product)
basic_op_arm_v5.h 221 L_product = 32-bit product of L_var1 and L_var2 (Word32)
226 Word32 product; local
232 SMULBB product, var1, var2 local
233 QADD result, product, product local
265 Word32 product; local
272 SMULBB product, var1, var2 local
273 QDSUB result, L_var3, product
297 L_product = 32-bit product of L_var1 and L_var2 (Word32)
348 pOverflow -> 1 if the 32 bit product operation resulted in overflo
396 Word32 product; local
402 SMULBB product, var1, var2 local
403 MOV product, product, ASR #15 local
404 CMP product, 0x7FFF local
405 MOVGE product, 0x7FFF local
    [all...]
  /development/tools/labpretest/
labpretest.sh 25 product=''
266 # product
283 log_print "getting bootloader file for $product"
284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`
289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
290 log_print "bootloader file not found: ./$product/$bootloaderfile"
293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
296 flash_partition $bootpart $ROOT/$product/$bootloaderfile
305 # product
322 log_print "getting radio file for $product"
    [all...]
  /external/syslinux/com32/lua/src/
pci.c 54 lua_pushstring(L, "product");
55 lua_pushnumber(L, pci_device->product);
80 char product[255]; local
123 /* if we have a tab + a char, it means this is a product id */
126 /* the product name the second field */
127 strlcpy(product,skipspace(strstr(line," ")),255);
128 remove_eol(product);
132 /* the product id is first field */
137 lua_pushstring(L, product);
140 /* if we have two tabs, it means this is a sub product */
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
reshape_op.h 43 // Compute the output shape. Determine product of specified
46 int64 product = 1; variable
50 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product,
54 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product,
65 context, product > 0,
69 const int64 missing = input.NumElements() / product;
71 context, product * missing == input.NumElements(),
75 product));
94 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index,
96 *product = 1
    [all...]
  /device/google/atv/products/
atv_base.mk 35 # From build/target/product/core_base.mk
68 # From build/target/product/core.mk
87 # From build/target/product/generic_no_telephony.mk
128 $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioTv.mk)
129 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
130 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
131 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
132 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
133 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
134 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk
    [all...]
  /build/soong/scripts/
diff_build_graphs.sh 35 product and for both sets of versions, and checks whether the ninja files (which implement
100 # find multiproduct_kati and have it build the ninja files for each product
107 product="$1"
109 zip1="$OUT_DIR_OLD/${product}.zip"
110 unzipped1="$OUT_DIR_OLD/$product"
112 zip2="$OUT_DIR_NEW/${product}.zip"
113 unzipped2="$OUT_DIR_NEW/$product"
123 echo "First few differences (total diff linecount=$(wc -l $diffFile)) for product $product:"
125 echo "End of differences for product $product
    [all...]
  /development/vndk/tools/header-checker/utils/
create_reference_dumps.py 21 def __init__(self, has_2nd, product):
27 build_vars = get_build_vars_for_product(build_vars_to_fetch, product)
33 def get_lsdump_paths(product, libs):
35 return get_lsdump_paths_from_out(product)
38 def get_lsdump_paths_from_out(product):
40 build_vars = get_build_vars_for_product(build_vars_to_fetch, product)
42 'product', build_vars[1],
84 def get_ref_dump_dir_stem(args, vndk_or_ndk, product, chosen_vndk_version):
86 if get_build_vars_for_product(['BINDER32BIT'], product)[0] == 'true':
94 def make_libs_for_product(libs, llndk_mode, product)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Server.java 27 * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). *
53 /** Product tokens.
98 * Returns the list value of the product parameter.
110 * Sets the product value of the UserAgentHeader.
112 * @param product - a List specifying the product value
114 * unexpectedly while parsing the product value.
116 public void setProduct(List product) throws ParseException {
117 if (product == null)
121 + " product parameter is null")
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reshape_op.cc 46 // Compute the output shape. Determine product of specified
50 int64 product = 1; variable
66 product *= size;
71 ctx, product > 0,
75 const int64 missing = input_shape.num_elements() / product;
77 ctx, product * missing == input_shape.num_elements(),
81 product));
  /build/make/core/
product.mk 23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
41 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
72 # Functions for including product makefiles
162 define dump-product
170 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
174 # $(1): product to inheri
    [all...]

Completed in 355 milliseconds

1 2 34 5 6 7 8 91011>>