Searched refs:Info (Results 76 - 95 of 95) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJavaSoundAudioClip.java382 DataLine.Info info = new DataLine.Info(Clip.class, loadedAudioFormat);
415 DataLine.Info info = new DataLine.Info(SourceDataLine.class, loadedAudioFormat);
H A DAbstractDataLine.java70 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls) {
77 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls, AudioFormat format, int bufferSize) {
H A DSoftMixingDataLine.java426 DataLine.Info info;
432 SoftMixingDataLine(SoftMixingMixer mixer, DataLine.Info info) {
491 public final javax.sound.sampled.Line.Info getLineInfo() {
H A DSoftSynthesizer.java168 private static class Info extends MidiDevice.Info { class in class:SoftSynthesizer
169 Info() { method in class:SoftSynthesizer.Info
178 final static MidiDevice.Info info = new Info();
843 public MidiDevice.Info getDeviceInfo() {
H A DSoftMixingSourceDataLine.java123 SoftMixingSourceDataLine(SoftMixingMixer mixer, DataLine.Info info) {
H A DSoftMixingClip.java165 SoftMixingClip(SoftMixingMixer mixer, DataLine.Info info) {
H A DRealTimeSequencer.java1084 private static class RealTimeSequencerInfo extends MidiDevice.Info {
1094 } // class Info
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DGetPropertyInfo.java38 import javax.sound.midi.MidiDevice.Info;
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java216 MessageFile.Info info = m.getInfo();
218 MessageFile.Info suggestedInfo = new MessageFile.Info(suggestions);
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java110 List<Info> infoList = new ArrayList<>();
128 for (Iterator<Info> it = infoList.iterator(); it.hasNext(); ) {
129 Info info = it.next();
144 infoList.add(new Info(counter, className, methodName, location));
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio1.c961 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) argument
965 switch (Info) {
992 cmsUInt32Number CMSEXPORT cmsGetProfileInfo(cmsHPROFILE hProfile, cmsInfoType Info, argument
996 const cmsMLU* mlu = GetInfo(hProfile, Info);
1003 cmsUInt32Number CMSEXPORT cmsGetProfileInfoASCII(cmsHPROFILE hProfile, cmsInfoType Info, argument
1007 const cmsMLU* mlu = GetInfo(hProfile, Info);
H A Dcmspack.c2293 cmsUInt8Number* PackXYZDoubleFrom16(register _cmsTRANSFORM* Info, argument
2298 if (T_PLANAR(Info -> OutputFormat)) {
2315 return output + (sizeof(cmsCIEXYZ) + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat64Number));
2540 cmsUInt8Number* PackLabFloatFromFloat(_cmsTRANSFORM* Info, argument
2547 if (T_PLANAR(Info -> OutputFormat)) {
2561 return output + (sizeof(cmsFloat32Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat32Number));
2568 cmsUInt8Number* PackLabDoubleFromFloat(_cmsTRANSFORM* Info, argument
2575 if (T_PLANAR(Info -> OutputFormat)) {
2589 return output + (sizeof(cmsFloat64Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat64Number));
2597 cmsUInt8Number* PackXYZFloatFromFloat(_cmsTRANSFORM* Info, argument
2625 PackXYZDoubleFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) argument
[all...]
H A Dlcms2.h1476 CMSAPI cmsUInt32Number CMSEXPORT cmsGetProfileInfo(cmsHPROFILE hProfile, cmsInfoType Info,
1480 CMSAPI cmsUInt32Number CMSEXPORT cmsGetProfileInfoASCII(cmsHPROFILE hProfile, cmsInfoType Info,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java76 PCFinder.Info info = PCFinder.findPC(pc, fr.loadObjectForPC(), dbg);
/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java166 for (InnerClasses_attribute.Info info : innerClasses.classes) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java1237 "OptionPane.informationSound", null, // Info and Plain
2070 DataLine.Info info =
2071 new DataLine.Info(Clip.class, soundStream.getFormat());
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassWriter.java428 for (InnerClasses_attribute.Info info: attr.classes)
433 protected void writeInnerClassesInfo(InnerClasses_attribute.Info info, ClassOutputStream out) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java292 InnerClasses_attribute.Info info = attr.classes[i];
333 String getInnerName(ConstantPool constant_pool, InnerClasses_attribute.Info info) {
/openjdk7/jdk/make/common/
H A DProgram.gmk219 # Default Info.plist file for the command line tools. This gets overridden by
222 INFO_PLIST_FILE = Info-cmdline.plist
/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java92 for (InnerClasses_attribute.Info info: ic.classes) {

Completed in 119 milliseconds

1234