Searched refs:info (Results 276 - 300 of 541) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClassTest.java68 static void info(Class<?> c, Class<?> encClass, String desc) { method in class:EnclosingClassTest
101 info(c, encClass, annotation.desc());
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadBlockedCount.java199 ThreadInfo info = mbean.getThreadInfo(blocked.getId());
200 threadBlocked = (info.getThreadState() == Thread.State.BLOCKED);
H A DThreadStackTrace.java54 ThreadInfo info =
57 if (info != null) {
58 printStack(t, info.getStackTrace());
59 System.out.println(INDENT + "Thread state: " + info.getThreadState());
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c49 * Each element has a key (N bytes) and possible additional info.
107 void *info; /* Info pointer */ member in struct:TableElement
116 Blocks *info_blocks; /* Blocks space for info */
123 int info_size; /* Size of info structure. */
215 return element->info;
589 void *info; local
592 /* Assume we need new allocations for key and info */
594 info = NULL;
608 info = element->info;
760 void *info; local
910 void *info; local
[all...]
/openjdk7/jdk/test/java/security/Security/signedfirst/
H A Dexp.jar ... EXP extends java.security.Provider { private static String info public void " href="/source/s?defs=% ...
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryImpl.java161 MemoryNotificationInfo info =
166 MemoryNotifInfoCompositeData.toCompositeData(info);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java598 ThreadInfo info = threadInfoMap.get(thread);
599 if (info == null) {
601 //info = new ThreadInfo(thread, 10, 10);
602 info = new ThreadInfo(thread);
604 info.validate();
606 threadInfoList.add(info);
607 threadInfoMap.put(thread, info);
609 return info;
629 ThreadInfo info = threadInfoMap.get(thread);
630 if (info !
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp221 void LIRGenerator::cmp_mem_int(LIR_Condition condition, LIR_Opr base, int disp, int c, CodeEmitInfo* info) { argument
222 __ cmp_mem_int(condition, base, disp, c, info);
226 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, int disp, BasicType type, CodeEmitInfo* info) { argument
227 __ cmp_reg_mem(condition, reg, new LIR_Address(base, disp, type), info);
231 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, LIR_Opr disp, BasicType type, CodeEmitInfo* info) { argument
232 __ cmp_reg_mem(condition, reg, new LIR_Address(base, disp, type), info);
362 CodeEmitInfo* info = state_for(x, x->state(), true); local
364 x->monitor_no(), info_for_exception, info);
478 CodeEmitInfo* info = state_for(x); local
487 __ branch(lir_cond_equal, T_LONG, new DivByZeroStub(info));
558 CodeEmitInfo* info = state_for(x); local
890 CodeEmitInfo* info = state_for(x, x->state()); local
1018 CodeEmitInfo* info = state_for(x, x->state()); local
1033 CodeEmitInfo* info = state_for(x, x->state()); local
1066 CodeEmitInfo* info = state_for(x, x->state()); local
1111 CodeEmitInfo* info = state_for(x, x->state()); local
1134 reg, args, info); local
1275 volatile_field_store(LIR_Opr value, LIR_Address* address, CodeEmitInfo* info) argument
1298 volatile_field_load(LIR_Address* address, LIR_Opr result, CodeEmitInfo* info) argument
1309 __ volatile_move(LIR_OprFact::address(address), temp_double, T_LONG, info); local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp273 void LIRGenerator::cmp_mem_int(LIR_Condition condition, LIR_Opr base, int disp, int c, CodeEmitInfo* info) { argument
275 __ load(new LIR_Address(base, disp, T_INT), o7opr, info);
280 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, int disp, BasicType type, CodeEmitInfo* info) { argument
282 __ load(new LIR_Address(base, disp, type), o7opr, info);
287 void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, LIR_Opr disp, BasicType type, CodeEmitInfo* info) { argument
289 __ load(new LIR_Address(base, disp, type), o7opr, info);
420 CodeEmitInfo* info = state_for(x, x->state(), true); local
421 monitor_enter(obj.result(), lock, hdr, scratch, x->monitor_no(), info_for_exception, info);
503 CodeEmitInfo* info = state_for(x); local
507 __ branch(lir_cond_equal, T_LONG, new DivByZeroStub(info));
567 CodeEmitInfo* info = state_for(x); local
764 CodeEmitInfo* info = state_for(x, x->state()); local
882 CodeEmitInfo* info = state_for(x, x->state()); local
896 CodeEmitInfo* info = state_for(x, x->state()); local
922 CodeEmitInfo* info = state_for(x, x->state()); local
974 CodeEmitInfo* info = state_for(x, x->state()); local
1003 reg, args, info); local
1137 volatile_field_store(LIR_Opr value, LIR_Address* address, CodeEmitInfo* info) argument
1146 volatile_field_load(LIR_Address* address, LIR_Opr result, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java134 // Uninitialized and value cells must contain no data in their info field:
138 // The top bit is only set when all info bits are set:
142 // The not_bottom_bit must be set when any other info bit is set:
164 "check to make sure top/bottom info is not used");
224 "only addresses and references have non-top info");
270 int info = getInfo();
271 int data = info & ~(ref_not_lock_bit | ref_slot_bit);
272 if ((info & ref_not_lock_bit) != 0) {
274 if ((info & ref_slot_bit) != 0) {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUnpackerImpl.java129 Utils.log.info("Copying unpacked JAR file...");
216 Utils.log.info("Finished segment #"+seg);
257 Utils.log.info("stored size="+bufOut.size()+" and crc="+crc.getValue());
274 Utils.log.info("Writing "+Utils.zeString((ZipEntry)je));
H A DNativeUnpack.java160 Utils.log.info("progress = "+percent);
167 Utils.log.info("set "+opt+"="+val);
229 Utils.log.info("bytes consumed = "+consumed);
236 Utils.log.info("unused input = "+presetInput);
324 if (_verbose > 0) Utils.log.info("Writing " + Utils.zeString(z));
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractDataLine.java70 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls) { argument
71 this(info, mixer, controls, null, AudioSystem.NOT_SPECIFIED);
77 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls, AudioFormat format, int bufferSize) { argument
79 super(info, mixer, controls);
H A DEventDispatcher.java258 ClipInfo info = autoClosingClips.get(i);
259 if (info.isExpired(currTime)) {
260 AutoClosingClip clip = info.getClip();
275 if (Printer.debug)Printer.debug("EventDispatcher: clip "+info.getClip()+" not yet expired");
H A DAbstractMidiDevice.java63 private final MidiDevice.Info info; field in class:AbstractMidiDevice
86 * Constructs an AbstractMidiDevice with the specified info object.
87 * @param info the description of the device
92 protected AbstractMidiDevice(MidiDevice.Info info) { argument
96 this.info = info;
106 return info;
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.h104 void AddOption(char *str, void *info);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DErrorReceiverImpl.java72 public void info(SAXParseException exception) { method in class:ErrorReceiverImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DConsoleErrorReporter.java70 public void info(SAXParseException e) { method in class:ConsoleErrorReporter
/openjdk7/jdk/test/javax/management/descriptor/
H A DDefaultDescriptorTest.java309 for (DescriptorRead info : infos) {
310 System.out.println(info);
311 Descriptor d = info.getDescriptor();
313 throw new Exception("getDescriptor returned null: " + info);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DObjectReferenceImpl.java460 JDWP.ObjectReference.MonitorInfo info = null;
470 info = local.monitorInfo;
474 if (info == null && !vm.state().hasListener(this)) {
486 if (info == null) {
487 info = JDWP.ObjectReference.MonitorInfo.process(vm, this);
489 local.monitorInfo = info;
492 " temporarily caching monitor info");
503 return info;
/openjdk7/jdk/make/tools/reorder/tools/
H A Dmcount.c192 /*fprintf(stderr, "# mapfile info for %s.\n", fullName);*/
553 Dl_info info; local
560 dladdr(i0, &info);
561 libFileName = info.dli_fname;
565 textOffset = info.dli_fbase;
579 dladdr(i0, &info);
581 info.dli_sname, info.dli_fname);
592 dladdr(i0, &info);
594 info
[all...]
/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c175 CheckFamilyInfo *info = (CheckFamilyInfo*)lParam; local
176 info->isDifferent = wcscmp(lpelfe->elfLogFont.lfFaceName, info->family);
178 /* if (!info->isDifferent) { */
181 /* info->family, */
190 CheckFamilyInfo info; local
197 memset(&info, 0, sizeof(CheckFamilyInfo));
198 info.family = family;
199 info.fullName = fullName;
200 info
[all...]
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c212 *ProcessDir(manifest_info *info, char *dirname) argument
237 info->jre_version)) && CheckSanity(dirname, dp->d_name))
269 LocateJRE(manifest_info* info) argument
280 if (info->jre_restrict_search) {
303 if ((target = ProcessDir(info, dp)) != NULL)
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java554 public FontInfo checkFontInfo(FontInfo info, Font font, argument
560 if (info == null) {
561 info = new FontInfo();
571 info.originX = (float)textAt.getTranslateX();
572 info.originY = (float)textAt.getTranslateY();
573 textAt.translate(-info.originX, -info.originY);
575 transform.getMatrix(info.devTx = new double[4]);
576 devAt = new AffineTransform(info.devTx);
579 info
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java484 logger.info("JRE font directory: " + jreFontDirName);
485 logger.info("Extra font path: " + extraFontPath);
486 logger.info("Debug font path: " + dbgFontPath);
697 FontUtilities.getLogger().info("Add to Family "+ f.familyName +
758 FontUtilities.getLogger().info("Add to Family "+familyName +
843 .info("Replace in Family " + familyName +
931 for (FontRegistrationInfo info : deferredFontFiles.values()) {
932 if (info.fontFilePath != null &&
933 info.fontFilePath.startsWith(jreDir)) {
934 initialiseDeferredFont(info
[all...]

Completed in 109 milliseconds

<<11121314151617181920>>