Searched refs:_output (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/share/vm/logging/
H A DlogDiagnosticCommand.cpp32 _output("output", "The name or index (#<index>) of output to configure.", "STRING", false),
39 _dcmdparser.add_dcmd_option(&_output);
71 if (_output.has_value() || _what.has_value() || _decorators.has_value()) {
72 if (!LogConfiguration::parse_log_arguments(_output.value(),
H A DlogDiagnosticCommand.hpp40 DCmdArgument<char *> _output; member in class:LogDiagnosticCommand
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingOperation.java76 if (_output != null) {
77 sb.append(_output.getName());
109 return _output;
113 _output = o;
172 if (_output != null) {
173 action.perform(_output);
188 if (_output != null) {
189 _output.accept(visitor);
211 if (_output != null) {
224 private BindingOutput _output; field in class:BindingOperation
[all...]
H A DOperation.java77 if (_output != null) {
78 sb.append(_output.getName());
110 return _output;
114 _output = o;
151 if (_output != null) {
152 action.perform(_output);
165 if (_output != null) {
166 _output.accept(visitor);
187 if (_output != null) {
247 private Output _output; field in class:Operation
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.hpp51 outputStream* _output; member in class:CFGPrinterOutput
61 outputStream* output() { assert(_output != NULL, ""); return _output; }
H A Dc1_InstructionPrinter.hpp35 outputStream* _output; member in class:InstructionPrinter
51 , _output(output)
54 outputStream* output() { return _output; }
H A Dc1_CFGPrinter.cpp60 : _output(NULL),
68 _output = new(ResourceObj::C_HEAP, mtCompiler) fileStream(file_name, "at");
/openjdk10/hotspot/src/share/vm/services/
H A DmemReporter.hpp42 outputStream* _output; // destination member in class:MemReporterBase
47 _output = (out == NULL) ? tty : out;
52 return _output;
H A DdiagnosticFramework.hpp273 outputStream* _output; member in class:DCmd
277 _output = output;
309 outputStream* output() { return _output; }
H A DdiagnosticCommand.hpp92 Arguments::print_on(_output);
H A DdiagnosticCommand.cpp413 VMError::print_vm_info(_output);
/openjdk10/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp116 _output = NULL;
137 _output = stream;
140 _output = stream;
157 _output = _stream;
166 _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output);
187 if (_stream == _output) {
188 _output = NULL;
193 if (_output) {
194 delete _output;
195 _output
[all...]
H A DidealGraphPrinter.hpp91 outputStream *_output; member in class:IdealGraphPrinter
/openjdk10/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp157 outputStream* _output; member in class:decode_env
220 outputStream* output() { return _output; }
227 _output = output ? output : tty;
289 outputStream* st = _output;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java92 private Output _output; field in class:Parser
122 _output = null;
141 if (_output != null) {
142 if (_output.getImportPrecedence() <= output.getImportPrecedence()) {
143 output.mergeOutput(_output);
144 _output.disable();
145 _output = output;
152 _output = output;
157 return _output;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java237 private OutputStream _output; field in class:BaseMarkupSerializer
297 _output = output;
311 _output = null;
351 if ( _writer == null && _output == null ) {
362 if ( _output != null ) {
363 _writer = _encodingInfo.getWriter(_output);

Completed in 271 milliseconds