Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java66 public static <T> Matcher<T> in(T... operand) { in in()
71 public static <T> Matcher<T> in(Collection<T> operand) { in in()
/frameworks/ml/nn/common/
DValidateHal.cpp62 for (auto& operand : operands) { in validateOperands() local
332 const Operand& operand = operands[i]; in validateOperations() local
350 const Operand& operand = operands[i]; in validateOperations() local
388 const Operand& operand = operands[i]; in validateModelInputOutputs() local
448 const Operand& operand = operands[operandIndex]; in validateRequestArguments() local
/frameworks/ml/nn/runtime/
DModelBuilder.cpp84 Operand& operand = mOperands[index]; in setOperandValue() local
141 Operand& operand = mOperands[l.operandIndex]; in copyLargeValuesToSharedMemory() local
164 Operand& operand = mOperands[l.operandIndex]; in copyLargeValuesToSharedMemory() local
184 Operand& operand = mOperands[index]; in setOperandValueFromMemory() local
267 Operand& operand = mOperands[operandIndex]; in identifyInputsAndOutputs() local
DExecutionBuilder.cpp35 int ModelArgumentInfo::setFromPointer(const Operand& operand, in setFromPointer()
64 int ModelArgumentInfo::setFromMemory(const Operand& operand, const ANeuralNetworksOperandType* type, in setFromMemory()
83 int ModelArgumentInfo::setFromTemporaryMemory(const Operand& operand, in setFromTemporaryMemory()
96 int ModelArgumentInfo::updateDimensionInfo(const Operand& operand, in updateDimensionInfo()
DManager.cpp107 const Operand& operand = hidlModel.operands[operandIndex]; in getSupportedOperations() local
DExecutionPlan.cpp152 const Operand& operand = fromModel.getOperand(fromOperandIndex); in addOperand() local
383 const Operand& operand = mSubModel.getOperand(subModelOutput.second); in finishSubModel() local
/frameworks/rs/rsov/compiler/spirit/
Dinstructions.h42 inline uint16_t WordCount(const std::string &operand) { in WordCount()
97 bool DeserializeExactlyOne(InputWordStream &IS, T *operand) { in DeserializeExactlyOne()
110 bool DeserializeOptionallyOne(InputWordStream &IS, T **operand) { in DeserializeOptionallyOne()
/frameworks/ml/nn/common/operations/
DSVDF.cpp28 inline T *GetBuffer(RunTimeOperandInfo* operand) { in GetBuffer()
33 inline const T *GetBuffer(const RunTimeOperandInfo* operand) { in GetBuffer()
DLSTM.cpp28 inline T *GetBuffer(RunTimeOperandInfo* operand) { in GetBuffer()
33 inline const T *GetBuffer(const RunTimeOperandInfo* operand) { in GetBuffer()
/frameworks/ml/nn/common/include/
DCpuExecutor.h203 inline size_t NumDimensions(const RunTimeOperandInfo *operand) { in NumDimensions()
207 inline uint32_t SizeOfDimension(const RunTimeOperandInfo *operand, int i) { in SizeOfDimension()
DUtils.h94 inline uint32_t sizeOfData(const Operand& operand) { in sizeOfData()
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java129 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local
143 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local
/frameworks/ml/nn/tools/
Dsync_enums_to_hal.py213 operand = [] variable
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp354 uint32_t operand = addOperand(&type); in addIntOperand() local
361 uint32_t addOperandOfSameType(uint32_t operand, Dimensioned dimensioned = Dimensioned::YES) { in addOperandOfSameType()
518 const Operand& operand = model->getOperand(i); in buildDefinitionMap() local
DTestPartitioningRandom.cpp460 const Operand& operand = model.operands[operation.inputs[activationFunctionInputIndex]]; in getSignature() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DStubMethodAdapter.java320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
DDelegateMethodAdapter.java403 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
DDependencyFinder.java551 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
DAsmAnalyzer.java673 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java531 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked()