Searched defs:info (Results 151 - 175 of 292) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java136 public Object info; field in class:Label
244 * list does not include labels used for debug info only. If
517 e.info = inputStackTop;
/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c243 SYSTEM_INFO info; local
244 GetSystemInfo(&info);
245 switch (info.wProcessorArchitecture) {
253 switch (info.wProcessorLevel) {
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DThreadInfoCompositeData.java75 ThreadInfo info = ThreadInfo.from(cd);
76 checkThreadInfo(info);
98 ThreadInfo info = ThreadInfo.from(cd);
99 checkThreadInfo(info);
102 static void checkThreadInfo(ThreadInfo info) throws Exception { argument
103 if (info.getThreadId() != ((Long) values[THREAD_ID]).longValue()) {
104 throw new RuntimeException("Thread Id = " + info.getThreadId() +
107 if (!info.getThreadName().equals(values[THREAD_NAME])) {
109 info.getThreadName() + " expected = " + values[THREAD_NAME]);
111 if (info
[all...]
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLockingThread.java121 void checkLockedMonitors(ThreadInfo info) argument
123 checkThreadInfo(info);
125 MonitorInfo[] monitors = info.getLockedMonitors();
137 checkStackFrame(info, ste, depth);
148 if (info.getLockedSynchronizers().length != 0) {
151 info.getLockedSynchronizers().length +
156 void checkThreadInfo(ThreadInfo info) throws Exception { argument
157 if (!getName().equals(info.getThreadName())) {
158 throw new RuntimeException("Name: " + info.getThreadName() +
161 LockInfo l = info
192 checkStackFrame(ThreadInfo info, StackTraceElement ste, int depth) argument
[all...]
H A DSynchronizerLockingThread.java77 for (ThreadInfo info : tinfos) {
78 if (info.getThreadId() == t1.getId()) {
79 t1.checkLocks(info);
82 if (info.getThreadId() == t2.getId()) {
83 t2.checkLocks(info);
127 void checkLocks(ThreadInfo info) throws Exception { argument
128 checkThreadInfo(info);
129 MonitorInfo[] monitors = info.getLockedMonitors();
141 checkStackFrame(info, ste, depth);
154 LockInfo[] syncs = info
163 checkThreadInfo(ThreadInfo info) argument
209 checkStackFrame(ThreadInfo info, StackTraceElement ste, int depth) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java64 public Integer visitClass(CONSTANT_Class_info info, Void p) {
65 print("#" + info.name_index);
67 println("// " + stringValue(info));
71 public Integer visitDouble(CONSTANT_Double_info info, Void p) {
72 println(stringValue(info));
76 public Integer visitFieldref(CONSTANT_Fieldref_info info, Void p) {
77 print("#" + info.class_index + ".#" + info.name_and_type_index);
79 println("// " + stringValue(info));
83 public Integer visitFloat(CONSTANT_Float_info info, Voi
258 visit(CPInfo info) argument
262 visitClass(CONSTANT_Class_info info, Void p) argument
266 getCheckedName(CONSTANT_Class_info info) argument
274 visitDouble(CONSTANT_Double_info info, Void p) argument
278 visitFieldref(CONSTANT_Fieldref_info info, Void p) argument
282 visitFloat(CONSTANT_Float_info info, Void p) argument
286 visitInteger(CONSTANT_Integer_info info, Void p) argument
290 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, Void p) argument
294 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, Void p) argument
303 visitLong(CONSTANT_Long_info info, Void p) argument
307 visitNameAndType(CONSTANT_NameAndType_info info, Void p) argument
311 getCheckedName(CONSTANT_NameAndType_info info) argument
319 getType(CONSTANT_NameAndType_info info) argument
327 visitMethodHandle(CONSTANT_MethodHandle_info info, Void p) argument
335 visitMethodType(CONSTANT_MethodType_info info, Void p) argument
343 visitMethodref(CONSTANT_Methodref_info info, Void p) argument
347 visitString(CONSTANT_String_info info, Void p) argument
357 visitUtf8(CONSTANT_Utf8_info info, Void p) argument
382 visitRef(CPRefInfo info, Void p) argument
393 getCheckedClassName(CPRefInfo info) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_monitor.c92 MonitorInfo * info; local
95 info = (MonitorInfo*)table_get_info(gdata->monitor_table, index);
96 HPROF_ASSERT(info!=NULL);
97 return info;
133 MonitorInfo *info; local
140 info = (MonitorInfo *)info_ptr;
147 info->num_hits,
148 jlong_high(info->contended_time),
149 jlong_low(info->contended_time));
155 MonitorInfo *info; local
195 MonitorInfo *info; local
284 MonitorInfo *info; local
309 MonitorInfo *info; local
357 MonitorInfo *info; local
[all...]
H A Dhprof_object.c113 ObjectInfo *info; local
115 info = (ObjectInfo*)table_get_info(gdata->object_table, index);
116 return info;
123 ObjectInfo *info; local
129 info = (ObjectInfo*)info_ptr;
135 info->references, info->thread_serial_num);
141 ObjectInfo *info; local
144 info = (ObjectInfo *)info_ptr;
145 info
151 ObjectInfo *info; local
161 ObjectInfo *info; local
280 ObjectInfo *info; local
289 ObjectInfo *info; local
298 ObjectInfo *info; local
307 ObjectInfo *info; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSignatureFileVerifier.java481 SignerInfo info = infos[i];
482 ArrayList<X509Certificate> chain = info.getCertificateChain(block);
488 signers.add(new CodeSigner(certChain, getTimestamp(info)));
511 * @param info A signer information element of a PKCS 7 block.
523 private Timestamp getTimestamp(SignerInfo info) argument
530 PKCS9Attributes unsignedAttrs = info.getUnauthenticatedAttributes();
537 // Extract the content (an encoded timestamp token info)
548 // Create a timestamp token info object
552 verifyTimestamp(timestampTokenInfo, info.getEncryptedDigest());
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java742 * @param info StateInfo to copy.
744 public StateInfo(StateInfo info) { argument
745 this.state = info.state;
746 this.font = info.font;
747 if(info.data != null) {
751 data.putAll(info.data);
753 if (info.colors != null) {
754 this.colors = new Color[info.colors.length];
755 System.arraycopy(info.colors, 0, colors, 0,info
833 addTo(StateInfo info) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DPlatformLogger.java143 // finest, fine, finer, info first
370 public void info(String msg) { method in class:PlatformLogger
374 public void info(String msg, Throwable t) { method in class:PlatformLogger
378 public void info(String msg, Object... params) { method in class:PlatformLogger
/openjdk7/jdk/test/javax/management/openmbean/
H A DConstraintTest.java205 private static void test(OpenMBeanParameterInfo info, argument
207 test1(info, valid, invalid);
211 if (info.getOpenType() instanceof SimpleType<?>) {
212 Descriptor d = ((DescriptorRead) info).getDescriptor();
232 OpenType<?> ot = info.getOpenType();
233 if (info instanceof OpenMBeanAttributeInfo) {
234 OpenMBeanAttributeInfo ai = (OpenMBeanAttributeInfo) info;
235 info = new OpenMBeanAttributeInfoSupport(info.getName(),
236 info
252 test1(OpenMBeanParameterInfo info, Object[] valid, Object[] invalid) argument
[all...]
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c266 SECURITY_INFORMATION info = local
269 GetFileSecurity(path, info , 0, 0, &len);
278 if (!GetFileSecurity(path, info, sd, len, &len)) {
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadInstanceEntryImpl.java119 public static Byte[] getState(ThreadInfo info) { argument
122 final Thread.State state = info.getThreadState();
123 final boolean inNative = info.isInNative();
124 final boolean suspended = info.isSuspended();
145 private final ThreadInfo info; field in class:JvmThreadInstanceEntryImpl
151 public JvmThreadInstanceEntryImpl(ThreadInfo info, argument
153 this.info = info;
176 long id = info.getLockOwnerId();
202 return validJavaObjectNameTC(info
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java150 // info. This is a hard reference to another MBean, provided
170 * @param logManager The info log manager with which to log the info
386 // Contextual object used to store info about current
404 private volatile String info="Not started"; field in class:DirectoryScanner.ScanTask
419 return info+" - ["+scanned+" scanned, "+matching+" matching]";
427 // since all the info needed to resume would be in the list.
431 task.info = "In Progress";
484 task.info = "Successfully Completed";
490 task.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/jaxp/src/com/sun/java_cup/internal/runtime/
H A Dlr_parser.java114 * <dt> void report_error(String message, Object info)
119 * <dt> void report_fatal_error(String message, Object info)
370 * @param info an extra object reserved for use by specialized subclasses.
374 Object info)
381 report_error(message, info);
396 * @param info an extra object reserved for use by specialized subclasses.
398 public void report_error(String message, Object info) argument
401 if (info instanceof Symbol)
402 if (((Symbol)info).left != -1)
403 System.err.println(" at character " + ((Symbol)info)
372 report_fatal_error( String message, Object info) argument
[all...]
/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/jdk/src/share/classes/java/util/
H A DCurrency.java249 info("currency.properties is ignored because of an IOException", e);
693 info(message, null);
705 info(message, null);
733 private static void info(String message, Throwable t) { method in class:Currency
737 logger.info(message, t);
739 logger.info(message);
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java485 * {@link MBeanInfo#getClassName() info.getClassName()}.
486 * @param info The default MBeanInfo derived by reflection.
489 protected String getClassName(MBeanInfo info) { argument
490 if (info == null) return getImplementationClass().getName();
491 return info.getClassName();
501 * {@link MBeanInfo#getDescription() info.getDescription()}.
502 * @param info The default MBeanInfo derived by reflection.
505 protected String getDescription(MBeanInfo info) { argument
506 if (info == null) return null;
507 return info
528 getDescription(MBeanFeatureInfo info) argument
545 getDescription(MBeanAttributeInfo info) argument
562 getDescription(MBeanConstructorInfo info) argument
624 getDescription(MBeanOperationInfo info) argument
639 getImpact(MBeanOperationInfo info) argument
728 getNotifications(MBeanInfo info) argument
752 getDescriptor(MBeanInfo info, boolean immutableInfo) argument
814 cacheMBeanInfo(MBeanInfo info) argument
953 getConstructors(MBeanInfo info, Object impl) argument
985 getOperations(MBeanInfo info) argument
1015 getAttributes(MBeanInfo info) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp297 void CompiledIC::set_to_monomorphic(const CompiledICInfo& info) { argument
312 if (info._to_interpreter) {
314 if (info.is_optimized() && is_optimized()) {
321 assert(info.cached_oop().not_null() && info.cached_oop()->is_method(), "sanity check");
323 methodHandle method (thread, (methodOop)info.cached_oop()());
324 csc->set_to_interpreted(method, info.entry());
333 assert(info.cached_oop().not_null(), "must be set");
334 InlineCacheBuffer::create_transition_stub(this, info.cached_oop()(), info
383 compute_monomorphic_entry(methodHandle method, KlassHandle receiver_klass, bool is_optimized, bool static_bound, CompiledICInfo& info, TRAPS) argument
542 set(const StaticCallInfo& info) argument
570 compute_entry(methodHandle m, StaticCallInfo& info) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
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;
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...]
H A DSoftMixingClip.java165 SoftMixingClip(SoftMixingMixer mixer, DataLine.Info info) { argument
166 super(mixer, info);
H A DSoftMixingDataLine.java426 DataLine.Info info; field in class:SoftMixingDataLine
432 SoftMixingDataLine(SoftMixingMixer mixer, DataLine.Info info) { argument
434 this.info = info;
492 return info;

Completed in 100 milliseconds

1234567891011>>