Searched refs:warning (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/cpu/zero/vm/
H A Dvm_version_zero.cpp37 warning("Unaligned memory access is not available on this CPU");
42 warning("Prefetching is not available for a Zero VM");
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetWarning.java40 * implementations. To retrieve the first warning reported on any
44 * interface. To retrieve a warning chained to the first warning, use the
64 * of the warning; if the <code>String</code> is <code>null</code>,
90 * warning;
91 * @param SQLState an XOPEN code identifying the warning; if a non standard
107 * warning;
108 * @param SQLState an XOPEN code identifying the warning; if a non standard
110 * @param vendorCode a database vendor-specific warning code
117 * Retrieves the warning chaine
146 setNextWarning(RowSetWarning warning) argument
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DDowngradingErrorHandler.java44 public void warning(SAXParseException exception) throws SAXException { method in class:DowngradingErrorHandler
45 core.warning(exception);
49 core.warning(exception);
53 core.warning(exception);
/openjdk9/langtools/test/tools/javac/varargs/warning/
H A DWarn3.java27 * @summary fixed-arity warning given too often
33 package varargs.warning.warn3;
H A DWarn2.java27 * @summary fixed-arity warning given too often
33 package varargs.warning.warn2;
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dvm_version_arm_64.cpp88 warning("FMA instructions are not available on this CPU");
93 warning("SHA instructions are not available on this CPU");
98 warning("Intrinsics for SHA-1 crypto hash functions not available on this CPU.");
103 warning("Intrinsics for SHA-224 and SHA-256 crypto hash functions not available on this CPU.");
108 warning("Intrinsics for SHA-384 and SHA-512 crypto hash functions not available on this CPU.");
114 warning("CRC32 intrinsics are not available on this CPU");
120 warning("CRC32C intrinsics are not available on this CPU");
125 warning("Adler32 intrinsics are not available on this CPU");
130 warning("vectorizedMismatch intrinsic is not available on this CPU.");
164 warning("AE
[all...]
H A Dvm_version_arm_32.cpp157 warning("AES intrinsics are not available on this CPU");
162 warning("AES instructions are not available on this CPU");
167 warning("AES/CTR intrinsics are not available on this CPU");
172 warning("FMA instructions are not available on this CPU");
177 warning("SHA instructions are not available on this CPU");
182 warning("Intrinsics for SHA-1 crypto hash functions not available on this CPU.");
187 warning("Intrinsics for SHA-224 and SHA-256 crypto hash functions not available on this CPU.");
192 warning("Intrinsics for SHA-384 and SHA-512 crypto hash functions not available on this CPU.");
198 warning("CRC32 intrinsics are not available on this CPU");
204 warning("CRC32
[all...]
/openjdk9/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_visCPP.hpp76 // integer variable will cause gcc warning. Use NULL_WORD in places where a
170 #pragma warning( disable : 4355 )
174 #pragma warning( disable : 4100 ) // unreferenced formal parameter
175 #pragma warning( disable : 4127 ) // conditional expression is constant
176 #pragma warning( disable : 4514 ) // unreferenced inline function has been removed
177 #pragma warning( disable : 4244 ) // possible loss of data
178 #pragma warning( disable : 4512 ) // assignment operator could not be generated
179 #pragma warning( disable : 4201 ) // nonstandard extension used : nameless struct/union (needed in windows.h)
180 #pragma warning( disable : 4511 ) // copy constructor could not be generated
181 #pragma warning( disabl
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/xml/sax/
H A DErrorHandler.java77 * Receive notification of a warning.
91 * @param exception The warning information encapsulated in a
97 public abstract void warning (SAXParseException exception) method in interface:ErrorHandler
/openjdk9/jaxp/src/java.xml/share/classes/org/xml/sax/
H A DErrorHandler.java77 * Receive notification of a warning.
91 * @param exception The warning information encapsulated in a
97 public abstract void warning (SAXParseException exception) method in interface:ErrorHandler
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/transform/
H A DErrorListener.java58 * Receive notification of a warning.
68 * @param exception The warning information encapsulated in a
76 public abstract void warning(TransformerException exception) method in interface:ErrorListener
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/event/
H A DIIOReadWarningListener.java51 * may choose to display a dialog, print the warning to the console,
52 * ignore the warning, or take any other action it chooses.
55 * @param warning a {@code String} containing the warning.
57 void warningOccurred(ImageReader source, String warning); argument
H A DIIOWriteWarningListener.java51 * may choose to display a dialog, print the warning to the console,
52 * ignore the warning, or take any other action it chooses.
56 * generating the warning.
57 * @param warning a {@code String} containing the warning.
61 String warning);
59 warningOccurred(ImageWriter source, int imageIndex, String warning) argument
/openjdk9/jdk/test/sun/security/tools/jarsigner/warnings/
H A DNoTimestampTest.java80 String warning = String.format(NO_TIMESTAMP_SIGNING_WARN_TEMPLATE,
82 checkSigning(analyzer, warning);
94 warning = String.format(NO_TIMESTAMP_VERIFYING_WARN_TEMPLATE, expirationDate);
95 checkVerifying(analyzer, 0, warning);
108 checkVerifying(analyzer, 0, warning);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/
H A DFatalAdapter.java44 public void warning (SAXParseException exception) throws SAXException { method in class:FatalAdapter
45 core.warning(exception);
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dvm_version_sparc.cpp54 warning("BIS instructions required for AllocatePrefetchInstr 1 unavailable");
140 warning("POPC instruction is not available on this CPU");
150 warning("CBCOND instruction is not available on this CPU");
160 warning("BIS zeroing instructions are not available on this CPU");
170 warning("BIS instructions are not available or expensive on this CPU");
236 warning("AES intrinsics require UseAES flag to be enabled. Intrinsics will be disabled.");
248 warning("SPARC AES intrinsics require VIS3 instructions. Intrinsics will be disabled.");
255 warning("AES instructions are not available on this CPU");
259 warning("AES intrinsics are not available on this CPU");
265 warning("AE
[all...]
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc2_init_ppc.cpp54 warning("OptimizeFill is not supported on this CPU.");
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/
H A DErrorListener.java50 void warning(SAXParseException exception); method in interface:ErrorListener
/openjdk9/jaxp/test/javax/xml/jaxp/libs/javax/xml/validation/ptests/
H A DMyErrorHandler.java33 public void warning(SAXParseException exception) throws SAXParseException { method in class:MyErrorHandler
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DAbstractLog.java190 /** Report a warning, unless suppressed by the -nowarn option or the
192 * @param key The key for the localized warning message.
193 * @param args Fields of the warning message.
195 public void warning(String key, Object ... args) { method in class:AbstractLog
196 warning(diags.warningKey(key, args));
199 /** Report a warning, unless suppressed by the -nowarn option or the
201 * @param warningKey The key for the localized warning message.
203 public void warning(Warning warningKey) { method in class:AbstractLog
204 report(diags.warning(null, source, null, warningKey));
207 /** Report a lint warning, unles
213 public void warning(LintCategory lc, String key, Object ... args) { method in class:AbstractLog
222 public void warning(LintCategory lc, Warning warningKey) { method in class:AbstractLog
232 public void warning(DiagnosticPosition pos, String key, Object ... args) { method in class:AbstractLog
241 public void warning(DiagnosticPosition pos, Warning warningKey) { method in class:AbstractLog
252 public void warning(LintCategory lc, DiagnosticPosition pos, String key, Object ... args) { method in class:AbstractLog
262 public void warning(LintCategory lc, DiagnosticPosition pos, Warning warningKey) { method in class:AbstractLog
272 public void warning(int pos, String key, Object ... args) { method in class:AbstractLog
281 public void warning(int pos, Warning warningKey) { method in class:AbstractLog
[all...]
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dvm_version_aarch64.cpp143 warning("PrefetchCopyIntervalInBytes must be -1, or a multiple of 8 and < 32768");
209 warning("UseCRC32 specified, but not supported on this CPU");
217 warning("UseVectorizedMismatchIntrinsic specified, but not available on this CPU.");
226 warning("UseLSE specified, but not supported on this CPU");
235 warning("UseAESIntrinsics enabled, but UseAES not, enabling");
240 warning("UseAES specified, but not supported on this CPU");
243 warning("UseAESIntrinsics specified, but not supported on this CPU");
248 warning("AES/CTR intrinsics are not available on this CPU");
261 warning("CRC32C is not available on the CPU");
274 warning("SH
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DErrorReporter.java72 void warning( Locator loc, String prop, Object... args ) { method in class:ErrorReporter
73 errorReceiver.warning( new SAXParseException(
105 // public void warning(SAXParseException exception) {
106 // errorReceiver.warning(exception);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/util/
H A DErrorReceiverFilter.java61 public void warning(SAXParseException exception) { method in class:ErrorReceiverFilter
62 if(core!=null) core.warning(exception);
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiverFilter.java71 public void warning(SAXParseException exception) { method in class:ErrorReceiverFilter
72 if(core!=null) core.warning(exception);
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DTripwire.java58 * Produces a log warning, using {@code PlatformLogger.getLogger(className)},
67 PlatformLogger.getLogger(trippingClass.getName()).warning(msg, trippingClass.getName());

Completed in 267 milliseconds

1234567891011>>