Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A 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
H A DAccountType.java133 public boolean isExtension() { in isExtension() method in AccountType
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A 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
H A DAccountType.java142 public boolean isExtension() { in isExtension() method in AccountType
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelBuilder.cpp80 if (isExtension(operandType) && !TypeManager::get()->areExtensionsAllowed()) { in addOperand()
91 if (isExtension(operandType) && in addOperand()
267 if (!isExtension(operand.type)) { in setOperandExtensionData()
364 if (isExtension(operationType) && !TypeManager::get()->areExtensionsAllowed()) { in addOperation()
372 if (!isExtension(operationType)) { in addOperation()
408 mHasExtensionOperation |= isExtension(operationType); in addOperation()
954 if (isExtension(operand.type)) { in addExtensions()
959 if (isExtension(operation.type)) { in addExtensions()
H A DTypeManager.cpp264 if (!isExtension(type)) { in isTensorType()
274 if (!isExtension(type)) { in getSizeOfData()
284 if (!isExtension(type)) { in sizeOfDataOverflowsUInt32()
H A DExecutionBuilder.cpp120 if (isExtension(operand.type)) { in checkDimensionInfo()
H A DManager.cpp974 result[i] = !isExtension(operationType) && operationType != OperationType::OEM_OPERATION; in getSupportedOperations()
H A DExecutionPlan.cpp111 } else if (isExtension(fromOperand.type) && in copyOperandExtraParams()
/aosp12/packages/modules/NeuralNetworks/common/
H A DTypeUtils.cpp64 bool isExtension(OperandType type) { in isExtension() function
68 bool isExtension(OperationType type) { in isExtension() function
73 CHECK(!isExtension(operandType)); in isNonExtensionScalar()
100 CHECK(!isExtension(operandType)); in getNonExtensionSize()
129 CHECK(!isExtension(operandType)) << "Size of extension operand data is unknown"; in getNonExtensionSize()
322 if (isExtension(operandType)) { in operator <<()
559 if (isExtension(operationType)) { in operator <<()
H A DAidlBufferTracker.cpp40 if (isExtension(operand.type)) { in create()
56 CHECK(!isExtension(kOperandType)); in AidlManagedBuffer()
H A DHalBufferTracker.cpp42 if (isExtension(operand.type)) { in create()
57 CHECK(!isExtension(kOperandType)); in HalManagedBuffer()
H A DBufferTracker.cpp42 if (isExtension(operand.type)) { in create()
57 CHECK(!isExtension(kOperandType)); in ManagedBuffer()
H A DValidation.cpp198 if (isExtension(operandType)) { in validateOperandType()
497 if (isExtension(operand.type)) { in validateOperandDimensions()
539 if (isExtension(operand.type)) { in validateOperandScale()
590 if (isExtension(operand.type)) { in validateOperandZeroPoint()
652 if (isExtension(operand.type)) { in validateOperandExtraParams()
681 if (!isExtension(operand.type) && operand.type != OperandType::OEM && in validateOperand()
1186 const bool isExtensionType = isExtension(operand.type); in validateRequestArgumentsForModel()
1316 if (!isExtension(opType)) { in validateMemoryDescImpl()
1324 if (!isExtension(opType)) { in validateMemoryDescImpl()
1509 if (isExtension(type.type)) { in validateOperandTypeImpl()
[all …]
H A DAidlValidateHal.cpp84 const bool isExtensionOperand = isExtension(canonicalOperandType.value()); in validateMemoryDesc()
H A DValidateHal.cpp913 const bool isExtension = isExtensionOperandType(opType); in validateMemoryDesc() local
922 if (!isExtension) { in validateMemoryDesc()
932 if (!isExtension) { in validateMemoryDesc()
H A DLegacyUtils.cpp356 CHECK(!isExtension(type)) << "Size of extension operand data is unknown"; in nonExtensionOperandSizeOfDataOverflowsUInt32()
654 if (!helper.allowControlFlowOperationWithOperandOfUnknownSize && !isExtension(operand.type)) { in validateControlFlowOperandUnknownSize()
H A DCpuExecutor.cpp208 if (!isExtension(info->type) && in setInfoAndAllocateIfNeeded()
218 if (isExtension(info->type)) { in setInfoAndAllocateIfNeeded()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypeUtils.h44 bool isExtension(OperandType type);
45 bool isExtension(OperationType type);
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuExecutor.h87 if (isExtension(type)) { in isSufficient()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimConverter.cpp88 if (::android::nn::isExtension(static_cast<::android::nn::OperandType>(operand.type))) { in convertSubgraphFromHAL()
195 if (::android::nn::isExtension(static_cast<::android::nn::OperationType>(operationType))) { in convertSubgraphFromHAL()
H A DShimDevice.cpp206 if (!::android::nn::isExtension(type)) { in tensorHasUnspecifiedDimensions()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountFilterUtil.java134 if ((accountType.isExtension() || in getFiltersForAccounts()
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...