/packages/apps/Contacts/src/com/android/contacts/model/account/ |
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
|
D | AccountType.java | 133 public boolean isExtension() { in isExtension() method in AccountType
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
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
|
D | AccountType.java | 142 public boolean isExtension() { in isExtension() method in AccountType
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | TypeUtils.cpp | 112 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 <<()
|
D | Validation.cpp | 167 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/ |
D | ModelBuilder.cpp | 84 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()
|
D | TypeManager.cpp | 277 if (!isExtension(type)) { in isTensorType() 287 if (!isExtension(type)) { in getSizeOfData() 297 if (!isExtension(type)) { in sizeOfDataOverflowsUInt32()
|
D | ExecutionBuilder.cpp | 121 if (isExtension(operand.type)) { in checkDimensionInfo()
|
D | Manager.cpp | 1010 result[i] = !isExtension(operationType) && operationType != OperationType::OEM_OPERATION; in getSupportedOperations()
|
D | ExecutionPlan.cpp | 151 } else if (isExtension(fromOperand.type) && in copyOperandExtraParams()
|
/packages/modules/NeuralNetworks/common/ |
D | HalBufferTracker.cpp | 42 if (isExtension(operand.type)) { in create() 57 CHECK(!isExtension(kOperandType)); in HalManagedBuffer()
|
D | BufferTracker.cpp | 42 if (isExtension(operand.type)) { in create() 57 CHECK(!isExtension(kOperandType)); in ManagedBuffer()
|
D | ValidateHal.cpp | 914 const bool isExtension = isExtensionOperandType(opType); in validateMemoryDesc() local 923 if (!isExtension) { in validateMemoryDesc() 933 if (!isExtension) { in validateMemoryDesc()
|
D | LegacyUtils.cpp | 333 CHECK(!isExtension(type)) << "Size of extension operand data is unknown"; in nonExtensionOperandSizeOfDataOverflowsUInt32() 622 if (!helper.allowControlFlowOperationWithOperandOfUnknownSize && !isExtension(operand.type)) { in validateControlFlowOperandUnknownSize()
|
D | CpuExecutor.cpp | 208 if (!isExtension(info->type) && in setInfoAndAllocateIfNeeded() 218 if (isExtension(info->type)) { in setInfoAndAllocateIfNeeded()
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | LimitedSupportDevice.cpp | 77 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/ |
D | TypeUtils.h | 36 bool isExtension(OperandType type); 37 bool isExtension(OperationType type);
|
/packages/modules/NeuralNetworks/common/include/ |
D | CpuExecutor.h | 87 if (isExtension(type)) { in isSufficient()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimConverter.cpp | 92 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()
|
D | ShimDevice.cpp | 208 if (!::android::nn::isExtension(type)) { in tensorHasUnspecifiedDimensions()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountFilterUtil.java | 134 if ((accountType.isExtension() || in getFiltersForAccounts()
|
/packages/apps/TV/libs/m2/ |
D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |