Searched refs:INPUT (Results 1 - 12 of 12) 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/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1115 final int INPUT = 1;
1126 0x20, 320, 240, INPUT, // RAW16

Completed in 186 milliseconds