Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.cpp114 const ANeuralNetworksOperandType* newType) { in updateDimensionInfo() argument
115 if (newType == nullptr) { in updateDimensionInfo()
118 const uint32_t count = newType->dimensionCount; in updateDimensionInfo()
120 std::copy(&newType->dimensions[0], &newType->dimensions[count], mInitialDimensions.begin()); in updateDimensionInfo()
DExecutionBuilder.cpp117 static bool checkDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType, in checkDimensionInfo() argument
119 if (newType != nullptr) { in checkDimensionInfo()
124 if (validateOperandType(*newType, info, tag, allowUnspecified) != in checkDimensionInfo()
132 if (operand.dimensions.size() != newType->dimensionCount) { in checkDimensionInfo()
134 << operand.dimensions.size() << ", new = " << newType->dimensionCount << ")"; in checkDimensionInfo()
137 for (uint32_t i = 0; i < newType->dimensionCount; i++) { in checkDimensionInfo()
138 if (operand.dimensions[i] != newType->dimensions[i] && operand.dimensions[i] != 0) { in checkDimensionInfo()
DModelArgumentInfo.h111 int updateDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java775 int newType; in updateVisualsOnDraftChanged() local
777 newType = ContentType.TYPE_IMAGE; in updateVisualsOnDraftChanged()
779 newType = ContentType.TYPE_AUDIO; in updateVisualsOnDraftChanged()
781 newType = ContentType.TYPE_VIDEO; in updateVisualsOnDraftChanged()
783 newType = ContentType.TYPE_VCARD; in updateVisualsOnDraftChanged()
785 newType = ContentType.TYPE_OTHER; in updateVisualsOnDraftChanged()
789 type = newType; in updateVisualsOnDraftChanged()
790 } else if (type != newType || type == ContentType.TYPE_OTHER) { in updateVisualsOnDraftChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java1114 int newType = externalConfig.getDefaultSecurityParams().getSecurityType(); in mergeSecurityParamsListWithInternalWifiConfiguration() local
1115 if (oldType != newType) { in mergeSecurityParamsListWithInternalWifiConfiguration()
1116 if (internalConfig.isSecurityType(newType)) { in mergeSecurityParamsListWithInternalWifiConfiguration()
1117 internalConfig.setSecurityParamsIsAddedByAutoUpgrade(newType, in mergeSecurityParamsListWithInternalWifiConfiguration()
1120 internalConfig.setSecurityParams(newType); in mergeSecurityParamsListWithInternalWifiConfiguration()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp430 OperandTypeWithExtraParams newType = mValidInputs[i]; in testMutatingInputOperandCode() local
526 newType.operandType.type = newOperandCode; in testMutatingInputOperandCode()
528 inputs[i] = newType; in testMutatingInputOperandCode()
548 OperandTypeWithExtraParams newType = mValidOutputs[i].operandType; in testMutatingOutputOperandCode() local
577 newType.operandType.type = newOperandCode; in testMutatingOutputOperandCode()
579 outputs[i] = newType; in testMutatingOutputOperandCode()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2941 String newType = newRow.getAsString(TYPE); in mergeFieldsAndUpdateDb() local
2943 if (!oldType.equalsIgnoreCase(newType)) { in mergeFieldsAndUpdateDb()
2944 if (oldType.equals("") || newType.equals("")) { in mergeFieldsAndUpdateDb()
2948 String[] newTypes = newType.toLowerCase(Locale.ROOT).split(","); in mergeFieldsAndUpdateDb()
/packages/apps/TV/libs/
Dtruth-0.45.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/m2/
Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...