Searched defs:getFormat (Results 51 - 59 of 59) sorted by relevance

123

/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java102 public String getFormat() { return "raw"; } method in class:Basic.P11SecretKey
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DInternationalFormatter.java200 public Format getFormat() { method in class:InternationalFormatter
303 Format f = getFormat();
320 Object value = stringToValue(text, getFormat());
488 if (!getAllowsInvalid() && (getFormat() != null)) {
510 if (getFormat() != null) {
523 AttributedCharacterIterator iterator = getFormat().
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingClip.java281 return (long) (getFrameLength() * (1000000.0 / (double) getFormat()
309 + getFormat() + " and frame lengh of " + getFrameLength());
311 if (AudioFloatConverter.getConverter(stream.getFormat()) == null)
313 + stream.getFormat().toString());
317 * stream.getFormat().getFrameSize()];
318 int readsize = 512 * stream.getFormat().getFrameSize();
330 open(stream.getFormat(), data, 0, len);
333 byte[] b = new byte[512 * stream.getFormat().getFrameSize()];
340 open(stream.getFormat(), baos.toByteArray(), 0, baos.size());
350 "Clip is already open with format " + getFormat()
434 public AudioFormat getFormat() { method in class:SoftMixingClip
[all...]
H A DSoftMixingDataLine.java97 AudioFormat sourceFormat = ais.getFormat();
141 public AudioFormat getFormat() { method in class:SoftMixingDataLine.AudioFloatInputStreamResampler
450 if (mixer.getFormat().getChannels() > 1) {
H A DSoftSynthesizer.java150 converter = AudioFloatConverter.getConverter(stream.getFormat());
151 samplesize = stream.getFormat().getFrameSize() / stream.getFormat().getChannels();
152 framesize = stream.getFormat().getFrameSize();
157 return new AudioInputStream(this, stream.getFormat(), AudioSystem.NOT_SPECIFIED);
493 public AudioFormat getFormat() { method in class:SoftSynthesizer
1051 setFormat(line.getFormat());
1054 AudioInputStream ais = openStream(getFormat(), info);
1066 line = AudioSystem.getSourceDataLine(getFormat());
1073 int bufferSize = getFormat()
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java617 String getFormat() { method in class:ResourceBundle.CacheKey
1583 key.getFormat(),
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java148 String thisFormat = getFormat();
155 if (thisFormat.equals(other.getFormat()) == false) {
186 String format = getFormat();
384 public String getFormat() { method in class:P11Key.P11PrivateKey
400 public String getFormat() { method in class:P11Key.P11SecretKey
410 if (getFormat() == null) {
492 public String getFormat() { method in class:P11Key.P11RSAPrivateKey
590 public String getFormat() { method in class:P11Key.P11RSAPrivateNonCRTKey
651 public String getFormat() { method in class:P11Key.P11RSAPublicKey
710 public String getFormat() { method in class:P11Key.P11DSAPublicKey
771 public String getFormat() { method in class:P11Key.P11DSAPrivateKey
830 public String getFormat() { method in class:P11Key.P11DHPrivateKey
892 public String getFormat() { method in class:P11Key.P11DHPublicKey
955 public String getFormat() { method in class:P11Key.P11ECPrivateKey
1033 public String getFormat() { method in class:P11Key.P11ECPublicKey
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java969 * @see #getFormat
993 * @see #getFormat
1018 * @see #getFormat
1057 * @return the value of <code>getTextField().getFormatter().getFormat()</code>.
1061 public SimpleDateFormat getFormat() { method in class:JSpinner.DateEditor
1062 return (SimpleDateFormat)((DateFormatter)(getTextField().getFormatter())).getFormat();
1146 * @see #getFormat
1237 * @return the value of <code>getTextField().getFormatter().getFormat()</code>.
1241 public DecimalFormat getFormat() { method in class:JSpinner.NumberEditor
1242 return (DecimalFormat)((NumberFormatter)(getTextField().getFormatter())).getFormat();
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java1335 public String getFormat() { method in class:Krb5Context.KerberosSessionKey

Completed in 60 milliseconds

123