/frameworks/compile/libbcc/tests/debuginfo/ |
D | test_bcc_debuginfo.pl | 38 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/base/drm/java/android/drm/ |
D | DrmStore.java | 183 public static final int OUTPUT = 0x04; field in DrmStore.Action 205 case OUTPUT: in isValid()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 1114 final int OUTPUT = 0; in testOverrideStreamConfigurationMap() local 1117 0x20, 3280, 2464, OUTPUT, // RAW16 in testOverrideStreamConfigurationMap() 1118 0x23, 3264, 2448, OUTPUT, // YCbCr_420_888 in testOverrideStreamConfigurationMap() 1119 0x23, 3200, 2400, OUTPUT, // YCbCr_420_888 in testOverrideStreamConfigurationMap() 1120 0x21, 3264, 2448, OUTPUT, // BLOB in testOverrideStreamConfigurationMap() 1121 0x21, 3200, 2400, OUTPUT, // BLOB in testOverrideStreamConfigurationMap() 1122 0x21, 2592, 1944, OUTPUT, // BLOB in testOverrideStreamConfigurationMap() 1123 0x21, 2048, 1536, OUTPUT, // BLOB in testOverrideStreamConfigurationMap() 1124 0x21, 1920, 1080, OUTPUT, // BLOB in testOverrideStreamConfigurationMap() 1125 0x22, 640, 480, OUTPUT, // IMPLEMENTATION_DEFINED in testOverrideStreamConfigurationMap()
|
/frameworks/compile/mclinker/lib/Script/ |
D | OutputCmd.cpp | 20 : ScriptCommand(ScriptCommand::OUTPUT), m_OutputFile(pOutputFile) { in OutputCmd()
|
D | ScriptScanner.ll | 85 <LDSCRIPT>"OUTPUT" { return token::OUTPUT; }
|
D | ScriptParser.yy | 96 %token OUTPUT 256 output_command : OUTPUT '(' STRING ')'
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | OutputCmd.h | 33 return pCmd->getKind() == ScriptCommand::OUTPUT; in classof()
|
D | ScriptCommand.h | 28 OUTPUT, enumerator
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramFragment.java | 74 tmp[idx++] = ProgramParam.OUTPUT.mID; in create()
|
D | ProgramVertex.java | 134 tmp[idx++] = ProgramParam.OUTPUT.mID; in create()
|
D | ProgramFragmentFixedFunction.java | 61 tmp[idx++] = ProgramParam.OUTPUT.mID; in create()
|
D | ProgramVertexFixedFunction.java | 87 tmp[idx++] = ProgramParam.OUTPUT.mID; in create()
|
D | Program.java | 59 OUTPUT (1), enumConstant
|
/frameworks/av/include/drm/ |
D | drm_framework_common.h | 176 static const int OUTPUT = 0x04; variable
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 276 case Action::OUTPUT: in onCheckRightsStatus()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 115 HelpText<"OUTPUT OPTIONS">;
|
/frameworks/base/api/ |
D | current.txt | 10703 field public static final int OUTPUT = 4; // 0x4
|
D | system-current.txt | 11040 field public static final int OUTPUT = 4; // 0x4
|