Searched refs:OUTPUT (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/
H A Dtest_bcc_debuginfo.pl38 open(OUTPUT, ">$debugger_script_file");
41 print OUTPUT "set verbose on\n";
54 print OUTPUT "$s";
57 print OUTPUT "\n";
58 print OUTPUT "quit\n";
60 close(OUTPUT);
/frameworks/compile/mclinker/lib/Script/
H A DOutputCmd.cpp20 : ScriptCommand(ScriptCommand::OUTPUT), m_OutputFile(pOutputFile) {
27 mcld::outs() << "OUTPUT ( " << m_OutputFile << " )\n";
H A DScriptParser.yy96 %token OUTPUT
256 output_command : OUTPUT '(' STRING ')'
H A DScriptScanner.ll85 <LDSCRIPT>"OUTPUT" { return token::OUTPUT; }
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputCmd.h33 return pCmd->getKind() == ScriptCommand::OUTPUT;
H A DScriptCommand.h28 OUTPUT, enumerator in enum:mcld::ScriptCommand::Kind
/frameworks/base/drm/java/android/drm/
H A DDrmStore.java183 public static final int OUTPUT = 0x04; field in class:DrmStore.Action
205 case OUTPUT:
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragment.java74 tmp[idx++] = ProgramParam.OUTPUT.mID;
H A DProgramVertex.java134 tmp[idx++] = ProgramParam.OUTPUT.mID;
H A DProgramFragmentFixedFunction.java61 tmp[idx++] = ProgramParam.OUTPUT.mID;
H A DProgram.java59 OUTPUT (1), enum constant in enum:Program.ProgramParam
H A DProgramVertexFixedFunction.java87 tmp[idx++] = ProgramParam.OUTPUT.mID;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h176 static const int OUTPUT = 0x04; member in class:android::Action
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1114 final int OUTPUT = 0;
1117 0x20, 3280, 2464, OUTPUT, // RAW16
1118 0x23, 3264, 2448, OUTPUT, // YCbCr_420_888
1119 0x23, 3200, 2400, OUTPUT, // YCbCr_420_888
1120 0x21, 3264, 2448, OUTPUT, // BLOB
1121 0x21, 3200, 2400, OUTPUT, // BLOB
1122 0x21, 2592, 1944, OUTPUT, // BLOB
1123 0x21, 2048, 1536, OUTPUT, // BLOB
1124 0x21, 1920, 1080, OUTPUT, // BLOB
1125 0x22, 640, 480, OUTPUT, // IMPLEMENTATION_DEFINE
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp279 case Action::OUTPUT:

Completed in 240 milliseconds