/device/asus/grouper/ |
device-common.mk | 129 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
|
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 169 UINT16 product; member in struct:t_sdp_di_record
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_api.c | [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_unittest_win.cc | 22 #include "chrome/installer/util/product.h" 204 installer::Product product(GetDistribution()); 206 product.AddDefaultShortcutProperties(GetExePath(), &properties); 219 installer::Product product(distribution); 221 product.AddDefaultShortcutProperties(GetExePath(), &properties); [all...] |
profile_shortcut_manager_win.cc | 33 #include "chrome/installer/util/product.h" 447 installer::Product product(distribution); 448 product.AddDefaultShortcutProperties(chrome_exe, &properties); 552 installer::Product product(distribution); 555 product.AddDefaultShortcutProperties(chrome_exe, &properties); [all...] |
/external/chromium_org/chrome/browser/storage_monitor/ |
media_transfer_protocol_device_observer_linux.cc | 72 const std::string& product_name = storage_info.product();
|
/external/eigen/test/eigen2/ |
product.h | 21 template<typename MatrixType> void product(const MatrixType& m) function 24 Identity.h Product.h 63 // begin testing Product.h: only associativity for now 72 // continue testing Product.h: distributivity 76 // continue testing Product.h: compatibility with ScalarMultiple.h 83 // test Product.h together with Identity.h 114 // test submatrix and matrix/vector product
|
/external/eigen/test/ |
product.h | 20 template<typename MatrixType> void product(const MatrixType& m) function 23 Identity.h Product.h 60 // begin testing Product.h: only associativity for now 68 // continue testing Product.h: distributivity 72 // continue testing Product.h: compatibility with ScalarMultiple.h 76 // test Product.h together with Identity.h 120 // test submatrix and matrix/vector product 140 // inner product
|
/external/openfst/src/include/fst/ |
random-weight.h | 32 #include <fst/product-weight.h> 182 // This function object returns a weight generator over the product of the 244 // Product generator of a string weight generator and an
|
/ndk/tests/ |
run-tests-all.sh | 22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
|
run-tests.sh | 824 adb_var_shell_cmd "$DEVICE" CPU_ABI1 getprop ro.product.cpu.abi 825 adb_var_shell_cmd "$DEVICE" CPU_ABI2 getprop ro.product.cpu.abi2
|
/system/core/adb/ |
adb.h | 193 char *product; member in struct:atransport
|
transport.c | 605 if (t->product) 606 free(t->product); 816 qual_match(serial, "product:", t->product, 0) || 950 add_qual(&buf, &remaining, " product:", t->product, 0);
|
/external/aac/libAACenc/src/ |
metadata_compressor.cpp | 399 FIXP_DBL f, product; local 409 /* product = t*f */ 410 product = fMultNorm(t, f, &e_res); 411 product = scaleValue(product, e_res+METADATA_INT_BITS); /* convert to METADATA_FRACT */ 414 exponent = fDivNorm(METADATA_FRACT_SCALE, product, &e_res); [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 301 \item compute dot product of floor and residue, producing audio spectrum vector 438 combining generation and the dot product into one step and eliminating 442 vector to be multiplied (dot product) by the linear-range, 447 \paragraph{compute floor/residue dot product} 454 % in section 4 (under "dot product") 455 One point is worth mentioning about this dot product; a common mistake 472 product must be able to handle an effective 48 bit times 24 bit
|
/frameworks/base/services/input/ |
EventHub.cpp | 102 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, identifier.product); 106 } if (identifier.vendor == 0 && identifier.product == 0) { 107 // If we don't know the vendor and product id, then the device is probably [all...] |
/bootable/recovery/minadbd/ |
transport.c | 456 if (t->product) 457 free(t->product);
|
/build/core/ |
config.mk | 195 # TARGET_PRODUCT_KERNEL_HEADERS is generated by the product inheritance 202 # PRODUCT_VENDOR_KERNEL_HEADERS directives in the product inheritance 234 # then add product-inherited includes, to allow for 392 DEFAULT_SYSTEM_DEV_CERTIFICATE := build/target/product/security/testkey
|
/build/core/tasks/ |
sdk-addon.mk | 106 $(error Trying to build sdk_addon, but product '$(INTERNAL_PRODUCT)' does not define one)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
echo_client.py | 673 product = number * spaces 677 key = str(product) [all...] |
/external/chromium_org/chrome/installer/util/ |
installation_validator_unittest.cc | 126 const ProductState& product) { 127 GetProducts(install_level)[IndexFromDistType(type)].CopyFrom(product); 212 // Adds the "install-extension" Google Update product command. 232 // Adds the "on-os-upgrade" Google Update product command. 256 // Adds the "query-eula-acceptance" Google Update product command. 276 // Adds the "quick-enable-application-host" Google Update product command. 446 // Populates |state| with the state of a valid installation of product
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
CheckedInt.h | 409 TwiceBiggerType product = TwiceBiggerType(x) * TwiceBiggerType(y); local 410 return IsInRange<T>(product);
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
doc_writer.py | 434 product = supported_on['product'] 436 text.append(self._PRODUCT_MAP[product])
|
/external/kernel-headers/original/linux/ |
hid.h | 469 __u32 product; /* Product ID */ member in struct:hid_device 557 .vendor = (ven), .product = (prod)
|
/external/sepolicy/ |
Android.mk | 45 # product variables.
|