Searched refs:INPUT (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/
H A Dtest_bcc_debuginfo.pl45 open(INPUT, $testcase_file);
46 while(<INPUT>) {
59 close(INPUT);
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptCommand.h26 INPUT, enumerator in enum:mcld::ScriptCommand::Kind
H A DInputCmd.h42 return pCmd->getKind() == ScriptCommand::INPUT;
/frameworks/ml/nn/runtime/test/specs/
H A Dslicing.sh27 INPUT=$2
29 DIR_AND_NAME=${INPUT/.mod.py/}
43 $SLICE $INPUT -n $NO_OF_OPERATIONS -m $MODEL_ONLY -e $INPUT_ONLY
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragment.java70 tmp[idx++] = ProgramParam.INPUT.mID;
H A DProgramVertex.java130 tmp[idx++] = ProgramParam.INPUT.mID;
H A DProgramFragmentFixedFunction.java57 tmp[idx++] = ProgramParam.INPUT.mID;
H A DProgram.java58 INPUT (0), enum constant in enum:Program.ProgramParam
H A DProgramVertexFixedFunction.java83 tmp[idx++] = ProgramParam.INPUT.mID;
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp44 : ScriptCommand(ScriptCommand::INPUT),
58 mcld::outs() << "INPUT ( ";
87 // construct the INPUT tree
161 assert(0 && "Invalid script token in INPUT!");
H A DScriptParser.yy93 %token INPUT
245 input_command : INPUT '(' input_list ')'
H A DScriptScanner.ll82 <LDSCRIPT>"INPUT" { return token::INPUT; }
/frameworks/ml/nn/runtime/
H A DExecutionPlan.cpp142 nnAssert(kind == INPUT);
194 if (kind == INPUT) {
210 if (kind == INPUT) {
260 if ((n = addOperands(operation.inputs, inputs, INPUT)) != ANEURALNETWORKS_NO_ERROR ||
H A DExecutionPlan.h45 enum OperandKind { INPUT, OUTPUT }; enumerator in enum:android::nn::ExecutionStep::OperandKind
/frameworks/ml/nn/runtime/test/
H A DTestPartitioningRandom.cpp1025 enum Kind { INPUT, OUTPUT }; enumerator in enum:android::__anon1348::InputOutputDescriptor::Kind
1041 ? InputOutputDescriptor::INPUT
1079 if (desc.mKind == InputOutputDescriptor::INPUT) {
1101 if (desc.mKind == InputOutputDescriptor::INPUT) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1115 final int INPUT = 1;
1126 0x20, 320, 240, INPUT, // RAW16
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3530 streamType = StreamType::INPUT;
3692 ALOGE("%s: Stream %d: INPUT streams must have 0 for producer usage",

Completed in 302 milliseconds