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

1234567891011>>

/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/
H A DAvailable.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Available
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DClose.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Close
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DMarkReset.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:MarkReset
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DMarkSupported.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:MarkSupported
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DRead.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Read
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DReadByte.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:ReadByte
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DReadByteIntInt.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:ReadByteIntInt
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DSkip.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Skip
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/
H A DSubbufferLong.java41 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:SubbufferLong
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DSubbufferLongLong.java41 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:SubbufferLongLong
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DSubbufferLongLongBoolean.java41 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:SubbufferLongLongBoolean
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DUnload.java42 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:Unload
55 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DWriteTo.java43 static AudioFormat format = new AudioFormat(44100, 16, 1, true, false); field in class:WriteTo
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
/openjdk7/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
65 byte[] bdata = new byte[data.length * format.getFrameSize()];
66 AudioFloatConverter.getConverter(format).toByteArray(data, bdata);
71 sample.setSampleRate((long) format.getSampleRate());
99 AudioFormat format) {
135 AudioInputStream stream = synth.openStream(format, null);
167 byte[] buffer = new byte[fbuffer.length * format.getFrameSize()];
174 AudioFloatConverter.getConverter(format).toFloatArray(buffer,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerFactory.java55 * value is passed in this format: {uri}localName
85 * @param format The output format, minimally the "method" property must be set.
93 public static Serializer getSerializer(Properties format) argument
99 String method = format.getProperty(OutputKeys.METHOD);
109 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
140 ser.setOutputFormat(format);
162 sh.setOutputFormat(format);
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DSourceDataLine.java69 * Opens the line with the specified format and suggested buffer size,
91 * @param format the desired audio format
97 * or if <code>format</code> is not fully specified or invalid
108 public void open(AudioFormat format, int bufferSize) throws LineUnavailableException; argument
112 * Opens the line with the specified format, causing the line to acquire any
132 * @param format the desired audio format
135 * @throws IllegalArgumentException if <code>format</code>
147 public void open(AudioFormat format) throw argument
[all...]
H A DTargetDataLine.java63 * Opens the line with the specified format and requested buffer size,
85 * @param format the desired audio format
91 * or if <code>format</code> is not fully specified or invalid
102 public void open(AudioFormat format, int bufferSize) throws LineUnavailableException; argument
106 * Opens the line with the specified format, causing the line to acquire any
125 * @param format the desired audio format
128 * @throws IllegalArgumentException if <code>format</code>
140 public void open(AudioFormat format) throw argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDateFormatter.java63 * @param format Format used to dictate legal values
65 public DateFormatter(DateFormat format) { argument
66 super(format);
67 setFormat(format);
71 * Sets the format that dictates the legal values that can be edited
78 * @param format DateFormat instance used for converting from/to Strings
80 public void setFormat(DateFormat format) { argument
81 super.setFormat(format);
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyRep.java98 * The Key encoding format
102 private String format; field in class:KeyRep
119 * @param format the encoding format returned from
127 * if format is <code>null</code>,
131 String format, byte[] encoded) {
134 format == null || encoded == null) {
140 this.format = format.toUpperCase();
147 * <p> This method supports three Type/format combination
130 KeyRep(Type type, String algorithm, String format, byte[] encoded) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelMappedInstrument.java59 AudioFormat format) {
60 return ins.getChannelMixer(channel, format);
58 getChannelMixer(MidiChannel channel, AudioFormat format) argument
H A DSoftMidiAudioFileReader.java56 private static AudioFormat format = new AudioFormat(44100, 16, 2, true, false); field in class:SoftMidiAudioFileReader
62 long len = (long) (format.getFrameRate() * (totallen + 4));
63 return new AudioFileFormat(MIDI, format, (int) len);
72 stream = synth.openStream(format, null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCommentPart.java82 protected void format( JFormatter f, String indent ) { method in class:JCommentPart
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/
H A DMessages.java49 return format();
52 public String format( Object... args ) { method in class:Messages
53 return MessageFormat.format( rb.getString(name()), args );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DMessages.java46 return format();
49 public String format( Object... args ) { method in class:Messages
50 return MessageFormat.format( rb.getString(name()), args );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/util/
H A DMessages.java42 return format();
45 public String format( Object... args ) { method in class:Messages
46 return MessageFormat.format( rb.getString(name()), args );

Completed in 70 milliseconds

1234567891011>>