/frameworks/compile/libbcc/tests/debuginfo/ |
D | test_bcc_debuginfo.pl | 45 open(INPUT, $testcase_file); 46 while(<INPUT>) { 59 close(INPUT);
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 63 if (other.type != RandomOperandType::INPUT) return false; in createEdgeIfValid() 156 if (operand->type != RandomOperandType::INPUT) return false; in asConstant() 187 if (operand->type == RandomOperandType::INPUT) numInputs++; in generateValue() 199 if (operand->type == RandomOperandType::INPUT) numInputs--; in generateValue() 237 case RandomOperandType::INPUT: in convertToTestOperandLifeTime()
|
D | RandomGraphGenerator.h | 38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestUnspecifiedDimensions.cpp | 85 enum class OptionalType { CONST, INPUT }; // omitted operand op3 is an input or const enumerator 88 enum class InOutType { INPUT, OUTPUT }; // parameter for setInOut() enumerator 187 mOptionalType = OptionalType::INPUT; in SetUp() 259 if (inOutType == InOutType::INPUT) { in setInOut() 265 if (inOutType == InOutType::INPUT) { in setInOut() 349 &memoryOp0, InOutType::INPUT); in TestOne() 354 if (mOptionalType == OptionalType::INPUT) { in TestOne() 356 InOutType::INPUT); in TestOne()
|
D | TestPartitioningRandom.cpp | 1258 enum Kind { INPUT, OUTPUT }; in TEST_P() enumerator 1273 ioDescriptors[i].mKind = (i < model.inputCount() ? InputOutputDescriptor::INPUT in TEST_P() 1309 if (desc.mKind == InputOutputDescriptor::INPUT) { in TEST_P() 1328 if (desc.mKind == InputOutputDescriptor::INPUT) { in TEST_P()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ShadeViewRefactor.java | 35 INPUT, enumConstant
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | ScriptCommand.h | 26 INPUT, enumerator
|
D | InputCmd.h | 42 return pCmd->getKind() == ScriptCommand::INPUT; in classof()
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | OperationSignatureUtils.h | 313 .type = RandomOperandType::INPUT, .constructor = defaultOperandConstructor, \ 321 .type = RandomOperandType::INPUT, .constructor = defaultScalarOperandConstructor, \ 329 .type = RandomOperandType::INPUT, \ 341 .type = RandomOperandType::INPUT, \
|
D | BoundingBox.cpp | 37 static const OperandSignature kInputRoiTensor = {.type = RandomOperandType::INPUT,
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramFragment.java | 74 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | ProgramVertex.java | 135 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | ProgramFragmentFixedFunction.java | 59 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | ProgramVertexFixedFunction.java | 86 tmp[idx++] = ProgramParam.INPUT.mID; in create()
|
D | Program.java | 60 INPUT (0), enumConstant
|
/frameworks/ml/nn/common/include/ |
D | ValidateHal.h | 37 enum class IOType { INPUT, OUTPUT }; enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3659 @ShadeViewRefactor(RefactorComponent.INPUT) 3665 @ShadeViewRefactor(RefactorComponent.INPUT) 3715 @ShadeViewRefactor(RefactorComponent.INPUT) 3724 @ShadeViewRefactor(RefactorComponent.INPUT) 3764 @ShadeViewRefactor(RefactorComponent.INPUT) 3921 @ShadeViewRefactor(RefactorComponent.INPUT) 3926 @ShadeViewRefactor(RefactorComponent.INPUT) 3936 @ShadeViewRefactor(RefactorComponent.INPUT) 3954 @ShadeViewRefactor(RefactorComponent.INPUT) 3969 @ShadeViewRefactor(RefactorComponent.INPUT) [all …]
|
/frameworks/ml/nn/runtime/ |
D | Memory.cpp | 326 const char* tag = ioType == IOType::INPUT ? "addInputRole" : "addOutputRole"; in addRole() 340 if (ioType == IOType::INPUT) { in addRole() 353 if (ioType == IOType::INPUT) { in addRole() 394 if (type == IOType::INPUT) { in addRole()
|
D | ExecutionPlan.cpp | 201 CHECK(kind == INPUT); in addOperand() 260 if (kind == INPUT) { in addOperand() 277 if (kind == INPUT) { in addOperand() 332 NN_RETURN_IF_ERROR(addOperands(operation.inputs, &inputs, INPUT)); in addOperation() 1547 callback(mPreparedModel.get(), IOType::INPUT, index); in forEachStepRoleOfInput() 1566 callback(step->getPreparedStepModel().get(), IOType::INPUT, i); in forEachStepRoleOfInput() 1596 callback(step->getPreparedStepModel().get(), IOType::INPUT, i); in forEachStepRoleOfOutput()
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputCmd.cpp | 44 : ScriptCommand(ScriptCommand::INPUT), in InputCmd()
|
D | ScriptScanner.ll | 82 <LDSCRIPT>"INPUT" { return token::INPUT; }
|
D | ScriptParser.yy | 93 %token INPUT 245 input_command : INPUT '(' input_list ')'
|
/frameworks/ml/nn/common/ |
D | BufferTracker.cpp | 73 if (kRoles.count({preparedModel, IOType::INPUT, i}) == 0) { in validateRequest()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.h | 93 INPUT = ~(IS_OUTPUT | IS_RAW | IS_CODED), enumerator
|
D | CCodecConfig.cpp | 352 .limitTo(D::INPUT & D::READ)); in initializeStandardParams() 381 .limitTo(D::INPUT)); in initializeStandardParams() 384 .limitTo(D::INPUT)); in initializeStandardParams() 583 .limitTo(D::VIDEO & D::PARAM & D::INPUT)); in initializeStandardParams()
|