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

<<2122

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java1653 // See CDRInput/OutputObject.close() for more info.
1693 // and pass necessary info to response constructors located
2077 // and have not completed their lifecycle (otherwise the info stack
2250 OAInvocationInfo info = orb.peekInvocationInfo() ;
2251 ObjectAdapter oa = info.oa();
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java79 * transform. In the glyph info array, the bounds are the outline
267 FontInfo info) {
268 if (info.aaHint == SunHints.INTVAL_TEXT_ANTIALIAS_ON) {
623 // get info from the font and use real OT/GX justification. Right now
1118 // !!! need to support creating a StandardGlyphVector from a TextMeasurer's info...
1580 * -For general info, strikes are held with soft references.
1583 * info along with the image and position info, but toss the strike info
266 getStandardGV(GlyphVector gv, FontInfo info) argument
H A DTrueTypeFont.java61 * 160Kbytes. So storing any more info than this would be expensive.
163 /* These fields are set from os/2 table info. */
288 FontUtilities.getLogger().info("open TTF: " + platName);
564 /* The os2_Table is needed to gather some info, but we don't
761 /* required info is at offsets 78 and 82 */
788 /* Use info in the os_2Table to test CJK support */
790 /* required info is in ulong at offset 46 */
1637 /* This is to obtain info from the TT 'gasp' (grid-fitting and
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c451 BY_HANDLE_FILE_INFORMATION* info = local
453 if (GetFileInformationByHandle(h, info) == 0) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java131 // whether to use NSS Secmod info for trust attributes
1048 AliasInfo info = aliasMap.get(alias);
1049 if (info != null) {
1093 // see if there's an existing entry with the same info
1416 * @param replaceCert if true, then caller is updating alias info for
1481 // already updated alias info for existing end cert -
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogger.java144 * after the standard Level names ("severe", "warning", "info", etc.)
1168 public void info(String msg) { method in class:Logger
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1300 CallInfo info; local
1301 LinkResolver::resolve_interface_call(info, recv, recv_klass, spec_klass, name, signature, KlassHandle(), false, true, CHECK_(methodHandle()));
1302 return info.selected_method();
1313 CallInfo info; local
1314 LinkResolver::resolve_virtual_call(info, recv, recv_klass, spec_klass, name, signature, KlassHandle(), false, true, CHECK_(methodHandle()));
1315 return info.selected_method();
5275 // Set correct safepoint info. The thread is going to call into Java when
5304 // Create thread group and name info from attach arguments
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java87 .info("Creating standard Font Configuration");
120 .info("Creating alternate Font Configuration");
1029 // other info is per style
1312 * the replacement info defined by "proportional"
1316 * info defined with ".motif" keyword
1899 //(10) see (1) for info, the only difference is "xxx.motif"
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java826 public void info(SAXParseException exception) {}
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c116 ITEM_Object, /* Extra info field gives name. */
120 ITEM_ReturnAddress, /* Extra info gives instr # of start pc */
258 struct instruction_data_type *instruction_data; /* info about each */
416 const char **signature_p, fullinfo_type *info);
958 /* CCerror can give method-specific info once this is set */
1002 /* Allocate a structure to hold info about each instruction. */
1005 /* Initialize the heap, and other info in the context structure. */
1977 fullinfo_type stack_extra_info_buffer[256]; /* save info popped off stack */
2797 /* Get the info saved in the swap_table */
3081 * of info fro
4033 unsigned short info = GET_EXTRA_INFO(classinfo); local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java1461 XSAnnotationInfo info = currSchemaDoc.getAnnotations();
1463 if (info != null) {
1465 annotationInfo.add(info);
3773 // store the lastest current document info
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp152 PropertyList_add(&_system_properties, new SystemProperty("java.vm.info", VM_Version::vm_info_string(), true));
993 PropertyList_unique_add(&_system_properties, "java.vm.info",
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2816 err_msg("obj: "PTR_FORMAT" in CSet, phase: %s, info: %d",
2823 void set_phase(VerifyNoCSetOopsPhase phase, int info = -1) {
2825 _info = info;
4379 // For per-region info
4387 // For summary info
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h487 (jvmtiHeapReferenceKind kind, const jvmtiHeapReferenceInfo* info, jlong object_class_tag, jlong* object_tag_ptr, jvalue value, jvmtiPrimitiveType value_type, void* user_data);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java1074 public void report_error(String message, Object info) { argument
1080 public void report_fatal_error(String message, Object info) { argument
1706 * namespace info in the literal expression. This is used for
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp97 // for timer info max values which include all bits
451 // Store info on the Win32 thread into the OSThread
605 // Store info on the Win32 thread into the OSThread
1374 // to the corresponding PDB file (debug info); sometimes it only
1432 // print module info; param is outputStream*
1463 // If we can read dll-info and find that dll was built
2658 // Container for NUMA node list info
3288 bool os::get_page_info(char *start, page_info* info) { argument

Completed in 218 milliseconds

<<2122