Home
last modified time | relevance | path

Searched +defs:index +defs:extension (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/beam/
DMimeTypeUtil.java38 String extension = null; in getMimeTypeForUri() local
40 int index = filePath.lastIndexOf("."); in getMimeTypeForUri() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java129 String extension = null; in generateFileInfo() local
215 int index = hint.lastIndexOf('/') + 1; in choosefilename() local
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp128 int ModelBuilder::setOperandValue(uint32_t index, const void* buffer, size_t length) { in setOperandValue()
192 int ModelBuilder::setOperandValueFromModel(uint32_t index, const ModelBuilder* value) { in setOperandValueFromModel()
223 uint32_t index, const ANeuralNetworksSymmPerChannelQuantParams& channelQuant) { in setOperandSymmPerChannelQuantParams()
260 int ModelBuilder::setOperandExtensionData(uint32_t index, const void* data, size_t length) { in setOperandExtensionData()
324 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, in setOperandValueFromMemory()
393 const Extension* extension; in addOperation() local
984 uint32_t index = mRefSubgraphs.size(); in addSubgraph() local
1010 const Extension* extension; in addExtensionWithPrefix() local
DNeuralNetworks.cpp962 uint32_t index, float frequency) { in ANeuralNetworksMemoryDesc_addInputRole()
975 uint32_t index, float frequency) { in ANeuralNetworksMemoryDesc_addOutputRole()
1129 int ANeuralNetworksModel_setOperandValue(ANeuralNetworksModel* model, int32_t index, in ANeuralNetworksModel_setOperandValue()
1140 int ANeuralNetworksModel_setOperandValueFromMemory(ANeuralNetworksModel* model, int32_t index, in ANeuralNetworksModel_setOperandValueFromMemory()
1153 int ANeuralNetworksModel_setOperandValueFromModel(ANeuralNetworksModel* model, int32_t index, in ANeuralNetworksModel_setOperandValueFromModel()
1179 ANeuralNetworksModel* model, int32_t index, in ANeuralNetworksModel_setOperandSymmPerChannelQuantParams()
1322 int32_t index, uint32_t* rank) { in ANeuralNetworksExecution_getOutputOperandRank()
1333 int32_t index, uint32_t* dimensions) { in ANeuralNetworksExecution_getOutputOperandDimensions()
1343 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput()
1355 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory()
[all …]
DExecutionPlan.cpp73 const Extension* extension; in updateTokenFromMetaData() local
994 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getInputOperandIndex(i)); in finish() local
998 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getOutputOperandIndex(i)); in finish() local
2055 void ExecutionPlan::SimpleBody::forEachStepRoleOfInput(uint32_t index, in forEachStepRoleOfInput()
2060 void ExecutionPlan::SimpleBody::forEachStepRoleOfOutput(uint32_t index, in forEachStepRoleOfOutput()
2066 void ExecutionPlan::CompoundBody::forEachStepRoleOfInput(uint32_t index, in forEachStepRoleOfInput()
2073 void ExecutionPlan::CompoundBody::forEachStepRoleOfOutput(uint32_t index, in forEachStepRoleOfOutput()
2080 const SourceOperandIndex& index, const StepRoleCallback& callback) const { in forEachStepRoleOfSourceOperand() argument
/packages/modules/NeuralNetworks/common/
DModelUtils.cpp83 [&used](uint32_t index) { used.at(index) = true; }); in identifyUsedOperands()
249 for (const auto& extension : model.extensionNameToPrefix) { in identifyUsedExtensions() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java391 String extension = null; in chooseExtensionFromMimeType() local
430 String extension = null; in chooseExtensionFromFilename() local
828 final int index = knownUids.indexOfKey(uid); in handleRemovedUidEntries() local
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp310 Result<Version> validateExtension(const Extension& extension) { in validateExtension()
337 [](const Extension& extension) { return std::cref(extension.name); }); in validateExtensions()
770 const auto containsIndex = [&sortedIndexes](size_t index) { in validateModelSubgraphInputOutputs()
1559 const Operand& modelOperand, uint32_t index) { in getInputOperand()
1564 const Operand& modelOperand, uint32_t index) { in getOutputOperand()
1794 for (uint32_t index : operation.inputs) { in validateOperationIncludingOperandVersions() local
1797 for (uint32_t index : operation.outputs) { in validateOperationIncludingOperandVersions() local
1870 Result<Version> validate(const Extension& extension) { in validate()
2008 for (uint32_t index : operation.inputs) { in validateOperationAndAnythingItDependsOn() local
2014 for (uint32_t index : operation.outputs) { in validateOperationAndAnythingItDependsOn() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java324 int index = 0; in makePduBody() local
334 final String extension = ContentType.getExtensionFromMimeType(contentType); in makePduBody() local
429 final int index = srcName.lastIndexOf("."); in setPartContentLocationAndId() local
454 private static int addPicturePart(final Context context, final PduBody pb, final int index, in addPicturePart()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1116 Ike3gppExtension extension = in buildIkeSessionParams() local
1872 int index = mValidEpdgInfo.getIndex(); in validateAndSetEpdgAddress() local