Searched defs:info (Results 276 - 300 of 434) sorted by relevance

<<1112131415161718

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftMixingClip.java168 SoftMixingClip(SoftMixingMixer mixer, DataLine.Info info) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DUIManager.java464 public static void installLookAndFeel(LookAndFeelInfo info) { argument
/openjdk10/jdk/src/java.desktop/share/native/common/awt/debug/
H A Ddebug_trace.c65 p_dtrace_info info = &DTraceInfo[tid]; local
104 p_dtrace_info info; local
180 p_dtrace_info info; local
196 p_dtrace_info info; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-buffer-private.hh98 hb_glyph_info_t *info; member in struct:hb_buffer_t
[all...]
H A Dhb-ot-shape-complex-myanmar.cc153 is_one_of (const hb_glyph_info_t &info, unsigned int flags) argument
161 is_consonant (const hb_glyph_info_t &info) argument
168 set_myanmar_properties (hb_glyph_info_t &info) argument
289 hb_glyph_info_t *info local
319 hb_glyph_info_t *info = buffer->info; local
435 hb_glyph_info_t *info = buffer->info; local
497 hb_glyph_info_t *info = buffer->info; local
[all...]
H A Dhb-ot-shape-complex-thai.cc225 hb_glyph_info_t *info = buffer->info; local
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java312 public HandlerAnnotationInfo getHandlersForPortInfo(PortInfo info){ argument
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jimage/
H A DJImageTask.java336 private void info(File file, BasicImageReader reader) throws IOException { method in class:JImageTask
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DStandardMBean.java486 protected String getClassName(MBeanInfo info) { argument
502 protected String getDescription(MBeanInfo info) { argument
525 getDescription(MBeanFeatureInfo info) argument
542 getDescription(MBeanAttributeInfo info) argument
559 getDescription(MBeanConstructorInfo info) argument
621 getDescription(MBeanOperationInfo info) argument
636 getImpact(MBeanOperationInfo info) argument
725 getNotifications(MBeanInfo info) argument
749 getDescriptor(MBeanInfo info, boolean immutableInfo) argument
811 cacheMBeanInfo(MBeanInfo info) argument
950 getConstructors(MBeanInfo info, Object impl) argument
982 getOperations(MBeanInfo info) argument
1012 getAttributes(MBeanInfo info) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libfontmanager/
H A Dfontpath.c121 CheckFamilyInfo *info = (CheckFamilyInfo*)lParam; local
142 CheckFamilyInfo info; local
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/jaccesswalker/
H A Djaccesswalker.cpp515 AccessibleContextInfo info; local
/openjdk10/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c77 snd_ctl_card_info_t* info; local
H A DPLATFORM_API_SolarisOS_Ports.c166 PortInfo* info = NULL; local
199 PortInfo* info = (PortInfo*) id; local
216 PortInfo* info = (PortInfo*) id; local
257 isSourcePort(PortInfo* info, INT32 portIndex) argument
262 PortInfo* info = (PortInfo*) id; local
274 getPortName(PortInfo* info, INT32 portIndex) argument
286 PortInfo* info = (PortInfo*) id; local
300 createPortControl(PortInfo* info, PortControlCreator* creator, INT32 portIndex, INT32 type, void** controlObjects, int* controlCount) argument
358 addCompoundControl(PortInfo* info, PortControlCreator* creator, char* name, void** controlObjects, int* controlCount) argument
374 addAllControls(PortInfo* info, PortControlCreator* creator, void** controlObjects, int* controlCount) argument
387 PortInfo* info = (PortInfo*) id; local
[all...]
H A DPLATFORM_API_BsdOS_ALSA_Ports.c77 snd_ctl_card_info_t* info; local
/openjdk10/jdk/test/java/security/Security/signedfirst/
H A Dexp.jar ... EXP extends java.security.Provider { private static String info public void <a class="d" name=" " href= ...
/openjdk10/jdk/test/jdk/lambda/separate/
H A DClassFile.java438 byte[] info; field in class:ClassFile.Attribute
/openjdk10/langtools/test/tools/javac/tree/
H A DTreePosTest.java649 private void addHighlight(Highlighter h, Info info, Color c) { argument
730 setInfo(Info info) argument
749 Info info; field in class:TreePosTest.Viewer.InfoPanel
[all...]
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DClassFile.java438 byte[] info; field in class:ClassFile.Attribute
/openjdk10/langtools/test/tools/javac/lib/combo/
H A DComboTestHelper.java88 Info info = new Info(); field in class:ComboTestHelper
171 public Info info() { method in class:ComboTestHelper
309 shouldStop(IgnoreMode ignoreMode, Info info) argument
332 canIgnore(Info info) argument
352 DimensionInfo<D> info; field in class:ComboTestHelper.DimensionBinding
354 DimensionBinding(D d, DimensionInfo<D> info) argument
421 Info info() { method in class:ComboTestHelper.Env
[all...]
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp456 JVM_handle_bsd_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/
H A DInliningUtil.java116 private static void printInlining(final InlineInfo info, final int inliningDepth, final boolean success, final String msg, final Object... args) { argument
126 public static void logInlinedMethod(InlineInfo info, int inliningDepth, boolean allowLogging, String msg, Object... args) { argument
130 public static void logNotInlinedMethod(InlineInfo info, int inliningDepth, String msg, Object... args) { argument
134 public static void logInliningDecision(InlineInfo info, int inliningDepth, boolean allowLogging, boolean success, String msg, final Object... args) { argument
206 methodName(InlineInfo info) argument
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp375 increment_invocation_counter(CodeEmitInfo *info) argument
380 increment_backedge_counter(CodeEmitInfo* info, int bci) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java225 public void recordExceptionHandlers(int pcOffset, LIRFrameState info) { argument
236 public void recordImplicitException(int pcOffset, LIRFrameState info) { argument
241 public void recordDirectCall(int posBefore, int posAfter, InvokeTarget callTarget, LIRFrameState info) { argument
246 recordIndirectCall(int posBefore, int posAfter, InvokeTarget callTarget, LIRFrameState info) argument
251 recordInfopoint(int pos, LIRFrameState info, InfopointReason reason) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64/src/org/graalvm/compiler/core/amd64/
H A DAMD64LIRGenerator.java427 protected void emitForeignCallOp(ForeignCallLinkage linkage, Value result, Value[] arguments, Value[] temps, LIRFrameState info) { argument
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp275 extern "C" int JVM_handle_linux_signal(int sig, siginfo_t* info, argument
[all...]

Completed in 325 milliseconds

<<1112131415161718