/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
D | mult.h | 111 Word32 product; in mult() local 117 SMULBB product, var1, var2 in mult() 118 MOV product, product, ASR #15 in mult() 119 CMP product, 0x7FFF in mult() 120 MOVGE product, 0x7FFF in mult() 123 return ((Word16) product); in mult() 132 Word32 product; 138 : "=r"(product) 142 : "=r"(product) 143 : "r"(product) [all …]
|
D | mac_32.h | 112 Word16 product; in Mac_32() local 116 product = mult(L_var1_hi, L_var2_lo, pOverflow); in Mac_32() 117 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32() 119 product = mult(L_var1_lo, L_var2_hi, pOverflow); in Mac_32() 120 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32() 131 Word16 product; in Mac_32_16() local 135 product = mult(L_var1_lo, var2, pOverflow); in Mac_32_16() 136 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32_16()
|
D | l_mult.h | 112 Word32 product; in L_mult() local 118 SMULBB product, var1, var2 in L_mult() 119 QADD result, product, product in L_mult() 132 Word32 product; 137 : "=r"(product) 143 : "r"(product), "r"(product)
|
D | basic_op_arm_v5.h | 226 Word32 product; in L_mult() local 232 SMULBB product, var1, var2 in L_mult() 233 QADD result, product, product in L_mult() 265 Word32 product; in L_msu() local 272 SMULBB product, var1, var2 in L_msu() 273 QDSUB result, L_var3, product in L_msu() 396 Word32 product; in mult() local 402 SMULBB product, var1, var2 in mult() 403 MOV product, product, ASR #15 in mult() 404 CMP product, 0x7FFF in mult() [all …]
|
D | l_msu.h | 111 Word32 product; in L_msu() local 118 SMULBB product, var1, var2 in L_msu() 119 QDSUB result, L_var3, product in L_msu() 132 Word32 product; 138 : "=r"(product) 144 : "r"(ra), "r"(product)
|
D | basic_op.h | 171 Word16 product; in Mac_32() local 175 product = mult(L_var1_hi, L_var2_lo, pOverflow); in Mac_32() 176 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32() 178 product = mult(L_var1_lo, L_var2_hi, pOverflow); in Mac_32() 179 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32() 214 Word16 product; in Mac_32_16() local 218 product = mult(L_var1_lo, var2, pOverflow); in Mac_32_16() 219 L_var3 = L_mac(L_var3, product, 1, pOverflow); in Mac_32_16()
|
D | basic_op_arm_gcc_v5.h | 246 Word32 product; in L_mult() local 251 : "=r"(product) in L_mult() 257 : "r"(product), "r"(product) in L_mult() 291 Word32 product; in L_msu() local 297 : "=r"(product) in L_msu() 303 : "r"(ra), "r"(product) in L_msu() 481 Word32 product; in mult() local 494 : "=&r*i"(product) in mult() 498 return ((Word16) product); in mult()
|
D | basic_op_c_equivalent.h | 455 register Word32 product; in mult() local 457 product = ((Word32) var1 * var2) >> 15; in mult() 463 if (product > 0x00007fffL) in mult() 466 product = (Word32) MAX_16; in mult() 472 return ((Word16) product); in mult()
|
/frameworks/base/data/sounds/ |
D | AllAudio.mk | 17 $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk) 18 $(call inherit-product, frameworks/base/data/sounds/AudioPackage2.mk) 19 $(call inherit-product, frameworks/base/data/sounds/AudioPackage3.mk) 20 $(call inherit-product, frameworks/base/data/sounds/AudioPackage4.mk) 21 $(call inherit-product, frameworks/base/data/sounds/AudioPackage5.mk) 22 $(call inherit-product, frameworks/base/data/sounds/AudioPackage6.mk)
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_testing.jd | 11 <li><a href="#billing-testing-real">Testing in-app purchases using your own product IDs</a></li> 57 special item that has a reserved product ID. Each reserved product ID returns a specific static 59 reserved product IDs. Also, you cannot specify the form of payment when you make a billing request 60 with a reserved product ID. Figure 1 shows the checkout flow for the reserved item that has the 61 product ID android.test.purchased.</p> 68 <p>You do not need to list the reserved products in your application's product list. Android Market 69 already knows about the reserved product IDs. Also, you do not need to upload your application to 70 the publisher site to perform static response tests with the reserved product IDs. You can simply 72 reserved product IDs.</p> 74 <p>There are four reserved product IDs for testing static in-app billing responses:</p> [all …]
|
D | billing_admin.jd | 38 few administrative tasks, including setting up and maintaining your product list on the publisher 42 Google Checkout Merchant account to create a product list and issue refunds to your users. If you 52 <p>The Android Market publisher site provides a product list for each of your published 54 listed on an application's product list. Each application has its own product list; you cannot sell 55 items that are listed in another application's product list.</p> 57 <p>You can access an application's product list by clicking the <strong>In-App Products</strong> 65 <strong>Figure 1.</strong> You can access an application's product list by clicking the 69 <p>A product list contains information about the items you are selling, such as a product id, 70 product description, and price (see figure 2). The product list stores only metadata about the items 76 <strong>Figure 2.</strong> An application's product list. [all …]
|
D | billing_reference.jd | 89 <td>Indicates that Android Market cannot find the requested item in the application's product 90 list. This can happen if the product ID is misspelled in your <code>REQUEST_PURCHASE</code> 91 request or if an item is unpublished in the application's product list.</td> 160 <td>Any valid product identifier.</td> 162 <td>The product ID of the item you are making a billing request for. Every in-app item that you 163 sell using Android Market's in-app billing service must have a unique product ID, which you 400 <td>The item's product identifier. Every item has a product ID, which you must specify in the 401 application's product list on the Android Market publisher site.</td> 405 <td>The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).</td>
|
D | billing_integrate.jd | 224 a draft to the Android Market publisher site. You also need to create a product list for the in-app 235 <li><strong>Create a product list for the sample application.</strong> 238 your product list so that <code>sword_001</code> has a purchase type of "Managed per user 240 two purchase types behave. To learn how to set up a product list, see <a 243 <p class="note"><strong>Note:</strong> You must publish the items in your product 246 sample application's product list.</p> 573 <code>mProductId</code> is the Android Market product ID of an in-app item (which is listed in the 574 application's <a href="{@docRoot}guide/market/billing/billing_admin.html#billing-list-setup">product 794 crashes or something else prevents your application from delivering the product, your application 796 that you need to deliver the product.</p>
|
/frameworks/base/docs/html/sdk/ |
D | oem-usb.jd | 61 href="http://www.fmworld.net/product/phone/sp/android/develop/">http://www.fmworld.net/product/phon… 69 href="http://www.fmworld.net/product/phone/sp/android/develop/">http://www.fmworld.net/product/phon…
|
/frameworks/base/media/mtp/ |
D | MtpDevice.cpp | 42 static bool isMtpDevice(uint16_t vendor, uint16_t product) { 44 if (vendor == 0x0781 && product == 0x74c2) 47 if (vendor == 0x04e8 && product == 0x503c) 102 uint16_t product = usb_device_get_product_id(device); in open() 103 if (!isMtpDevice(vendor, product)) { in open()
|
/frameworks/base/opengl/tests/angeles/ |
D | license-BSD.txt | 19 * Neither the name of the software product's copyright owner nor
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | host.jd | 136 <code><usb-device></code>. In general, use vendor and product ID if you want to filter 145 <li><code>product-id</code></li> 190 <usb-device vendor-id="1234" product-id="5678" class="255" subclass="66" protocol="1" /> 223 device, such as product and vendor ID. When users connect a device that matches your device 247 <usb-device vendor-id="1234" product-id="5678" /> 365 <li>Check a {@link android.hardware.usb.UsbDevice} object's attributes, such as product ID,
|
D | adk.jd | 463 <p>During the initial connection, the accessory should check the vendor and product IDs of the 465 product ID should be 0x2D00 or 0x2D01 if the device is already in accessory mode (case A). If so, 477 <p>If the vendor and product ID do not match, there is no way to distinguish between states b and 483 <p>If the vendor and product IDs do not correspond to an Android-powered device in accessory 487 …product ID, and not the special Android Open Accessory ones. In either case, the accessory should … 545 to check for the vendor and product ID. The vendor ID and product ID of the device will be 547 Google's vendor and product IDs instead of the device manufacturer's IDs. The accessory can now 557 device. An Android-powered device that has a product ID of 0x2D00 has one interface with two bulk 558 endpoints for input and output communication. A device with product ID of 0x2D01 has two 625 <code>AndroidAccessory::isAccessoryDevice()</code>. This method checks the vendor and product ID [all …]
|
/frameworks/base/include/ui/ |
D | Input.h | 847 bus(0), vendor(0), product(0), version(0) { in InputDeviceIdentifier() 855 uint16_t product; member
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_quaternion.rsh | 147 * Dot product of two quaternions 150 * @return dot product between q0 and q1
|
/frameworks/base/ |
D | NOTICE | 10 This product includes software developed as part of 22 This product includes software developed at 34 This product includes software developed at 235 names, trademarks, service marks, or product names of the Licensor,
|
/frameworks/base/services/input/ |
D | EventHub.cpp | 881 identifier.product = inputId.product; in openDeviceLocked() 918 identifier.bus, identifier.vendor, identifier.product, identifier.version); in openDeviceLocked() 1327 device->identifier.product, device->identifier.version); in dump()
|
/frameworks/base/media/libmedia/ |
D | MediaProfiles.cpp | 501 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary() local 527 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low in checkAndAddRequiredProfilesIfNecessary() 528 (j % 2 != 0 && product < info->mResolutionProduct)) { // high in checkAndAddRequiredProfilesIfNecessary() 556 info->mResolutionProduct = product; in checkAndAddRequiredProfilesIfNecessary()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 578 const String16& product, in parseAndAddBag() argument 649 const String16& product, in parseAndAddEntry() argument 677 if (product.size() != 0) { in parseAndAddEntry() 685 if (strcmp16(String16("default").string(), product.string()) != 0) { in parseAndAddEntry() 696 if (isInProductList(product, String16(bundleProduct))) { in parseAndAddEntry() 698 } else if (strcmp16(String16("default").string(), product.string()) == 0 && in parseAndAddEntry() 1372 String16 product; in compileResourceFile() local 1375 product = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile() 1469 product, false, overwrite, outTable); in compileResourceFile() 1478 curIsFormatted, product, true, overwrite, outTable); in compileResourceFile() [all …]
|
/frameworks/base/libs/ui/ |
D | Input.cpp | 74 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) { in getInputDeviceConfigurationFilePathByDeviceIdentifier() 79 deviceIdentifier.vendor, deviceIdentifier.product, in getInputDeviceConfigurationFilePathByDeviceIdentifier() 90 deviceIdentifier.vendor, deviceIdentifier.product), in getInputDeviceConfigurationFilePathByDeviceIdentifier()
|