Home
last modified time | relevance | path

Searched refs:defaultStream (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dostream.cpp612 defaultStream* defaultStream::instance = NULL;
613 int defaultStream::_output_fd = 1;
614 int defaultStream::_error_fd = 2;
621 void defaultStream::init() { in init()
672 void defaultStream::init_log() { in init_log()
689 void defaultStream::start_log() { in start_log()
759 void defaultStream::finish_log() { in finish_log()
886 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
920 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
921 tty = defaultStream::instance; in ostream_init()
[all …]
H A DdefaultStream.hpp30 class defaultStream : public xmlTextStream { class
51 defaultStream() { in defaultStream() function in defaultStream
58 ~defaultStream() { in ~defaultStream()
96 static defaultStream* instance; // sole instance
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A Dostream.cpp578 defaultStream* defaultStream::instance = NULL;
579 int defaultStream::_output_fd = 1;
580 int defaultStream::_error_fd = 2;
587 void defaultStream::init() { in init()
638 void defaultStream::init_log() { in init_log()
655 void defaultStream::start_log() { in start_log()
725 void defaultStream::finish_log() { in finish_log()
852 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
886 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
887 tty = defaultStream::instance; in ostream_init()
[all …]
H A DdefaultStream.hpp30 class defaultStream : public xmlTextStream { class
51 defaultStream() { in defaultStream() function in defaultStream
58 ~defaultStream() { in ~defaultStream()
96 static defaultStream* instance; // sole instance
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A Dostream.cpp591 defaultStream* defaultStream::instance = NULL;
592 int defaultStream::_output_fd = 1;
593 int defaultStream::_error_fd = 2;
600 void defaultStream::init() { in init()
651 void defaultStream::init_log() { in init_log()
668 void defaultStream::start_log() { in start_log()
739 void defaultStream::finish_log() { in finish_log()
866 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
900 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
901 tty = defaultStream::instance; in ostream_init()
[all …]
H A DdefaultStream.hpp30 class defaultStream : public xmlTextStream { class
51 defaultStream() { in defaultStream() function in defaultStream
58 ~defaultStream() { in ~defaultStream()
96 static defaultStream* instance; // sole instance
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A Dostream.cpp622 defaultStream* defaultStream::instance = NULL;
623 int defaultStream::_output_fd = 1;
624 int defaultStream::_error_fd = 2;
631 void defaultStream::init() { in init()
682 void defaultStream::init_log() { in init_log()
699 void defaultStream::start_log() { in start_log()
770 void defaultStream::finish_log() { in finish_log()
897 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
931 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
932 tty = defaultStream::instance; in ostream_init()
[all …]
H A DdefaultStream.hpp30 class defaultStream : public xmlTextStream { class
51 defaultStream() { in defaultStream() function in defaultStream
58 ~defaultStream() { in ~defaultStream()
96 static defaultStream* instance; // sole instance
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A Dostream.cpp582 defaultStream* defaultStream::instance = NULL;
583 int defaultStream::_output_fd = 1;
584 int defaultStream::_error_fd = 2;
591 void defaultStream::init() { in init()
642 void defaultStream::init_log() { in init_log()
659 void defaultStream::start_log() { in start_log()
729 void defaultStream::finish_log() { in finish_log()
856 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
890 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
891 tty = defaultStream::instance; in ostream_init()
[all …]
H A DdefaultStream.hpp30 class defaultStream : public xmlTextStream { class
51 defaultStream() { in defaultStream() function in defaultStream
58 ~defaultStream() { in ~defaultStream()
96 static defaultStream* instance; // sole instance
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dostream.cpp612 defaultStream* defaultStream::instance = NULL;
613 int defaultStream::_output_fd = 1;
614 int defaultStream::_error_fd = 2;
621 void defaultStream::init() { in init()
672 void defaultStream::init_log() { in init_log()
689 void defaultStream::start_log() { in start_log()
759 void defaultStream::finish_log() { in finish_log()
886 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
920 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
921 tty = defaultStream::instance; in ostream_init()
[all …]
H A DdefaultStream.hpp30 class defaultStream : public xmlTextStream { class
51 defaultStream() { in defaultStream() function in defaultStream
58 ~defaultStream() { in ~defaultStream()
96 static defaultStream* instance; // sole instance
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A Dostream.cpp591 defaultStream* defaultStream::instance = NULL;
592 int defaultStream::_output_fd = 1;
593 int defaultStream::_error_fd = 2;
600 void defaultStream::init() { in init()
651 void defaultStream::init_log() { in init_log()
668 void defaultStream::start_log() { in start_log()
739 void defaultStream::finish_log() { in finish_log()
866 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
900 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
901 tty = defaultStream::instance; in ostream_init()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A Dostream.cpp579 defaultStream* defaultStream::instance = NULL;
580 int defaultStream::_output_fd = 1;
581 int defaultStream::_error_fd = 2;
588 void defaultStream::init() { in init()
639 void defaultStream::init_log() { in init_log()
656 void defaultStream::start_log() { in start_log()
726 void defaultStream::finish_log() { in finish_log()
853 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
887 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
888 tty = defaultStream::instance; in ostream_init()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassListParser.cpp232 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_specified_interfaces()
242 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_actual_interfaces()
256 jio_fprintf(defaultStream::error_stream(), in error()
259 jio_vfprintf(defaultStream::error_stream(), msg, ap); in error()
262 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
264 jio_fprintf(defaultStream::error_stream(), ":\n"); in error()
268 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
270 jio_fprintf(defaultStream::error_stream(), "%c", c); in error()
273 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
275 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DclassListParser.cpp229 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_specified_interfaces()
239 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_actual_interfaces()
253 jio_fprintf(defaultStream::error_stream(), in error()
256 jio_vfprintf(defaultStream::error_stream(), msg, ap); in error()
259 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
261 jio_fprintf(defaultStream::error_stream(), ":\n"); in error()
265 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
267 jio_fprintf(defaultStream::error_stream(), "%c", c); in error()
270 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
272 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassListParser.cpp232 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_specified_interfaces()
242 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_actual_interfaces()
256 jio_fprintf(defaultStream::error_stream(), in error()
259 jio_vfprintf(defaultStream::error_stream(), msg, ap); in error()
262 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
264 jio_fprintf(defaultStream::error_stream(), ":\n"); in error()
268 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
270 jio_fprintf(defaultStream::error_stream(), "%c", c); in error()
273 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
275 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DclassListParser.cpp221 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_specified_interfaces()
231 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_actual_interfaces()
245 jio_fprintf(defaultStream::error_stream(), in error()
248 jio_vfprintf(defaultStream::error_stream(), msg, ap); in error()
251 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
253 jio_fprintf(defaultStream::error_stream(), ":\n"); in error()
257 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
259 jio_fprintf(defaultStream::error_stream(), "%c", c); in error()
262 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
264 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DclassListParser.cpp229 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_specified_interfaces()
239 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_actual_interfaces()
253 jio_fprintf(defaultStream::error_stream(), in error()
256 jio_vfprintf(defaultStream::error_stream(), msg, ap); in error()
259 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
261 jio_fprintf(defaultStream::error_stream(), ":\n"); in error()
265 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
267 jio_fprintf(defaultStream::error_stream(), "%c", c); in error()
270 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
272 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DclassListParser.cpp229 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_specified_interfaces()
239 jio_fprintf(defaultStream::error_stream(), "}\n"); in print_actual_interfaces()
253 jio_fprintf(defaultStream::error_stream(), in error()
256 jio_vfprintf(defaultStream::error_stream(), msg, ap); in error()
259 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
261 jio_fprintf(defaultStream::error_stream(), ":\n"); in error()
265 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
267 jio_fprintf(defaultStream::error_stream(), "%c", c); in error()
270 jio_fprintf(defaultStream::error_stream(), "\n"); in error()
272 jio_fprintf(defaultStream::error_stream(), "%s", " "); in error()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/MultiSrc/src/ndkmedia/src/
H A Dstream.h34 bool defaultStream): in Stream() argument
37 defaultStream(defaultStream) in Stream()
43 bool defaultStream; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Darguments.cpp646 jio_fprintf(defaultStream::error_stream(), in describe_range_error()
935 jio_fprintf(defaultStream::error_stream(), in process_argument()
1144 jio_fprintf(defaultStream::error_stream(), in no_shared_spaces()
1226 jio_fprintf(defaultStream::error_stream(), in set_parnew_gc_flags()
1437 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
1443 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
1452 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
1459 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
2109 jio_fprintf(defaultStream::error_stream(), in verify_interval()
2122 jio_fprintf(defaultStream::error_stream(), in verify_min_value()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Darguments.cpp646 jio_fprintf(defaultStream::error_stream(), in describe_range_error()
935 jio_fprintf(defaultStream::error_stream(), in process_argument()
1144 jio_fprintf(defaultStream::error_stream(), in no_shared_spaces()
1226 jio_fprintf(defaultStream::error_stream(), in set_parnew_gc_flags()
1437 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
1443 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
1452 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
1459 jio_fprintf(defaultStream::error_stream(), in verify_object_alignment()
2109 jio_fprintf(defaultStream::error_stream(), in verify_interval()
2122 jio_fprintf(defaultStream::error_stream(), in verify_min_value()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dostream.cpp1015 defaultStream* defaultStream::instance = NULL;
1016 int defaultStream::_output_fd = 1;
1017 int defaultStream::_error_fd = 2;
1024 void defaultStream::init() { in init()
1079 void defaultStream::init_log() { in init_log()
1096 void defaultStream::start_log() { in start_log()
1157 void defaultStream::finish_log() { in finish_log()
1302 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
1336 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
1337 tty = defaultStream::instance; in ostream_init()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dostream.cpp1015 defaultStream* defaultStream::instance = NULL;
1016 int defaultStream::_output_fd = 1;
1017 int defaultStream::_error_fd = 2;
1024 void defaultStream::init() { in init()
1079 void defaultStream::init_log() { in init_log()
1096 void defaultStream::start_log() { in start_log()
1157 void defaultStream::finish_log() { in finish_log()
1302 if (defaultStream::instance == NULL) return defaultStream::NO_WRITER; in hold_tty()
1336 defaultStream::instance = new(ResourceObj::C_HEAP, mtInternal) defaultStream(); in ostream_init()
1337 tty = defaultStream::instance; in ostream_init()
[all …]

12345678910