Home
last modified time | relevance | path

Searched refs:isExtension (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DExternalAccountType.java105 public ExternalAccountType(Context context, String resPackageName, boolean isExtension) { in ExternalAccountType() argument
106 this(context, resPackageName, isExtension, null); in ExternalAccountType()
115 ExternalAccountType(Context context, String packageName, boolean isExtension, in ExternalAccountType() argument
117 this.mIsExtension = isExtension; in ExternalAccountType()
247 public boolean isExtension() { in isExtension() method in ExternalAccountType
DAccountType.java133 public boolean isExtension() { in isExtension() method in AccountType
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DExternalAccountType.java100 public ExternalAccountType(Context context, String resPackageName, boolean isExtension) { in ExternalAccountType() argument
101 this(context, resPackageName, isExtension, null); in ExternalAccountType()
113 boolean isExtension, in ExternalAccountType() argument
115 this.mIsExtension = isExtension; in ExternalAccountType()
282 public boolean isExtension() { in isExtension() method in ExternalAccountType
DAccountType.java142 public boolean isExtension() { in isExtension() method in AccountType
/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp112 bool isExtension(OperandType type) { in isExtension() function
116 bool isExtension(OperationType type) { in isExtension() function
121 CHECK(!isExtension(operandType)); in isNonExtensionScalar()
148 CHECK(!isExtension(operandType)); in getNonExtensionSize()
177 CHECK(!isExtension(operandType)) << "Size of extension operand data is unknown"; in getNonExtensionSize()
198 if (!isExtension(type)) { in tensorHasUnspecifiedDimensions()
398 if (isExtension(operandType)) { in operator <<()
433 if (isExtension(operationType)) { in operator <<()
DValidation.cpp167 if (isExtension(operandType)) { in validateOperandType()
466 if (isExtension(operand.type)) { in validateOperandDimensions()
508 if (isExtension(operand.type)) { in validateOperandScale()
559 if (isExtension(operand.type)) { in validateOperandZeroPoint()
621 if (isExtension(operand.type)) { in validateOperandExtraParams()
650 if (!isExtension(operand.type) && operand.type != OperandType::OEM && in validateOperand()
1166 const bool isExtensionType = isExtension(operand.type); in validateRequestArgumentsForModel()
1295 if (!isExtension(opType)) { in validateMemoryDescImpl()
1303 if (!isExtension(opType)) { in validateMemoryDescImpl()
1469 uint64_t size = isExtension(type.type) ? extensionOperandTypeInfo->byteSize in validateTensorDimensions()
[all …]
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp84 if (isExtension(operandType) && !TypeManager::get()->areExtensionsAllowed()) { in addOperand()
95 if (isExtension(operandType) && in addOperand()
272 if (!isExtension(operand.type)) { in setOperandExtensionData()
370 if (isExtension(operationType) && !TypeManager::get()->areExtensionsAllowed()) { in addOperation()
378 if (!isExtension(operationType)) { in addOperation()
423 mHasExtensionOperation |= isExtension(operationType); in addOperation()
992 if (isExtension(operand.type)) { in addExtensions()
997 if (isExtension(operation.type)) { in addExtensions()
DTypeManager.cpp277 if (!isExtension(type)) { in isTensorType()
287 if (!isExtension(type)) { in getSizeOfData()
297 if (!isExtension(type)) { in sizeOfDataOverflowsUInt32()
DExecutionBuilder.cpp121 if (isExtension(operand.type)) { in checkDimensionInfo()
DManager.cpp1010 result[i] = !isExtension(operationType) && operationType != OperationType::OEM_OPERATION; in getSupportedOperations()
DExecutionPlan.cpp151 } else if (isExtension(fromOperand.type) && in copyOperandExtraParams()
/packages/modules/NeuralNetworks/common/
DHalBufferTracker.cpp42 if (isExtension(operand.type)) { in create()
57 CHECK(!isExtension(kOperandType)); in HalManagedBuffer()
DBufferTracker.cpp42 if (isExtension(operand.type)) { in create()
57 CHECK(!isExtension(kOperandType)); in ManagedBuffer()
DValidateHal.cpp914 const bool isExtension = isExtensionOperandType(opType); in validateMemoryDesc() local
923 if (!isExtension) { in validateMemoryDesc()
933 if (!isExtension) { in validateMemoryDesc()
DLegacyUtils.cpp333 CHECK(!isExtension(type)) << "Size of extension operand data is unknown"; in nonExtensionOperandSizeOfDataOverflowsUInt32()
622 if (!helper.allowControlFlowOperationWithOperandOfUnknownSize && !isExtension(operand.type)) { in validateControlFlowOperandUnknownSize()
DCpuExecutor.cpp208 if (!isExtension(info->type) && in setInfoAndAllocateIfNeeded()
218 if (isExtension(info->type)) { in setInfoAndAllocateIfNeeded()
/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp77 if (!isExtension(operation.type) && !operation.inputs.empty()) { in getSupportedOperationsFloat()
119 if (!isExtension(operation.type) && !operation.inputs.empty()) { in getSupportedOperationsQuant()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypeUtils.h36 bool isExtension(OperandType type);
37 bool isExtension(OperationType type);
/packages/modules/NeuralNetworks/common/include/
DCpuExecutor.h87 if (isExtension(type)) { in isSufficient()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimConverter.cpp92 if (::android::nn::isExtension(static_cast<::android::nn::OperandType>(operand.type))) { in convertSubgraphFromHAL()
209 if (::android::nn::isExtension(static_cast<::android::nn::OperationType>(operationType))) { in convertSubgraphFromHAL()
DShimDevice.cpp208 if (!::android::nn::isExtension(type)) { in tensorHasUnspecifiedDimensions()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountFilterUtil.java134 if ((accountType.isExtension() || in getFiltersForAccounts()
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...