/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/ |
H A D | ExternalAccountType.java | 105 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 D | AccountType.java | 133 public boolean isExtension() { in isExtension() method in AccountType
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
H A D | ExternalAccountType.java | 100 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 D | AccountType.java | 142 public boolean isExtension() { in isExtension() method in AccountType
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ModelBuilder.cpp | 80 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 D | TypeManager.cpp | 264 if (!isExtension(type)) { in isTensorType() 274 if (!isExtension(type)) { in getSizeOfData() 284 if (!isExtension(type)) { in sizeOfDataOverflowsUInt32()
|
H A D | ExecutionBuilder.cpp | 120 if (isExtension(operand.type)) { in checkDimensionInfo()
|
H A D | Manager.cpp | 974 result[i] = !isExtension(operationType) && operationType != OperationType::OEM_OPERATION; in getSupportedOperations()
|
H A D | ExecutionPlan.cpp | 111 } else if (isExtension(fromOperand.type) && in copyOperandExtraParams()
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | TypeUtils.cpp | 64 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 D | AidlBufferTracker.cpp | 40 if (isExtension(operand.type)) { in create() 56 CHECK(!isExtension(kOperandType)); in AidlManagedBuffer()
|
H A D | HalBufferTracker.cpp | 42 if (isExtension(operand.type)) { in create() 57 CHECK(!isExtension(kOperandType)); in HalManagedBuffer()
|
H A D | BufferTracker.cpp | 42 if (isExtension(operand.type)) { in create() 57 CHECK(!isExtension(kOperandType)); in ManagedBuffer()
|
H A D | Validation.cpp | 198 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 D | AidlValidateHal.cpp | 84 const bool isExtensionOperand = isExtension(canonicalOperandType.value()); in validateMemoryDesc()
|
H A D | ValidateHal.cpp | 913 const bool isExtension = isExtensionOperandType(opType); in validateMemoryDesc() local 922 if (!isExtension) { in validateMemoryDesc() 932 if (!isExtension) { in validateMemoryDesc()
|
H A D | LegacyUtils.cpp | 356 CHECK(!isExtension(type)) << "Size of extension operand data is unknown"; in nonExtensionOperandSizeOfDataOverflowsUInt32() 654 if (!helper.allowControlFlowOperationWithOperandOfUnknownSize && !isExtension(operand.type)) { in validateControlFlowOperandUnknownSize()
|
H A D | CpuExecutor.cpp | 208 if (!isExtension(info->type) && in setInfoAndAllocateIfNeeded() 218 if (isExtension(info->type)) { in setInfoAndAllocateIfNeeded()
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | TypeUtils.h | 44 bool isExtension(OperandType type); 45 bool isExtension(OperationType type);
|
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | CpuExecutor.h | 87 if (isExtension(type)) { in isSufficient()
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/ |
H A D | ShimConverter.cpp | 88 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 D | ShimDevice.cpp | 206 if (!::android::nn::isExtension(type)) { in tensorHasUnspecifiedDimensions()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | AccountFilterUtil.java | 134 if ((accountType.isExtension() || in getFiltersForAccounts()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |