| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
| D | InMatcher.java | 66 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/ |
| D | ValidateHal.cpp | 62 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/ |
| D | ModelBuilder.cpp | 84 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
|
| D | ExecutionBuilder.cpp | 35 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()
|
| D | Manager.cpp | 107 const Operand& operand = hidlModel.operands[operandIndex]; in getSupportedOperations() local
|
| D | ExecutionPlan.cpp | 152 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/ |
| D | instructions.h | 42 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/ |
| D | SVDF.cpp | 28 inline T *GetBuffer(RunTimeOperandInfo* operand) { in GetBuffer() 33 inline const T *GetBuffer(const RunTimeOperandInfo* operand) { in GetBuffer()
|
| D | LSTM.cpp | 28 inline T *GetBuffer(RunTimeOperandInfo* operand) { in GetBuffer() 33 inline const T *GetBuffer(const RunTimeOperandInfo* operand) { in GetBuffer()
|
| /frameworks/ml/nn/common/include/ |
| D | CpuExecutor.h | 203 inline size_t NumDimensions(const RunTimeOperandInfo *operand) { in NumDimensions() 207 inline uint32_t SizeOfDimension(const RunTimeOperandInfo *operand, int i) { in SizeOfDimension()
|
| D | Utils.h | 94 inline uint32_t sizeOfData(const Operand& operand) { in sizeOfData()
|
| /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
| D | LockFindingClassVisitor.java | 129 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/ |
| D | sync_enums_to_hal.py | 213 operand = [] variable
|
| /frameworks/ml/nn/runtime/test/ |
| D | TestPartitioning.cpp | 354 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
|
| D | TestPartitioningRandom.cpp | 460 const Operand& operand = model.operands[operation.inputs[activationFunctionInputIndex]]; in getSignature() local
|
| /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
| D | StubMethodAdapter.java | 320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
|
| D | DelegateMethodAdapter.java | 403 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
|
| D | DependencyFinder.java | 551 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
|
| D | AsmAnalyzer.java | 673 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | ValidateNotificationPeople.java | 531 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked()
|