Searched defs:info (Results 351 - 375 of 434) sorted by relevance

<<1112131415161718

/openjdk10/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp558 fieldDescriptor info; local
739 CallInfo info; local
830 CallInfo info; local
852 CallInfo info; local
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dreflection.cpp1012 CallInfo info; local
H A Ddeoptimization.hpp221 void set_initial_info(intptr_t info) { _initial_info = info; } argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/x509/
H A DX509CertImpl.java130 protected X509CertInfo info = null; field in class:X509CertImpl
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java184 static final MidiDevice.Info info = new Info(); field in class:SoftSynthesizer
304 private void processPropertyInfo(Map<String, Object> info) { argument
926 public AudioSynthesizerPropertyInfo[] getPropertyInfo(Map<String, Object> info) { argument
1094 open(SourceDataLine line, Map<String, Object> info) argument
1189 openStream(AudioFormat targetFormat, Map<String, Object> info) argument
[all...]
H A DDirectAudioDevice.java172 public Line getLine(Line.Info info) throws LineUnavailableException { argument
221 public int getMaxLines(Line.Info info) { argument
395 DirectDL(DataLine.Info info, DirectAudioDevice mixer, AudioFormat format, int bufferSize, int mixerIndex, int deviceID, boolean isSource) argument
915 DirectSDL(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
931 DirectTDL(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
1021 DirectClip(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
[all...]
H A DDLSSoundbank.java180 private final DLSInfo info = new DLSInfo(); field in class:DLSSoundbank
1161 writeInfo(RIFFWriter writer, DLSInfo info) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/font/
H A DTextLayout.java1121 getCaretInfo(int caret, Rectangle2D bounds, float[] info) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java97 public void setPainters(PainterInfo[] info) { argument
127 private SynthPainter getBestPainter(PainterInfo[] info, String method, argument
177 StateInfo(DefaultSynthStyle.StateInfo info) argument
196 addTo( DefaultSynthStyle.StateInfo info) argument
257 equalsPainter(PainterInfo info) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java266 getStandardGV(GlyphVector gv, FontInfo info) argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java1514 private void addSuccessor(final int info, final Label successor) { argument
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DProvider.java127 private String info; field in class:Provider
223 protected Provider(String name, double version, String info) { argument
260 protected Provider(String name, String versionStr, String info) { argument
[all...]
/openjdk10/jdk/src/java.base/macosx/native/libjli/
H A Djava_md_macosx.c310 static void dummyTimer(CFRunLoopTimerRef timer, void *info) {} argument
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java1695 private void addSuccessor(final int info, final Label successor) { argument
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DeventHandler.c751 EventInfo info; local
773 EventInfo info; local
796 EventInfo info; local
824 EventInfo info; local
849 EventInfo info; local
867 EventInfo info; local
886 EventInfo info; local
915 EventInfo info; local
937 EventInfo info; local
964 EventInfo info; local
991 EventInfo info; local
1014 EventInfo info; local
1036 EventInfo info; local
1063 EventInfo info; local
1096 EventInfo info; local
1130 EventInfo info; local
1172 EventInfo info; local
1212 EventInfo info; local
1231 EventInfo info; local
[all...]
H A DeventHelper.c50 EventInfo info; member in struct:EventCommandSingle
H A DdebugInit.c754 EventInfo info; local
/openjdk10/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DAccessBridgeJavaEntryPoints.cpp1522 AccessBridgeJavaEntryPoints::getVersionInfo(AccessBridgeVersionInfo *info) { argument
1714 getAccessibleContextInfo(jobject accessibleContext, AccessibleContextInfo *info) argument
3137 getAccessibleHyperlink(jobject hypertext, const jint index, AccessibleHyperlinkInfo *info) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libjsound/
H A DPLATFORM_API_WinOS_Ports.c248 void printInfo(PortInfo* info) { argument
380 PortInfo* info = NULL; local
487 PortInfo* info = (PortInfo*) id; local
518 PortInfo* info = (PortInfo*) id; local
547 PortInfo* info = (PortInfo*) id; local
559 PortInfo* info = (PortInfo*) id; local
606 findDestLine(PortInfo* info, DWORD dwDestination) argument
619 createMuxControl(PortInfo* info, PortControlCreator* creator, MIXERLINE* dstLine, DWORD srcLineID, void** controlObjects, int* controlCount) argument
721 createPortControl(PortInfo* info, PortControlCreator* creator, MIXERCONTROL* mixerControl, INT32 type, void** controlObjects, int* controlCount) argument
800 createLineControls(PortInfo* info, PortControlCreator* creator, MIXERLINE* line, void** controlObjects, int* controlCount) argument
854 addCompoundControl(PortInfo* info, PortControlCreator* creator, char* name, void** controlObjects, int* controlCount) argument
870 addAllControls(PortInfo* info, PortControlCreator* creator, void** controlObjects, int* controlCount) argument
886 PortInfo* info = (PortInfo*) id; local
[all...]
/openjdk10/jdk/src/java.logging/share/classes/java/util/logging/
H A DLogger.java1801 public void info(String msg) { method in class:Logger
1909 public void info(Supplier<String> msgSupplier) { method in class:Logger
/openjdk10/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DAccessBridgeWindowsEntryPoints.cpp102 void getVersionInfo(long vmID, AccessBridgeVersionInfo *info) { argument
244 getAccessibleContextInfo(long vmID, JOBJECT64 AccessibleContext, AccessibleContextInfo *info) argument
/openjdk10/jdk/test/java/security/testlibrary/
H A DSimpleOCSPServer.java1467 public LocalSingleResponse(CertId cid, CertStatusInfo info) { argument
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/bridge/
H A DAccessBridgeCalls.c406 BOOL GetVersionInfo(long vmID, AccessBridgeVersionInfo *info) { argument
564 BOOL GetAccessibleContextInfo(long vmID, AccessibleContext ac, AccessibleContextInfo *info) { argument
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DClassWriter.java238 protected int write(CPInfo info, ClassOutputStream out) { argument
244 public Integer visitClass(CONSTANT_Class_info info, ClassOutputStream out) { argument
250 public Integer visitDouble(CONSTANT_Double_info info, ClassOutputStream out) { argument
256 public Integer visitFieldref(CONSTANT_Fieldref_info info, ClassOutputStream out) { argument
262 public Integer visitFloat(CONSTANT_Float_info info, ClassOutputStrea argument
268 visitInteger(CONSTANT_Integer_info info, ClassOutputStream out) argument
274 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, ClassOutputStream out) argument
280 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, ClassOutputStream out) argument
287 visitLong(CONSTANT_Long_info info, ClassOutputStream out) argument
293 visitMethodHandle(CONSTANT_MethodHandle_info info, ClassOutputStream out) argument
300 visitMethodType(CONSTANT_MethodType_info info, ClassOutputStream out) argument
306 visitMethodref(CONSTANT_Methodref_info info, ClassOutputStream out) argument
311 visitModule(CONSTANT_Module_info info, ClassOutputStream out) argument
317 visitNameAndType(CONSTANT_NameAndType_info info, ClassOutputStream out) argument
324 visitPackage(CONSTANT_Package_info info, ClassOutputStream out) argument
330 visitString(CONSTANT_String_info info, ClassOutputStream out) argument
336 visitUtf8(CONSTANT_Utf8_info info, ClassOutputStream out) argument
341 writeRef(CPRefInfo info, ClassOutputStream out) argument
473 writeInnerClassesInfo(InnerClasses_attribute.Info info, ClassOutputStream out) argument
782 writeVerificationTypeInfo(verification_type_info info, ClassOutputStream out) argument
[all...]
H A DConstantPool.java348 R visitClass(CONSTANT_Class_info info, argument
349 visitDouble(CONSTANT_Double_info info, P p) argument
350 visitFieldref(CONSTANT_Fieldref_info info, P p) argument
351 visitFloat(CONSTANT_Float_info info, P p) argument
352 visitInteger(CONSTANT_Integer_info info, P p) argument
353 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, P p) argument
354 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, P p) argument
355 visitLong(CONSTANT_Long_info info, P p) argument
356 visitMethodref(CONSTANT_Methodref_info info, P p) argument
357 visitMethodHandle(CONSTANT_MethodHandle_info info, P p) argument
358 visitMethodType(CONSTANT_MethodType_info info, P p) argument
359 visitModule(CONSTANT_Module_info info, P p) argument
360 visitNameAndType(CONSTANT_NameAndType_info info, P p) argument
361 visitPackage(CONSTANT_Package_info info, P p) argument
362 visitString(CONSTANT_String_info info, P p) argument
363 visitUtf8(CONSTANT_Utf8_info info, P p) argument
[all...]

Completed in 411 milliseconds

<<1112131415161718