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

<<11121314151617181920>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaServerRequestDispatcherImpl.java323 OAInvocationInfo info = objectAdapter.makeInvocationInfo(objectId);
324 info.setOperation(operation);
325 orb.pushInvocationInfo(info);
326 objectAdapter.getInvocationServant(info);
327 return info.getServantContainer() ;
845 // the code sets again using the new info.
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java129 Info info = it.next();
130 if (!info.className.equals(currentClassName)) {
132 currentClassName = info.className;
135 dataOut.writeInt(info.location);
136 dataOut.writeUTF(info.methodName);
358 c.copy(len); // attribute info
376 c.copy(len); // attribute info
393 c.copy(len); // attribute info
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java698 private String printModelMBeanInfo(ModelMBeanInfo info) { argument
700 if (info == null) {
708 info = modelMBeanInfo;
712 retStr.append("\nCLASSNAME: \t"+ info.getClassName());
713 retStr.append("\nDESCRIPTION: \t"+ info.getDescription());
718 info.getMBeanDescriptor());
725 final MBeanAttributeInfo[] attrInfo = info.getAttributes();
743 final MBeanConstructorInfo[] constrInfo = info.getConstructors();
762 final MBeanOperationInfo[] opsInfo = info.getOperations();
781 MBeanNotificationInfo[] notifInfo = info
2386 hasNotification(final ModelMBeanInfo info, final String notifName) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java688 int info;
693 info = ImageObserver.ABORT;
698 info = ImageObserver.ERROR;
703 info = ImageObserver.ALLBITS;
707 info = ImageObserver.FRAMEBITS;
720 availinfo |= info;
724 newInfo(image, info, 0, 0, width, height);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c149 Dl_info info; local
152 memset(&info, 0, sizeof(Dl_info));
153 if (dladdr(&XRenderChangePicture, &info) && info.dli_fname != NULL) {
157 size_t pos, len = strlen(info.dli_fname);
160 while (pos > 0 && info.dli_fname[pos] != '/') {
168 strncpy(pkgInfoPath, info.dli_fname, pos);
/openjdk7/jdk/make/common/
H A DRelease.gmk1223 # The jdk text info file that lives at the root of the install image.
1228 # Common way to emit a line into the release or info file
1229 define info-file-item # name value
1233 define echo-java-info
1248 $(call info-file-item, "JAVA_VERSION", "$(THIS_JDK_VERSION)")
1249 $(call info-file-item, "OS_NAME", "$(MINIMUM_OS_NAME)")
1250 $(call info-file-item, "OS_VERSION", "$(MINIMUM_OS_VERSION)")
1251 $(call info-file-item, "OS_ARCH", "$(MINIMUM_OS_ARCH)")
1252 $(call info-file-item, "SOURCE", "$(ALL_SOURCE_TIPS)")
1253 $(call echo-java-info,
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c548 GlyphInfo *info; local
554 info = (GlyphInfo*) jlong_to_ptr(image);
556 advance = info->advanceX;
558 free(info);
579 GlyphInfo *info; local
584 info = (GlyphInfo*) jlong_to_ptr(image);
586 (*env)->SetFloatField(env, metrics, sunFontIDs.xFID, info->advanceX);
587 (*env)->SetFloatField(env, metrics, sunFontIDs.yFID, info->advanceY);
589 free(info);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp441 ExceptionInfo* info = info_list->at(i); local
442 XHandlers* handlers = info->exception_handlers();
478 exception_handler_table()->add_subtable(info->pco(), bcis, scope_depths, pcos);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java437 // between diff invocations of initPolicyFile(policy, url, info).
1685 // build an info array for the principal
1687 String[][] info = new String[1][2];
1688 info[0][0] = pe.principalClass;
1689 info[0][1] = pe.principalName;
1690 return info;
1697 // build an info array for every principal
1705 String[][] info = new String[plist.size()][2];
1710 info[i][0] = p.getClass().getName();
1711 info[
[all...]
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java93 for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
94 if ("Nimbus".equals(info.getName())) {
95 UIManager.setLookAndFeel(info.getClassName());
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiSystem.java205 * @param info a device information object representing the desired device.
209 * @throws IllegalArgumentException if the info object does not represent
213 public static MidiDevice getMidiDevice(MidiDevice.Info info) throws MidiUnavailableException { argument
218 if (provider.isDeviceSupported(info)) {
219 MidiDevice device = provider.getDevice(info);
223 throw new IllegalArgumentException("Requested device not installed: " + info);
/openjdk7/jdk/src/share/bin/
H A Djava.h167 void AddOption(char *str, void *info);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DDefaultAuthenticator.java96 errReceiver.info(new SAXParseException(WscompileMessages.WSIMPORT_READING_AUTH_FILE(authFile), null));
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c141 audio_info_t info; local
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c62 typedef char* (*g_file_info_get_content_type_func)(GFileInfo *info);
/openjdk7/jdk/test/java/awt/xembed/server/
H A DRunTestXEmbed.java126 log.info("Testing finished.");
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DThreadTab.java340 for (ThreadInfo info : infos) {
341 if (info.getThreadId() == threadID) {
342 ti = info;
343 monitors = info.getLockedMonitors();
/openjdk7/jdk/test/java/util/logging/
H A DSimpleFormatterFormat.java68 "info welcome",
81 bar.info(messages[2]);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorImpl_R_USM.java230 OAInvocationInfo info = orb.peekInvocationInfo();
231 byte[] id = info.id() ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCDebugInfoDataBase.java238 public void addLineNumberInfo(BasicLineNumberInfo info) { argument
239 lineNumbers.addLineNumberInfo(info);
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLSignatureFactory.java127 (List info, String target, String id) {
128 return new DOMSignatureProperty(info, target, id);
126 newSignatureProperty(List info, String target, String id) argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingSourceDataLine.java123 SoftMixingSourceDataLine(SoftMixingMixer mixer, DataLine.Info info) { argument
124 super(mixer, info);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp210 MonitorInfo* info = new MonitorInfo( local
212 monitors->push(info);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/logging/
H A DLogger.java181 public void info(final String message) { method in class:Logger
188 public void info(final String message, final Throwable thrown) { method in class:Logger
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DSchemaCompilerImpl.java257 // we need info about each field, so we go ahead and generate the
290 public void info(SAXParseException exception) { method in class:SchemaCompilerImpl
292 errorListener.info(exception);

Completed in 1801 milliseconds

<<11121314151617181920>>