/openjdk7/jdk/src/share/classes/javax/sound/midi/ |
H A D | VoiceStatus.java | 58 * If the voice is not currently processing a MIDI note, it 60 * been given no note-on commands, or when every note-on command received has 61 * been terminated by a corresponding note-off (or by an "all notes off" 63 * simultaneous notes is told to play a four-note chord; only 67 * is, the synthesis algorithm) and how long the note has been going on. 69 * this sound dies away so quickly, it may become inaudible before a note-off 75 * program number, MIDI note number, and MIDI volume. All of these can 91 * Indicates whether the voice is currently processing a MIDI note. 136 * The MIDI note tha 143 public int note = 0; field in class:VoiceStatus [all...] |
/openjdk7/langtools/test/tools/javac/processing/model/element/ |
H A D | TestTypeParameter.java | 46 note("generic elements found and verified: " + found); 79 note("checking " + e, e); 81 note("no type parameters found", e); 85 note("checking type parameter " + tpe, tpe); 99 note("verified " + e, e); 103 void note(String msg) { method in class:TestTypeParameter 107 void note(String msg, Element e) { method in class:TestTypeParameter
|
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/ |
H A D | AbstractLog.java | 207 public void note(String key, Object ... args) { method in class:AbstractLog 208 report(diags.note(source, null, key, args)); 215 public void note(DiagnosticPosition pos, String key, Object ... args) { method in class:AbstractLog 216 report(diags.note(source, pos, key, args)); 223 public void note(int pos, String key, Object ... args) { method in class:AbstractLog 224 report(diags.note(source, wrap(pos), key, args)); 231 public void note(JavaFileObject file, String key, Object ... args) { method in class:AbstractLog 232 report(diags.note(getSource(file), null, key, args));
|
H A D | MandatoryWarningHandler.java | 261 * Reports a mandatory note to the log. If mandatory notes are 262 * not being enforced, treat this as an ordinary note. 268 log.note(file, msg, args);
|
H A D | JCDiagnostic.java | 164 * Create a note diagnostic that will not be hidden by the -nowarn or -Xlint:none options. 174 * Create a note diagnostic. 178 public JCDiagnostic note(String key, Object... args) { method in class:JCDiagnostic.Factory 183 * Create a note diagnostic. 184 * @param source The source of the compilation unit, if any, in which to report the note. 185 * @param pos The source position at which to report the note. 189 public JCDiagnostic note( method in class:JCDiagnostic.Factory 272 /** A note: similar to, but less serious than, a warning. */ 273 NOTE("note"),
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | ProgressMonitor.java | 89 private String note; field in class:ProgressMonitor 110 * @param note a short note describing the state of the 112 * setNote to change the note displayed. This is used, 115 * If note is initially null, there will be no note line 124 String note, 127 this(parentComponent, message, note, min, max, null); 133 String note, 145 this.note 122 ProgressMonitor(Component parentComponent, Object message, String note, int min, int max) argument 131 ProgressMonitor(Component parentComponent, Object message, String note, int min, int max, ProgressMonitor group) argument 436 setNote(String note) argument [all...] |
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/ |
H A D | SoftTestUtils.java | 101 public VoiceStatus findVoice(int channel, int note) { argument 106 if(v[k].note == note)
|
H A D | AllNotesOff.java | 55 assertEquals(v[0].note, 60);
|
H A D | AllSoundOff.java | 55 assertEquals(v[0].note, 60);
|
H A D | NoteOff.java | 55 assertEquals(v[0].note, 60);
|
H A D | NoteOff2.java | 55 assertEquals(v[0].note, 60);
|
H A D | NoteOn.java | 55 assertEquals(v[0].note, 60);
|
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftReceiver/ |
H A D | SoftTestUtils.java | 101 public VoiceStatus findVoice(int channel, int note) { argument 106 if(v[k].note == note)
|
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/ |
H A D | PLATFORM_API_BsdOS_ALSA_MidiIn.c | 233 status |= alsa_message.data.note.channel; 235 alsa_message.data.note.note, 236 alsa_message.data.note.velocity);
|
H A D | PLATFORM_API_LinuxOS_ALSA_MidiIn.c | 233 status |= alsa_message.data.note.channel; 235 alsa_message.data.note.note, 236 alsa_message.data.note.velocity);
|
/openjdk7/jdk/test/java/nio/channels/SocketChannel/ |
H A D | ConnectState.java | 120 String note; 123 note = go(sc); 159 + ((note != null) ? ": " + note : ""));
|
/openjdk7/hotspot/agent/src/os/linux/ |
H A D | symtab.c | 299 // Read a build ID note. Try to open any associated debuginfo file 301 static struct symtab* build_symtab_from_build_id(Elf64_Nhdr *note) argument 307 = (unsigned char*)(note+1) + note->n_namesz; 309 = (build_id_to_debug_filename (note->n_descsz, bytes)); 453 Elf64_Nhdr *note = (Elf64_Nhdr *)scn_cache[cnt].c_data; local 454 if (note->n_type == NT_GNU_BUILD_ID) { 455 symtab = build_symtab_from_build_id(note);
|
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | RealTimeSequencer.java | 1553 // send note on with velocity 0 1609 * and send note off for those events that are active 1626 int note = -1; 1631 note = smsg.getData1(); 1637 note = data[1] & 0x7F; 1640 if (note >= 0) { 1642 if ((noteOnCache[note] & bit) != 0) { 1644 getTransmitterList().sendMessage(status | (note<<8), -1); 1646 noteOnCache[note] &= (0xFFFF ^ bit); 1663 * note of [all...] |
H A D | SoftVoice.java | 234 if (softchannel.keybasedcontroller_active[note] != null) 235 if (softchannel.keybasedcontroller_active[note][keycontrol]) { 237 softchannel.keybasedcontroller_value[note][keycontrol]; 283 tunedKey = tuning.getTuning(note) / 100.0; 297 note = noteNumber;
|
H A D | SoftChannel.java | 415 * start note within control buffers. 438 && voices[i].note == noteNumber) { 472 && voices[i].note == controller[84] 529 && voices[j].note == noteNumber)) 571 && voices[i].note == noteNumber 589 // Try play back note-off triggered voices, 644 if (!(p.selfNonExclusive && voices[j].note == noteNumber)) 677 if (voices[i].active && voices[i].note == noteNumber)
|
H A D | SoftSynthesizer.java | 536 b.note = 0; 552 b.note = a.note;
|
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/util/ |
H A D | Bark.java | 158 /** Report a note, unless suppressed by the -nowarn option. 159 * @param key The key for the localized note message. 160 * @param args Fields of the note message. 166 /** Report a note, unless suppressed by the -nowarn option. 167 * @param pos The source position at which to report the note. 168 * @param key The key for the localized note message. 169 * @param args Fields of the note message. 172 report(aptDiags.note(source, new SimpleDiagnosticPosition(pos), key, args));
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/ |
H A D | ExceptionBean.java | 85 public String note = "To disable this feature, set "+SOAPFaultBuilder.CAPTURE_STACK_TRACE_PROPERTY+" system property to false"; field in class:ExceptionBean
|
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/ |
H A D | JavacMessager.java | 130 log.note(pos, "proc.messager", msg.toString());
|
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/ |
H A D | JavacTrees.java | 428 log.note(pos, "proc.messager", msg.toString());
|