Searched defs:format (Results 26 - 50 of 580) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaField.java81 default String format(String format) throws IllegalFormatException { argument
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/
H A DMessages.java45 public String format( Object... args ) { method in class:Messages
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DSerializerFactory.java86 public static Serializer getSerializer(Properties format) argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DLocalizedMessage.java70 public String format(Object... arguments) { method in class:LocalizedMessage
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DSourceDataLine.java104 void open(AudioFormat format, int bufferSize) argument
140 void open(AudioFormat format) throw argument
[all...]
H A DTargetDataLine.java98 void open(AudioFormat format, int bufferSize) throws LineUnavailableException; argument
133 void open(AudioFormat format) throw argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DFormatStyle.java
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DAlgorithmParametersSpi.java93 protected abstract void engineInit(byte[] params, String format) argument
144 engineGetEncoded(String format) argument
[all...]
/openjdk10/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DOptionOutputFormatter.java38 private OptionFormat format; field in class:OptionOutputFormatter
42 public OptionOutputFormatter(MonitoredVm vm, OptionFormat format) argument
/openjdk10/jdk/src/java.logging/share/classes/java/util/logging/
H A DSimpleFormatter.java66 private final String format field in class:SimpleFormatter
156 public String format(LogRecord record) { method in class:SimpleFormatter
[all...]
H A DFormatter.java62 public abstract String format(LogRecord record); method in class:Formatter
[all...]
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestStringLiteralPrinter.java
H A DTestCharLiteralPrinter.java
H A DMockIOExceptionAppendable.java
/openjdk10/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/
H A DLoadAll.java45 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:LoadAll
H A DNewModelByteBufferByteArrayIntInt.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:NewModelByteBufferByteArrayIntInt
H A DNewModelByteBufferFile.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:NewModelByteBufferFile
H A DGetInputStream.java44 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:GetInputStream
H A DNewModelByteBufferByteArray.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:NewModelByteBufferByteArray
H A DGetRoot.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:GetRoot
H A DLoad.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Load
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DTestPreciseTimestampRendering.java55 public static AudioFormat format = new AudioFormat(44100, 16, 1, true, field in class:TestPreciseTimestampRendering
/openjdk10/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/
H A DReadFloatArrayIntInt.java39 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:ReadFloatArrayIntInt
H A DReset.java39 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Reset
H A DReadFloatArray.java39 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:ReadFloatArray

Completed in 225 milliseconds

1234567891011>>