HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 201 - 225 of 302) sorted by null

1 2 3 4 5 6 7 891011>>

  /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
arc.h 32 #include <fst/product-weight.h>
186 // Arc with integer labels and state Ids and product weights.
  /system/core/adb/
adb.h 192 char *product; member in struct:atransport
  /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...]
  /bootable/recovery/minadbd/
transport.c 456 if (t->product)
457 free(t->product);
  /build/core/
base_rules.mk 88 $(warning * of a product, then it should use the)
94 $(warning * into the PRODUCT_PACKAGES section of product)
101 $(warning * build/target/product/core.mk)
  /build/core/tasks/
sdk-addon.mk 106 $(error Trying to build sdk_addon, but product '$(INTERNAL_PRODUCT)' does not define one)
  /external/bluetooth/bluez/compat/
hidd.c 337 if (req.vendor == 0x054c && req.product == 0x0268)
440 ci[i].vendor, ci[i].product, hidp_state[ci[i].state],
  /external/kernel-headers/original/linux/
hid.h 469 __u32 product; /* Product ID */ member in struct:hid_device
557 .vendor = (ven), .product = (prod)
  /external/skia/third_party/glu/libtess/
alg-outline 36 perpendicular to the coordinate axis whose dot product with N
75 axis whose dot product with the normal is greatest, the compression
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 115 uint32_t product = number * space; local
117 String s = String::number(product);
  /build/tools/releasetools/
sign_target_files_apks 47 META/misc_info.txt. (Defaulting to "build/target/product/security"
235 "build/target/product/security/testkey")
270 "build/target/product/security/testkey")
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 11 # 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 87 product = "WebKit"
104 <td class="headerValue" width="80%%" colspan=4>%(product)s</td>
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 504 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * local
530 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low
531 (j % 2 != 0 && product < info->mResolutionProduct)) { // high
559 info->mResolutionProduct = product;
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 315 static BigInt product(BigInt a, BigInt b) { method in class:BigInt
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 381 int product = (quotient) * 28; local
383 year += product;
384 ASSERT((year >= minYear && year <= maxYear) || (product - year == static_cast<int>(NaN)));
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 578 const String16& product,
649 const String16& product,
667 * If a product type was specified on the command line
677 if (product.size() != 0) {
679 * If the command-line-specified product is empty, only "default"
681 * of the R.java file when the product is not known is predictable.
685 if (strcmp16(String16("default").string(), product.string()) != 0) {
690 * The command-line product is not empty.
691 * If the product for this string is on the command-line list,
696 if (isInProductList(product, String16(bundleProduct)))
1416 String16 product; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 777 FILE_TIMESTAMP product = (FILE_TIMESTAMP) s << FILE_TIMESTAMP_LO_BITS;
778 FILE_TIMESTAMP ts = product + offset;
781 && product <= ts && ts <= ORDINARY_MTIME_MAX))
772 FILE_TIMESTAMP product = (FILE_TIMESTAMP) s << FILE_TIMESTAMP_LO_BITS; local
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/libmtp/src/
libusb-glue.c 120 * device name, USB Vendor ID (VID) and USB Product ID (PID).
499 * if they match known Vendor and Product identifiers appends them to the
629 retdevs[i].device_entry.product = NULL;
638 retdevs[i].device_entry.product = mtp_device_table[j].product;
655 mtp_device_table[j].product);
720 printf(" Product: %s\n", ptp_usb->rawdevice.device_entry.product);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/bluetooth/bluez/input/
device.c 182 dev.id.product = 0x0000;
602 &req->vendor, &req->product, &req->version);
604 fake_hid = get_fake_hid(req->vendor, req->product);

Completed in 1356 milliseconds

1 2 3 4 5 6 7 891011>>