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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op_arm_gcc_v5.h 238 L_product = 32-bit product of L_var1 and L_var2 (Word32)
246 Word32 product; local
251 : "=r"(product)
257 : "r"(product), "r"(product)
291 Word32 product; local
297 : "=r"(product)
303 : "r"(ra), "r"(product)
327 L_product = 32-bit product of L_var1 and L_var2 (Word32)
408 pOverflow -> 1 if the 32 bit product operation resulted in overflo
481 Word32 product; local
    [all...]
  /development/ide/emacs/
android-common.el 25 ;; If the path the product's files/image uses an a product alias, you
26 ;; need to add a mapping in `android-product-alias-map'. For instance
27 ;; if TARGET_PRODUCT is foo but the build directory is out/target/product/bar,
54 (defcustom android-product-alias-map nil
55 "Alist between product targets (declared in buildspec.mk) and actual
56 product build directory used by `android-product'.
59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
102 (defun android-product ()
    [all...]
  /test/vts/script/
setup-local.sh 24 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver32 /data/local/tmp/32/
25 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver64 /data/local/tmp/64/
26 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver32 /data/local/tmp/32/
27 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver64 /data/local/tmp/64/
28 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent32 /data/local/tmp/32/
29 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent64 /data/local/tmp/64/
32 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_common.so /data/local/tmp/32/
33 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_common.so /data/local/tmp/64/
34 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_interfacespecification.so /data/local/tmp/32/
35 adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_interfacespecification.so /data/local/tmp/64
    [all...]
  /build/soong/cmd/multiproduct_kati/
main.go 54 var onlyConfig = flag.Bool("only-config", false, "Only run product config (not Soong or Kati)")
55 var onlySoong = flag.Bool("only-soong", false, "Only run product config and Soong (not Kati)")
65 type Product struct {
95 func (s *Status) Fail(product string, err error, logFile string) {
96 s.Finish(product)
107 fmt.Fprintln(s.ctx.Stderr(), "FAILED:", product)
108 s.ctx.Verboseln("FAILED:", product)
131 func (s *Status) Finish(product string) {
136 line := fmt.Sprintf("[%d/%d] %s", s.cur, s.total, product)
267 for _, product := range strings.Split(*includeProducts, ",")
    [all...]
  /build/make/target/product/
core_tiny.mk 142 $(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
143 $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
144 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
145 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
sdk_base.mk 100 include $(SRC_TARGET_DIR)/product/emulator.mk
102 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
103 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
104 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
105 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
106 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
107 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
108 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
109 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
110 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk
    [all...]
core_base.mk 65 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DeviceDescriptor.java 44 String product, String productVariant, String sdkVersion, String buildId,
46 this(serial, isStubDevice, state, product, productVariant, sdkVersion, buildId,
51 String product, String productVariant, String sdkVersion, String buildId,
59 product,
76 String product,
90 mProduct = product;
165 * Provides a description with serials, product and build id
  /external/tensorflow/tensorflow/core/kernels/
mkl_reshape_op.cc 53 // Compute the output shape. Determine product of specified
56 int64 product = 1; variable
60 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product,
64 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product,
75 context, product > 0,
79 const int64 missing = input.NumElements() / product;
81 context, product * missing == input.NumElements(),
85 product));
178 // Compute the output shape. Determine product of specified
181 int64 product = 1 variable
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
DeviceInfoEntity.java 33 public static final String PRODUCT = "product";
42 public final String product; field in class:DeviceInfoEntity
53 * @param product The device product.
59 public DeviceInfoEntity(Key parentKey, String branch, String product, String buildFlavor,
63 this.product = product;
74 deviceEntity.setProperty(PRODUCT, this.product.toLowerCase())
101 String product = (String) e.getProperty(PRODUCT); local
134 String product = device.getProductVariant().toStringUtf8(); local
    [all...]
  /device/common/
populate-new-device.sh 83 \$(call inherit-product, \$(SRC_TARGET_DIR)/product/full_base.mk)
84 \$(call inherit-product, device/$1/$2/device.mk)
119 \$(call inherit-product-if-exists, vendor/$1/$2/device-vendor.mk)
  /device/generic/uml/
uml.mk 15 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
16 $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_device_spec_unittest.py 14 product='product',
24 self.assertEqual(self._spec.product, 'product')
usb_device_unittest.py 15 product='product',
28 self.assertEqual(self._usb_device.product, 'product')
46 product='product',
61 product='product',
usb_device_spec.py 13 def __init__(self, vid, pid, product, interfaces):
18 @param pid: Product ID. String.
19 @param product: Product description. String
24 self._product = product
40 """Returns the product id for this USB device."""
49 def product(self): member in class:UsbDeviceSpec
50 """Returns the product name."""
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/python/kernel_tests/
hyperplane_lsh_probes_test.py 37 product = np.dot(points, hyperplanes)
41 hashes, tables = hyperplane_lsh_probes(product,
  /frameworks/base/tools/aapt2/test/
Common.cpp 48 const android::StringPiece& product) {
51 ResourceConfigValue* config_value = result.value().entry->FindValue(config, product);
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceReportLogTest.java 65 int product = MULTIPLICATION_NUMBER_1 * MULTIPLICATION_NUMBER_2; local
66 assertTrue("Multiplication result do not match", product == MULTIPLICATION_RESULT);
73 reportLog.addValue(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE);
74 reportLog.setSummary(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE);
  /device/google/marlin/libandroid/
Android.mk 17 $(LOCAL_PATH)/../../../../out/target/product/msm8996/obj/PACKAGING/pdk_fusion_intermediates/system/lib/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
18 $(LOCAL_PATH)/../../../../out/target/product/msm8996/obj/PACKAGING/pdk_fusion_intermediates/system/lib64/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
  /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/
ExpressionParser.java 50 IExpression e = product();
53 e = new Add(e, product());
55 e = new Sub(e, product());
62 private IExpression product() throws IOException { method in class:ExpressionParser
  /toolchain/binutils/binutils-2.27/gas/
flonum.h 93 FLONUM_TYPE * product);
  /build/make/core/
product-graph.mk 37 this_makefile := build/make/core/product-graph.mk
48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
57 # Emit properties of a product node to a file.
58 # $(1) the product
60 define emit-product-node-props
73 @echo Product graph DOT: $@ for $(PRIVATE_PRODUCTS_FILTER)
78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
80 $(hide) build/make/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) < $@.in > $@
82 # Evaluates to the name of the product file
83 # $(1) product fil
    [all...]
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.h 45 GoogleCrashdumpUploader(const string& product,
57 GoogleCrashdumpUploader(const string& product,
70 void Init(const string& product,
  /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...]

Completed in 444 milliseconds

1 2 3 4 56 7 8 91011>>