Searched refs:product (Results 51 - 64 of 64) sorted by relevance

123

/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp103 ev.u.create.product = pid;
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp134 int32_t product = standard - start; local
135 *primaries = (ColorAspects::Primaries)(product % numPrimaries);
136 *coeffs = (ColorAspects::MatrixCoeffs)(product / numPrimaries);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp602 const String16& /* product */,
699 const String16& product,
718 * If a product type was specified on the command line
728 if (product.size() != 0) {
730 * If the command-line-specified product is empty, only "default"
732 * of the R.java file when the product is not known is predictable.
736 if (strcmp16(String16("default").string(), product.string()) != 0) {
738 * This string has a product other than 'default'. Do not add it,
740 * product 'default' or no product, the
688 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
1529 String16 product; local
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp334 entry->FindOrCreateValue(config_with_accent, original_value->product);
/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp217 idi.product = id->productId;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java114 ModuleProperties(int id, int classId, String implementor, String product, String version, argument
120 mProduct = product;
152 /** Human readable broadcast radio module product name
153 * @return the radio module product name.
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp420 ALOGV("%s module %zu id %d implementor %s product %s",
422 nModules[i].product);
443 jstring jProduct = env->NewStringUTF(nModules[i].product);
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp91 std::string product; member in struct:aapt::ParsedResource
125 if (!table->AddResource(res->name, res->id, res->config, res->product, std::move(res->value),
330 // Extract the product name if it exists.
332 xml::FindNonEmptyAttribute(parser, "product")) {
333 parsed_resource.product = maybe_product.value().to_string();
336 // Parse the resource regardless of product.
354 "was filtered out but no product variant remains");
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1897 .OptionalFlag("--product", "Comma separated list of product names to keep", &product_list)
2057 for (StringPiece product : util::Tokenize(product_list.value(), ',')) {
2058 if (product != "" && product != "default") {
2059 options.products.insert(product.to_string());
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp141 ResourceConfigValue* configValue = entry->FindOrCreateValue(config, pbConfig.product());
/frameworks/rs/script_api/
H A Drs_matrix.spec286 arg: const #1* lhs, "Left matrix of the product."
287 arg: const #1* rhs, "Right matrix of the product."
290 Sets m to the matrix product of <code>lhs * rhs</code>.
392 arg: #1* m, "Left matrix of the product and the matrix to be set."
393 arg: const #1* rhs, "Right matrix of the product."
396 For the matrix by matrix variant, sets m to the matrix product <code>m * rhs</code>.
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java177 // USB device product name string (or null for unspecified)
183 String manufacturer, String product, String serialnum) {
190 mProductName = product;
223 } else if ("product-name".equals(name)) {
244 } else if ("product-id".equals(name)) {
266 serializer.attribute(null, "product-id", Integer.toString(mProductId));
281 serializer.attribute(null, "product-name", mProductName);
182 DeviceFilter(int vid, int pid, int clasz, int subclass, int protocol, String manufacturer, String product, String serialnum) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp588 identifier.vendor, identifier.product));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 293 milliseconds

123