Searched refs:messages (Results 126 - 133 of 133) sorted by relevance

123456

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java358 final JavacMessages messages = JavacMessages.instance(context);
361 return messages.getLocalizedString("compiler.misc.unnamed.package");
H A DTypes.java74 final JavacMessages messages; field in class:Types
103 messages = JavacMessages.instance(context);
2585 return Printer.createStandardPrinter(messages).visit(t, locale);
2593 return Printer.createStandardPrinter(messages).visit(t, locale);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties29 # This file contains error and warning messages related to XML Schema
30 # The messages are arranged in key and value tuples in a ListResourceBundle.
297 # the "invalid-content" messages provide less information than the "must-match" counterparts above. They're used for complex types when providing a "match" would be an information dump
H A DXMLSchemaMessages_ja.properties29 # This file contains error and warning messages related to XML Schema
30 # The messages are arranged in key and value tuples in a ListResourceBundle.
297 # the "invalid-content" messages provide less information than the "must-match" counterparts above. They're used for complex types when providing a "match" would be an information dump
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerBase.java915 Utils.messages.createMessage(
H A DToHTMLStream.java1524 Utils.messages.createMessage(
1591 Utils.messages.createMessage(
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES159 of nearly identical error messages (will simplify multi-lingual
884 fewer error messages.
1651 Removed newline from the end of some error and warning messages.
2065 Removing trailing '.' from the warning and error messages (Cosmin).
2153 Moved newline character from individual png_debug messages into the
2720 wherever png_snprintf() is used to construct error and warning messages.
2759 the format statements in various png_debug messages.
3369 Removed png_snprintf and added formatted warning messages. This change adds
3370 internal APIs to allow png_warning messages to have parameters without
3470 Added log option to pngvalid.c and attempted to improve gamma messages
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2840 BytecodeInterpreter::BytecodeInterpreter(messages msg) {
3051 const char* BytecodeInterpreter::C_msg(BytecodeInterpreter::messages msg) {

Completed in 256 milliseconds

123456