Searched defs:byteLength (Results 1 - 20 of 20) sorted by path

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAiffFileFormat.java70 AiffFileFormat(final Type type, final long byteLength, argument
H A DAuFileFormat.java67 AuFileFormat(final AudioFileFormat.Type type, final long byteLength, argument
H A DDataPusher.java73 public DataPusher(SourceDataLine sourceLine, AudioFormat format, byte[] audioData, int byteLength) { argument
H A DStandardFileFormat.java42 private final long byteLength; field in class:StandardFileFormat
72 StandardFileFormat(final Type type, final long byteLength, argument
H A DWaveFileFormat.java76 WaveFileFormat(final AudioFileFormat.Type type, final long byteLength, argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/midi/
H A DMidiFileFormat.java113 protected int byteLength; field in class:MidiFileFormat
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java101 private final int byteLength; field in class:AudioFileFormat
131 protected AudioFileFormat(Type type, int byteLength, AudioFormat format, int frameLength) { argument
/openjdk10/jdk/test/javax/sound/sampled/AudioFileFormat/
H A DAudioFileFormatToString.java231 TestAudioFileFormat(AudioFileFormat.Type type, int byteLength, argument
/openjdk10/jdk/test/javax/sound/sampled/spi/FormatConversionProvider/
H A DAlawUlaw.java40 static int byteLength = 1000; field in class:AlawUlaw
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DAccessFlags.java80 public int byteLength() { method in class:AccessFlags
H A DAttribute.java166 public int byteLength() { method in class:Attribute
H A DAttributes.java106 public int byteLength() { method in class:Attributes
H A DClassFile.java146 public int byteLength() { method in class:ClassFile
160 private int byteLength(int[] indices) { method in class:ClassFile
164 private int byteLength(Field[] fields) { method in class:ClassFile
171 private int byteLength(Metho method in class:ClassFile
[all...]
H A DConstantPool.java252 public int byteLength() { method in class:ConstantPool
383 public abstract int byteLength(); method in class:ConstantPool.CPInfo
409 public int byteLength() { method in class:ConstantPool.CPRefInfo
445 public int byteLength() { method in class:ConstantPool.CONSTANT_Class_info
511 public int byteLength() { method in class:ConstantPool.CONSTANT_Double_info
564 public int byteLength() { method in class:ConstantPool.CONSTANT_Float_info
593 public int byteLength() { method in class:ConstantPool.CONSTANT_Integer_info
645 public int byteLength() { method in class:ConstantPool.CONSTANT_InvokeDynamic_info
684 public int byteLength() { method in class:ConstantPool.CONSTANT_Long_info
717 public int byteLength() { method in class:ConstantPool.CONSTANT_MethodHandle_info
761 public int byteLength() { method in class:ConstantPool.CONSTANT_MethodType_info
815 public int byteLength() { method in class:ConstantPool.CONSTANT_Module_info
857 public int byteLength() { method in class:ConstantPool.CONSTANT_NameAndType_info
897 public int byteLength() { method in class:ConstantPool.CONSTANT_Package_info
937 public int byteLength() { method in class:ConstantPool.CONSTANT_String_info
970 public int byteLength() { method in class:ConstantPool.CONSTANT_Utf8_info
[all...]
H A DField.java53 public int byteLength() { method in class:Field
H A DMethod.java53 public int byteLength() { method in class:Method
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DArrayBufferView.java87 private static void checkConstructorArgs(final int byteLength, final int bytesPerElement, final int byteOffset, final int elementLength) { argument
127 public static int byteLength(final Object self) { method in class:ArrayBufferView
H A DNativeArrayBuffer.java77 protected NativeArrayBuffer(final int byteLength) { argument
143 public static int byteLength(final Object self) { method in class:NativeArrayBuffer
[all...]
H A DNativeDataView.java86 public final int byteLength; field in class:NativeDataView
H A DNativeInt16Array.java182 NativeInt16Array(final NativeArrayBuffer buffer, final int byteOffset, final int byteLength) { argument

Completed in 196 milliseconds