Searched refs:curType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | MDNSUtils.java | 125 String curType = serviceInfo.getServiceType().toLowerCase(); in isSupportedServiceType() local 127 if (curType.contains(type.toLowerCase())) { in isSupportedServiceType()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 593 const String16& curType, in parseAndAddBag() argument 629 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 690 const String16& curType, in parseAndAddEntry() argument 740 type_ident_pair_t(curType, ident), true); in parseAndAddEntry() 754 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 771 myPackage, curType, ident, str, &spans, &config, in parseAndAddEntry() 910 String16 curType; in compileResourceFile() local 1327 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile() 1406 curType = string16; in compileResourceFile() 1412 curType = drawable16; in compileResourceFile() [all …]
|
/frameworks/ml/nn/common/operations/ |
D | QuantizedLSTMTest.cpp | 55 OperandType curType(curOTP.type, curOTP.shape, curOTP.scale, curOTP.zeroPoint); in QuantizedLSTMOpModel() local 56 inputs.push_back(model_.addOperand(&curType)); in QuantizedLSTMOpModel()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3703 uint32_t curType = 0xffffffff; in applyStyle() local 3729 curType = 0xffffffff; in applyStyle() 3731 if (curType != t) { in applyStyle() 3737 curType = t; in applyStyle()
|