Searched refs:info (Results 226 - 250 of 541) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/beans/
H A DThreadGroupContext.java101 BeanInfo putBeanInfo(Class<?> type, BeanInfo info) { argument
105 return this.beanInfoCache.put(type, info);
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.hpp32 // header: dump of archive instance plus versioning info, datestamp, etc.
114 static void set_current_info(FileMapInfo* info) { _current_info = info; } argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDevice.java45 MidiInDevice(AbstractMidiDeviceProvider.Info info) { argument
46 super(info);
H A DPortMixer.java127 public Line getLine(Line.Info info) throws LineUnavailableException { argument
128 Line.Info fullInfo = getLineInfo(info);
137 throw new IllegalArgumentException("Line unsupported: " + info);
141 public int getMaxLines(Line.Info info) { argument
142 Line.Info fullInfo = getLineInfo(info);
238 private PortMixerPort(Port.Info info, argument
241 super(info, mixer, null);
242 if (Printer.trace) Printer.trace("PortMixerPort CONSTRUCTOR: info: " + info);
475 * Private inner class representing a port info
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A DvmError_bsd.cpp98 static void crash_handler(int sig, siginfo_t* info, void* ucVoid) { argument
105 VMError err(NULL, sig, NULL, info, ucVoid);
/openjdk7/hotspot/src/os/linux/vm/
H A DvmError_linux.cpp98 static void crash_handler(int sig, siginfo_t* info, void* ucVoid) { argument
105 VMError err(NULL, sig, NULL, info, ucVoid);
/openjdk7/hotspot/src/os/solaris/vm/
H A DvmError_solaris.cpp94 static void crash_handler(int sig, siginfo_t* info, void* ucVoid) { argument
101 VMError err(NULL, sig, NULL, info, ucVoid);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiver.java116 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; method in class:ErrorReceiver
121 * @see #info(SAXParseException)
124 info( new SAXParseException(msg,null) );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DErrorReceiver.java117 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; method in class:ErrorReceiver
122 * @see #info(SAXParseException)
125 info( new SAXParseException(msg,null) );
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java520 CompletionStatus info = null;
522 info = GetQueuedCompletionStatus(port);
530 if (info.completionKey() == 0) {
539 WindowsWatchKey key = int2key.get(info.completionKey());
548 if (info.error() != 0) {
550 if (info.error() == ERROR_NOTIFY_ENUM_DIR) {
561 if (info.bytesTransferred() > 0) {
562 processEvents(key, info.bytesTransferred());
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DrawingSurface.h63 * Drawing surface info houses the important drawing information.
99 JAWTDrawingSurfaceInfo info; member in class:JAWTDrawingSurface
127 JAWTOffscreenDrawingSurfaceInfo info; member in class:JAWTOffscreenDrawingSurface
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DPrintLatinCJKTest.java51 static String info = field in class:PrintLatinCJKTest
59 JTextArea jta = new JTextArea(info, 4, 30);
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest5102804.java58 BeanInfo info = Introspector.getBeanInfo(type);
59 if (0 != info.getDefaultPropertyIndex()) {
60 throw new Error("Wrong bean info found");
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java34 private static String info = "test provider for JSSE pluggability"; field in class:CheckSSLContextExport
37 super("TestJSSEPluggability", 1.0, info);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSunJSSE.java62 private static String info = "Sun JSSE provider" + field in class:SunJSSE
106 super("SunJSSE", 1.7d, info);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6199676.java107 LookAndFeelInfo info = infos[++this.index % infos.length];
109 UIManager.setLookAndFeel(info.getClassName());
/openjdk7/jdk/test/javax/swing/JScrollBar/7163696/
H A DTest7163696.java58 for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
59 UIManager.setLookAndFeel(info.getClassName());
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DX11TextRenderer.java54 FontInfo info = sg2d.getGVFontInfo(g.getFont(), frc);
55 switch (info.aaHint) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp464 void LIRGenerator::jobject2reg_with_patching(LIR_Opr r, ciObject* obj, CodeEmitInfo* info) { argument
466 assert(info != NULL, "info must be set if class is not loaded");
467 __ oop2reg_patch(NULL, r, info);
490 void LIRGenerator::nio_range_check(LIR_Opr buffer, LIR_Opr index, LIR_Opr result, CodeEmitInfo* info) { argument
491 CodeStub* stub = new RangeCheckStub(info, index, true);
493 cmp_mem_int(lir_cond_belowEqual, buffer, java_nio_Buffer::limit_offset(), index->as_jint(), info);
497 java_nio_Buffer::limit_offset(), T_INT, info);
505 void LIRGenerator::arithmetic_op(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op, CodeEmitInfo* info) { argument
586 void LIRGenerator::arithmetic_op_long(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, CodeEmitInfo* info) { argument
638 monitor_enter(LIR_Opr object, LIR_Opr lock, LIR_Opr hdr, LIR_Opr scratch, int monitor_no, CodeEmitInfo* info_for_exception, CodeEmitInfo* info) argument
659 new_instance(LIR_Opr dst, ciInstanceKlass* klass, LIR_Opr scratch1, LIR_Opr scratch2, LIR_Opr scratch3, LIR_Opr scratch4, LIR_Opr klass_reg, CodeEmitInfo* info) argument
1149 CodeEmitInfo* info = state_for(x, x->state_before()); local
1226 CodeEmitInfo* info = NULL; local
1265 CodeEmitInfo* info = state_for(x); local
1285 CodeEmitInfo* info = NULL; local
1311 CodeEmitInfo* info = state_for(x, x->state()); local
1416 pre_barrier(LIR_Opr addr_opr, LIR_Opr pre_val, bool do_load, bool patch, CodeEmitInfo* info) argument
1464 G1SATBCardTableModRef_pre_barrier(LIR_Opr addr_opr, LIR_Opr pre_val, bool do_load, bool patch, CodeEmitInfo* info) argument
1674 CodeEmitInfo* info = NULL; local
1770 CodeEmitInfo* info = NULL; local
1841 CodeEmitInfo* info = state_for(x); local
1867 CodeEmitInfo* info = NULL; local
1938 CodeEmitInfo* info = state_for(x); local
1957 CodeEmitInfo* info = state_for(x, x->state()); local
2006 __ throw_exception(exceptionPcOpr(), exceptionOopOpr(), info); local
2531 CodeEmitInfo* info = state_for(x, state); local
2636 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL); local
2646 CodeEmitInfo* info = new CodeEmitInfo(scope()->start()->state()->copy(ValueStack::StateBefore, SynchronizationEntryBCI), NULL); local
2753 CodeEmitInfo* info = state_for(x, x->state()); local
2906 CodeEmitInfo* info = state_for(x); local
3006 CodeEmitInfo* info = state_for(x, x->state(), true); local
3012 increment_event_counter(CodeEmitInfo* info, int bci, bool backedge) argument
3026 increment_event_counter_impl(CodeEmitInfo* info, ciMethod *method, int frequency, int bci, bool backedge, bool notify) argument
3093 call_runtime(Value arg1, address entry, ValueType* result_type, CodeEmitInfo* info) argument
3104 call_runtime(Value arg1, Value arg2, address entry, ValueType* result_type, CodeEmitInfo* info) argument
3118 call_runtime(BasicTypeArray* signature, LIR_OprList* args, address entry, ValueType* result_type, CodeEmitInfo* info) argument
3163 call_runtime(BasicTypeArray* signature, LIRItemList* args, address entry, ValueType* result_type, CodeEmitInfo* info) argument
[all...]
H A Dc1_LIRGenerator.hpp253 LIR_Opr call_runtime(BasicTypeArray* signature, LIRItemList* args, address entry, ValueType* result_type, CodeEmitInfo* info);
254 LIR_Opr call_runtime(BasicTypeArray* signature, LIR_OprList* args, address entry, ValueType* result_type, CodeEmitInfo* info);
257 LIR_Opr call_runtime(Value arg1, address entry, ValueType* result_type, CodeEmitInfo* info);
258 LIR_Opr call_runtime(Value arg1, Value arg2, address entry, ValueType* result_type, CodeEmitInfo* info);
264 void pre_barrier(LIR_Opr addr_opr, LIR_Opr pre_val, bool do_load, bool patch, CodeEmitInfo* info);
271 bool do_load, bool patch, CodeEmitInfo* info);
291 void volatile_field_store(LIR_Opr value, LIR_Address* address, CodeEmitInfo* info);
292 void volatile_field_load(LIR_Address* address, LIR_Opr result, CodeEmitInfo* info);
303 void arithmetic_op(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp, CodeEmitInfo* info = NULL);
309 void jobject2reg_with_patching(LIR_Opr r, ciObject* obj, CodeEmitInfo* info);
364 increment_invocation_counter(CodeEmitInfo *info) argument
369 increment_backedge_counter(CodeEmitInfo* info, int bci) argument
[all...]
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DTooManyFooTest.java168 final MBeanInfo info = server.getMBeanInfo(childName);
169 System.out.println(name+": " + info.getDescriptor());
170 final int len = info.getOperations().length;
178 for (MBeanOperationInfo op : info.getOperations()) {
186 final Descriptor d = info.getDescriptor();
194 for (MBeanOperationInfo mboi : info.getOperations()) {
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java293 FontUtilities.getLogger().info("ParseFontDir " + path);
373 logger.info("file=" + fileName +
375 logger.info("fontID=" + fontID +
399 .info("fullPath=" + fullPath +
406 .info("Map fontID:"+fontID +
702 FontUtilities.getLogger().info("awtfontpath : " + names[i]);
775 String[] info = new String[2];
782 info[0] = fontConfigFonts[i].firstFont.familyName;
783 info[1] = fontConfigFonts[i].firstFont.fontFile;
791 if (info[
[all...]
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageFile.java117 private Info info; field in class:MessageFile.Message
153 if (info == null) {
156 info = new Info(l.text);
158 info = new Info();
160 return info;
165 * If there was an info comment preceding the property specification,
168 void setInfo(Info info) { argument
169 this.info = info;
172 l.text = info
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java72 private SearchInfo info; field in class:FixedHeightLayoutCache
82 info = new SearchInfo();
209 if(root.getPathForRow(row, getRowCount(), info)) {
210 return info.getPath();
1320 * Information about the found row is returned in <code>info</code>.
1325 SearchInfo info) {
1327 info.node = this;
1328 info.isNodeParentNode = false;
1329 info.childIndex = childIndex;
1342 info
1324 getPathForRow(int row, int nextRow, SearchInfo info) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java114 byte[] data = attr.info;
125 println("length = 0x" + toHex(attr.info.length));
292 InnerClasses_attribute.Info info = attr.classes[i];
294 AccessFlags access_flags = info.inner_class_access_flags;
309 if (info.inner_name_index!=0) {
310 print("#" + info.inner_name_index + "= ");
312 print("#" + info.inner_class_info_index);
313 if (info.outer_class_info_index != 0) {
314 print(" of #" + info.outer_class_info_index);
317 if (info
333 getInnerName(ConstantPool constant_pool, InnerClasses_attribute.Info info) argument
454 getSignature(Signature_attribute info) argument
[all...]

Completed in 141 milliseconds

1234567891011>>