Searched refs:Info (Results 151 - 175 of 230) sorted by relevance

12345678910

/openjdk10/jdk/make/launcher/
H A DLauncherCommon.gmk123 $1_PLIST_FILE := Info-privileged.plist
126 $1_PLIST_FILE := Info-cmdline.plist
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DGetPropertyInfo.java38 import javax.sound.midi.MidiDevice.Info;
/openjdk10/langtools/test/tools/javac/AnonymousClass/
H A DAnonymousClassFlags.java130 for (InnerClasses_attribute.Info info : inners.classes) {
/openjdk10/hotspot/test/native/logging/
H A Dtest_logTagLevelExpression.cpp42 " *", "all+", "all*", "+all", "+all=Warning", "==Info", "=InfoWarning",
142 EXPECT_EQ(LogLevel::Info, overlapexpr.level_for(*ts));
150 EXPECT_EQ(LogLevel::Info, overlapexpr.level_for(LogTagSetMapping<LOG_TAGS(gc)>::tagset()));
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAbstractDataLine.java68 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls) {
75 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls, AudioFormat format, int bufferSize) {
H A DSoftMixingDataLine.java444 DataLine.Info info;
450 SoftMixingDataLine(SoftMixingMixer mixer, DataLine.Info info) {
512 public final javax.sound.sampled.Line.Info getLineInfo() {
H A DSoftSynthesizer.java174 private static class Info extends MidiDevice.Info { class in class:SoftSynthesizer
175 Info() { method in class:SoftSynthesizer.Info
184 static final MidiDevice.Info info = new Info();
898 public MidiDevice.Info getDeviceInfo() {
/openjdk10/jdk/test/javax/sound/midi/MidiSystem/
H A DDefaultDevices.java67 MidiDevice.Info[] infos;
88 private static boolean testDevices(MidiDevice.Info[] infos,
/openjdk10/langtools/test/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesHierarchyTest.java44 import com.sun.tools.classfile.InnerClasses_attribute.Info;
113 for (Info info : attr.classes) {
H A DInnerClassesTestBase.java27 import com.sun.tools.classfile.InnerClasses_attribute.Info;
226 for (Info e : innerClasses.classes) {
/openjdk10/langtools/test/tools/jdeps/lib/
H A DModuleMetaData.java32 import static com.sun.tools.jdeps.DepsAnalyzer.Info.*;
153 void checkDependence(String origin, String target, String module, DepsAnalyzer.Info info) {
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsMarkSweep.cpp169 GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true);
501 GCTraceTime(Info, gc, phases) tm("Phase 1: Mark live objects", _gc_timer);
574 GCTraceTime(Info, gc, phases) tm("Phase 2: Compute new object addresses", _gc_timer);
594 GCTraceTime(Info, gc, phases) tm("Phase 3: Adjust pointers", _gc_timer);
633 GCTraceTime(Info, gc, phases) tm("Phase 4: Move objects", _gc_timer);
/openjdk10/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp589 TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
597 TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
605 TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
614 TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
624 TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
635 TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
646 TraceTime timer("safepoint cleanup tasks", TRACETIME_LOG(Info, safepoint, cleanup));
H A Darguments.cpp425 { "PrintCompressedOopsMode", LogLevel::Info, true, LOG_TAGS(gc, heap, coops) },
426 { "PrintSharedSpaces", LogLevel::Info, true, LOG_TAGS(cds) },
427 { "TraceBiasedLocking", LogLevel::Info, true, LOG_TAGS(biasedlocking) },
428 { "TraceClassLoading", LogLevel::Info, true, LOG_TAGS(class, load) },
430 { "TraceClassPaths", LogLevel::Info, true, LOG_TAGS(class, path) },
432 { "TraceClassUnloading", LogLevel::Info, true, LOG_TAGS(class, unload) },
433 { "TraceExceptions", LogLevel::Info, true, LOG_TAGS(exceptions) },
434 { "TraceLoaderConstraints", LogLevel::Info, true, LOG_TAGS(class, loader, constraints) },
436 { "TraceSafepointCleanupTime", LogLevel::Info, true, LOG_TAGS(safepoint, cleanup) },
438 { "TraceRedefineClasses", LogLevel::Info, fals
[all...]
/openjdk10/jdk/test/java/lang/ProcessHandle/
H A DInfoTest.java61 * @summary Functions of ProcessHandle.Info
106 ProcessHandle.Info info = self.info();
151 // /proc/<pid>/psinfo which are used by ProcessHandle.Info
160 ProcessHandle.Info info = p1.info();
291 ProcessHandle.Info info = p.info();
337 // /proc/<pid>/psinfo which are used by ProcessHandle.Info
/openjdk10/langtools/test/tools/javac/diags/
H A DMessageInfo.java222 MessageFile.Info info = m.getInfo();
224 MessageFile.Info suggestedInfo = new MessageFile.Info(suggestions);
/openjdk10/hotspot/src/share/vm/services/
H A DmemoryService.hpp168 static bool get_verbose() { return log_is_enabled(Info, gc); }
/openjdk10/jdk/test/javax/sound/midi/Sequencer/
H A DSequencerSetMuteSolo.java55 MidiDevice.Info[] infos = MidiSystem.getMidiDeviceInfo();
H A DSequencerState.java75 MidiDevice.Info[] devices = MidiSystem.getMidiDeviceInfo();
/openjdk10/jdk/test/javax/sound/midi/Devices/
H A DMidiDeviceGetReceivers.java54 MidiDevice.Info[] infos = MidiSystem.getMidiDeviceInfo();
H A DOpenClose.java55 MidiDevice.Info[] infos = MidiSystem.getMidiDeviceInfo();
598 MidiDevice.Info[] devices = MidiSystem.getMidiDeviceInfo();
/openjdk10/jdk/test/javax/sound/sampled/LineEvent/
H A DLineInfoNPE.java160 public Line.Info getLineInfo() {
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c1008 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) argument
1012 switch (Info) {
1039 cmsUInt32Number CMSEXPORT cmsGetProfileInfo(cmsHPROFILE hProfile, cmsInfoType Info, argument
1043 const cmsMLU* mlu = GetInfo(hProfile, Info);
1050 cmsUInt32Number CMSEXPORT cmsGetProfileInfoASCII(cmsHPROFILE hProfile, cmsInfoType Info, argument
1054 const cmsMLU* mlu = GetInfo(hProfile, Info);
H A Dcmspack.c2346 cmsUInt8Number* PackXYZDoubleFrom16(register _cmsTRANSFORM* Info, argument
2351 if (T_PLANAR(Info -> OutputFormat)) {
2368 return output + (sizeof(cmsCIEXYZ) + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat64Number));
2373 cmsUInt8Number* PackXYZFloatFrom16(register _cmsTRANSFORM* Info, argument
2378 if (T_PLANAR(Info -> OutputFormat)) {
2401 return output + (3 * sizeof(cmsFloat32Number) + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat32Number));
2613 cmsUInt8Number* PackLabFloatFromFloat(_cmsTRANSFORM* Info, argument
2620 if (T_PLANAR(Info -> OutputFormat)) {
2634 return output + (sizeof(cmsFloat32Number)*3 + T_EXTRA(Info ->OutputFormat) * sizeof(cmsFloat32Number));
2641 cmsUInt8Number* PackLabDoubleFromFloat(_cmsTRANSFORM* Info, argument
2670 PackXYZFloatFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) argument
2698 PackXYZDoubleFromFloat(_cmsTRANSFORM* Info, cmsFloat32Number wOut[], cmsUInt8Number* output, cmsUInt32Number Stride) argument
[all...]
/openjdk10/hotspot/src/share/vm/aot/
H A DaotLoader.cpp116 TraceTime timer("AOT initialization", TRACETIME_LOG(Info, aot, startuptime));

Completed in 315 milliseconds

12345678910