Searched defs:note (Results 1 - 17 of 17) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/midi/
H A DVoiceStatus.java131 public int note = 0; field in class:VoiceStatus
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotLoadAddressOp.java42 private final Object note; field in class:AMD64HotSpotLoadAddressOp
44 public AMD64HotSpotLoadAddressOp(AllocatableValue result, Constant constant, Object note) { argument
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/site/
H A DDataPatch.java37 public Object note; field in class:DataPatch
45 public DataPatch(int pcOffset, Reference reference, Object note) { argument
[all...]
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftReceiver/
H A DSoftTestUtils.java99 public VoiceStatus findVoice(int channel, int note) { argument
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DSoftTestUtils.java99 public VoiceStatus findVoice(int channel, int note) { argument
/openjdk10/langtools/test/tools/javac/lambda/methodReferenceExecution/
H A DMethodReferenceTestNewInner.java42 String note = "NO NOTE"; field in class:MethodReferenceTestNewInner
/openjdk10/langtools/test/tools/javac/processing/model/element/
H A DTestTypeParameter.java105 void note(String msg) { method in class:TestTypeParameter
109 void note(String msg, Element e) { method in class:TestTypeParameter
H A DTestTypeParameterAnnotations.java150 void note(String msg) { method in class:TestTypeParameterAnnotations
154 void note(String msg, Element e) { method in class:TestTypeParameterAnnotations
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DTypeAnnotationWriter.java103 private void addNote(int pc, Note note) { argument
/openjdk10/langtools/test/tools/javac/tree/
H A DNoPrivateTypesExported.java288 private void note(String text) { method in class:NoPrivateTypesExported
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/fault/
H A DExceptionBean.java88 public String note = "To disable this feature, set "+SOAPFaultBuilder.CAPTURE_STACK_TRACE_PROPERTY+" system property to false"; field in class:ExceptionBean
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DAbstractLog.java325 public void note(String key, Object ... args) { method in class:AbstractLog
332 public void note(Note noteKey) { method in class:AbstractLog
340 public void note(DiagnosticPosition pos, String key, Object ... args) { method in class:AbstractLog
347 public void note(DiagnosticPosition pos, Note noteKey) { method in class:AbstractLog
355 public void note(int pos, String key, Object ... args) { method in class:AbstractLog
362 public void note(int pos, Note noteKey) { method in class:AbstractLog
370 public void note(JavaFileObject file, String key, Object ... args) { method in class:AbstractLog
377 public void note(JavaFileObject file, Note noteKey) { method in class:AbstractLog
[all...]
H A DJCDiagnostic.java199 public JCDiagnostic note( method in class:JCDiagnostic.Factory
210 public JCDiagnostic note( method in class:JCDiagnostic.Factory
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dsymtab.c299 static struct symtab* build_symtab_from_build_id(Elf64_Nhdr *note) argument
492 Elf64_Nhdr *note = (Elf64_Nhdr *)scn_cache[cnt].c_data; local
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DProgressMonitor.java90 private String note; field in class:ProgressMonitor
123 ProgressMonitor(Component parentComponent, Object message, String note, int min, int max) argument
132 ProgressMonitor(Component parentComponent, Object message, String note, int min, int max, ProgressMonitor group) argument
452 setNote(String note) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java274 public void recordInlineDataInCodeWithNote(Constant data, Object note) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java477 public void recordDataPatchWithNote(int codePos, Reference ref, Object note) { argument

Completed in 378 milliseconds