/external/bluetooth/bluedroid/btif/co/ |
bta_hh_co.c | 426 ev.u.create.product = product_id;
|
/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/openfst/src/include/fst/ |
arc.h | 32 #include <fst/product-weight.h> 187 // Arc with integer labels and state Ids and product weights.
|
/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 | 277 static BigInt product(BigInt a, BigInt b) { method in class:BigInt
|
/external/aac/libFDK/src/ |
fixpoint_math.cpp | 521 INT product = 0; local 533 product = fMult(f1, f2); 536 return (FIXP_DBL)product;
|
/external/chromium_org/chrome/browser/ui/ |
browser_commands.cc | 1018 std::string product; local [all...] |
/external/skia/tests/ |
MathTest.cpp | 387 int product = (c * a + 255); local 388 int expected_ceiling = (product + (product >> 8)) >> 8;
|
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 579 const String16& product, 674 const String16& product, 693 * If a product type was specified on the command line 703 if (product.size() != 0) { 705 * If the command-line-specified product is empty, only "default" 707 * of the R.java file when the product is not known is predictable. 711 if (strcmp16(String16("default").string(), product.string()) != 0) { 713 * This string has a product other than 'default'. Do not add it, 715 * product 'default' or no product, then report an error 1454 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 | 122 * device name, USB Vendor ID (VID) and USB Product ID (PID). 501 * if they match known Vendor and Product identifiers appends them to the 631 retdevs[i].device_entry.product = NULL; 640 retdevs[i].device_entry.product = mtp_device_table[j].product; 657 mtp_device_table[j].product); 722 printf(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); [all...] |
/external/libvorbis/doc/ |
04-codec.tex | 529 \subsubsection{dot product} 537 product of the floor and residue vectors for each channel; the produced 542 % in section 1 (under "compute floor/residue dot product") 543 One point is worth mentioning about this dot product; a common mistake 560 product must be able to handle an effective 48 bit times 24 bit
|
/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 | |
/build/tools/releasetools/ |
sign_target_files_apks | 47 META/misc_info.txt. (Defaulting to "build/target/product/security" 276 "build/target/product/security/testkey") 311 "build/target/product/security/testkey")
|
/external/bluetooth/bluedroid/btif/include/ |
uinput.h | 566 uint16_t product; member in struct:uinput_id
|
/external/chromium_org/v8/tools/ |
run-tests.py | 209 options.arch_and_mode = itertools.product(options.arch, options.mode)
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 260 inline Derived& operator=(const SparseSparseProduct<Lhs,Rhs>& product); 349 /** dense * sparse (return a dense object unless it is an outer product) */ 355 /** sparse * dense (returns a dense object unless it is an outer product) */
|
SparseMatrix.h | 611 inline SparseMatrix& operator=(const SparseSparseProduct<Lhs,Rhs>& product) 612 { return Base::operator=(product); } [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
client_for_testing.py | 667 product = number * spaces 671 key = str(product) [all...] |
/ndk/ |
ndk-gdb.py | 579 _,CPU_ABI1 = adb_var_shell(['getprop', 'ro.product.cpu.abi']) 580 _,CPU_ABI2 = adb_var_shell(['getprop', 'ro.product.cpu.abi2'])
|
/system/extras/tests/bionic/libc/ |
Android.mk | 261 # the static one will use the current build product implementation.
|