Searched defs:info (Results 26 - 50 of 292) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DSunJCE.java81 private static final String info = "SunJCE Provider " + field in class:SunJCE
98 super("SunJCE", 1.7d, info);
/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/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DErrorListener.java54 void info(SAXParseException exception); method in interface:ErrorListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DErrorReceiverFilter.java57 public void info(SAXParseException exception) { method in class:ErrorReceiverFilter
58 if(core!=null) core.info(exception);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DErrorListener.java55 void info(SAXParseException exception); method in interface:ErrorListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DDummyPropertyInfo.java34 void addType(PropertyInfoImpl<T, C, F, M> info); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyFactory.java87 public static Property create( JAXBContextImpl grammar, RuntimePropertyInfo info ) {
89 PropertyKind kind = info.kind();
93 return new AttributeProperty(grammar,(RuntimeAttributePropertyInfo)info);
95 return new ValueProperty(grammar,(RuntimeValuePropertyInfo)info);
97 if(((RuntimeElementPropertyInfo)info).isValueList())
98 return new ListElementProperty(grammar,(RuntimeElementPropertyInfo) info);
108 boolean isCollection = info.isCollection();
109 boolean isLeaf = isLeaf(info);
113 return c.newInstance( grammar, info );
133 static boolean isLeaf(RuntimePropertyInfo info) { argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DEdge.java76 * More precisely any {@link Edge} whose {@link #info} is strictly positive
77 * corresponds to an exception handler. The actual value of {@link #info} is
93 int info; field in class:Edge
/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/langtools/src/share/classes/com/sun/tools/classfile/
H A DDefaultAttribute.java37 info = data;
40 public DefaultAttribute(ConstantPool constant_pool, int name_index, byte[] info) { argument
41 super(name_index, info.length);
42 this.info = info;
49 public final byte[] info; field in class:DefaultAttribute
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.cpp57 jvmtiThreadInfo info; local
60 info.name = NULL;
62 err = jvmti->GetThreadInfo(thread, &info);
63 check_jvmti_error(jvmti, err, "get thread info");
64 if ( info.name != NULL ) {
65 (void)strncpy(name, info.name, (int)sizeof(name)-1);
67 deallocate(jvmti, info.name);
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDeviceProvider.c72 jobject info = NULL; local
92 info = (*env)->NewObject(env, directAudioDeviceInfoClass, directAudioDeviceInfoConstructor,
105 return info;
H A DPortMixerProvider.c67 jobject info = NULL; local
85 info = (*env)->NewObject(env, portMixerInfoClass, portMixerInfoConstructor, mixerIndex,
93 return info;
/openjdk7/jdk/src/share/native/common/
H A Djdk_util.c40 JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size) { argument
93 memset(info, 0, info_size);
94 info->jdk_version = ((jdk_major_version & 0xFF) << 24) |
98 info->update_version = jdk_update_version;
99 info->special_update_version = (unsigned int) jdk_special_version;
100 info->thread_park_blocker = 1;
103 info->post_vm_init_hook_enabled = 1;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemnobs.c91 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
/openjdk7/jdk/src/share/native/sun/java2d/
H A DShaderList.c44 ShaderInfo *info; local
49 info = (ShaderInfo *)malloc(sizeof(ShaderInfo));
50 if (info == NULL) {
57 info->next = programList->head;
58 info->programID = programID;
59 info->compType = compType;
60 info->compMode = compMode;
61 info->flags = flags;
64 programList->head = info;
71 ShaderInfo *curr = info
100 ShaderInfo *info = programList->head; local
131 ShaderInfo *info = programList->head; local
[all...]
/openjdk7/jdk/test/java/security/Security/
H A DSynchronizedAccess.java87 public MyProvider(String name, double version, String info) { argument
88 super(name, version, info);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DTestRender1.java96 public static void test(AudioFormat format, Map<String, Object> info) argument
108 render(nullout, format, info);
112 Map<String, Object> info) throws Exception {
114 AudioInputStream stream = synth.openStream(format, info);
156 Map<String, Object> info = new HashMap<String, Object>();
159 test(format, info);
161 test(format, info);
165 test(format, info);
167 test(format, info);
169 test(format, info);
111 render(OutputStream os, AudioFormat format, Map<String, Object> info) argument
[all...]
/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/jdk/src/share/classes/javax/management/
H A DStandardEmitterMBean.java47 * final MBeanNotificationInfo info = new MBeanNotificationInfo(
50 * "Notification about disc info.");
52 * new NotificationBroadcasterSupport(info);
306 * @param info The default MBeanInfo derived by reflection.
310 MBeanNotificationInfo[] getNotifications(MBeanInfo info) { argument
/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/hotspot/src/share/vm/services/
H A DgcNotifier.hpp42 GCNotificationRequest(jlong ts, GCMemoryManager *manager, const char*action, const char *cause,GCStatInfo *info) { argument
48 gcStatInfo = info;

Completed in 51 milliseconds

1234567891011>>