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

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificatePoliciesExtension.java75 public static final String IDENT = "x509.info.extensions.CertificatePolicies";
95 for (PolicyInformation info : certPolicies) {
96 info.encode(tmp);
165 for (PolicyInformation info : certPolicies) {
166 sb.append(info.toString());
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h49 char *LocateJRE(manifest_info *info);
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2809 TreeInfo info = new TreeInfo();
2810 head.study(info);
2811 if (info.maxValid == false) {
2818 new BehindS(head, info.maxLength,
2819 info.minLength) :
2820 new Behind(head, info.maxLength,
2821 info.minLength));
2824 new NotBehindS(head, info.maxLength,
2825 info.minLength) :
2826 new NotBehind(head, info
3362 study(TreeInfo info) argument
3418 study(TreeInfo info) argument
3633 study(TreeInfo info) argument
3674 study(TreeInfo info) argument
3701 study(TreeInfo info) argument
3844 study(TreeInfo info) argument
4091 study(TreeInfo info) argument
4211 study(TreeInfo info) argument
4420 study(TreeInfo info) argument
4468 study(TreeInfo info) argument
4509 study(TreeInfo info) argument
4583 study(TreeInfo info) argument
4641 study(TreeInfo info) argument
4711 study(TreeInfo info) argument
4771 study(TreeInfo info) argument
4812 study(TreeInfo info) argument
4867 study(TreeInfo info) argument
4901 study(TreeInfo info) argument
4923 study(TreeInfo info) argument
5384 study(TreeInfo info) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantPool.java257 CPInfo info = pool[index];
258 if (info == null) {
267 CPInfo info = get(index);
268 if (info.getTag() != expected_type)
269 throw new UnexpectedEntry(index, expected_type, info.getTag());
270 return info;
291 CPInfo info = pool[i];
292 if (info instanceof CONSTANT_Utf8_info &&
293 ((CONSTANT_Utf8_info) info).value.equals(value))
336 R visitClass(CONSTANT_Class_info info, argument
337 visitDouble(CONSTANT_Double_info info, P p) argument
338 visitFieldref(CONSTANT_Fieldref_info info, P p) argument
339 visitFloat(CONSTANT_Float_info info, P p) argument
340 visitInteger(CONSTANT_Integer_info info, P p) argument
341 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, P p) argument
342 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, P p) argument
343 visitLong(CONSTANT_Long_info info, P p) argument
344 visitNameAndType(CONSTANT_NameAndType_info info, P p) argument
345 visitMethodref(CONSTANT_Methodref_info info, P p) argument
346 visitMethodHandle(CONSTANT_MethodHandle_info info, P p) argument
347 visitMethodType(CONSTANT_MethodType_info info, P p) argument
348 visitString(CONSTANT_String_info info, P p) argument
349 visitUtf8(CONSTANT_Utf8_info info, P p) argument
[all...]
H A DDependencies.java597 public Void visitClass(CONSTANT_Class_info info, Void p) { argument
599 if (info.getName().startsWith("["))
600 new Signature(info.name_index).getType(constant_pool).accept(this, null);
602 addDependency(info.getBaseName());
609 public Void visitDouble(CONSTANT_Double_info info, Void p) { argument
613 public Void visitFieldref(CONSTANT_Fieldref_info info, Void p) { argument
614 return visitRef(info, p);
617 public Void visitFloat(CONSTANT_Float_info info, Void p) { argument
621 public Void visitInteger(CONSTANT_Integer_info info, Void p) { argument
625 public Void visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, Voi argument
629 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, Void p) argument
633 visitLong(CONSTANT_Long_info info, Void p) argument
637 visitMethodHandle(CONSTANT_MethodHandle_info info, Void p) argument
641 visitMethodType(CONSTANT_MethodType_info info, Void p) argument
645 visitMethodref(CONSTANT_Methodref_info info, Void p) argument
649 visitNameAndType(CONSTANT_NameAndType_info info, Void p) argument
658 visitString(CONSTANT_String_info info, Void p) argument
662 visitUtf8(CONSTANT_Utf8_info info, Void p) argument
666 visitRef(CPRefInfo info, Void p) argument
[all...]
/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/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModelerBase.java116 (SOAPBody)getAnyExtensionOfType(info.bindingOperation.getInput(),
120 error(info.bindingOperation.getInput(), ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_INPUT_MISSING_SOAP_BODY(info.bindingOperation.getName()));
126 for (TWSDLExtension extension: info.bindingOperation.getInput().extensions()) {
135 for (TWSDLExtension extension: info.bindingOperation.getOutput().extensions()) {
148 (SOAPBody)getAnyExtensionOfType(info.bindingOperation.getOutput(),
152 error(info.bindingOperation.getOutput(), ModelerMessages.WSDLMODELER_INVALID_BINDING_OPERATION_OUTPUT_MISSING_SOAP_BODY(info.bindingOperation.getName()));
158 if (info.portTypeOperation.getOutput() == null)
160 return info
727 protected ProcessSOAPOperationInfo info; field in class:WSDLModelerBase
[all...]
/openjdk7/jdk/src/share/back/
H A DObjectReferenceImpl.c211 jvmtiMonitorUsage info; local
213 (void)memset(&info, 0, sizeof(info));
215 (gdata->jvmti, object, &info);
220 (void)outStream_writeObjectRef(env, out, info.owner);
221 (void)outStream_writeInt(out, info.entry_count);
222 (void)outStream_writeInt(out, info.waiter_count);
223 for (i = 0; i < info.waiter_count; i++) {
224 (void)outStream_writeObjectRef(env, out, info.waiters[i]);
228 if (info
[all...]
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c479 JLI_ParseManifest(char *jarfile, manifest_info *info) argument
496 info->manifest_version = NULL;
497 info->main_class = NULL;
498 info->jre_version = NULL;
499 info->jre_restrict_search = 0;
500 info->splashscreen_image_file_name = NULL;
513 info->manifest_version = value;
515 info->main_class = value;
517 info->jre_version = value;
520 info
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java730 GridBagLayoutInfo info = getLayoutInfo(parent, PREFERREDSIZE);
731 return getMinSize(parent, info);
744 GridBagLayoutInfo info = getLayoutInfo(parent, MINSIZE);
745 return getMinSize(parent, info);
1979 * @param info the layout info for this parent
1984 protected Dimension getMinSize(Container parent, GridBagLayoutInfo info) { argument
1985 return GetMinSize(parent, info);
1996 protected Dimension GetMinSize(Container parent, GridBagLayoutInfo info) { argument
2002 for(i = 0; i < info
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp55 void LIR_Assembler::patching_epilog(PatchingStub* patch, LIR_PatchCode patch_code, Register obj, CodeEmitInfo* info) { argument
60 patch->install(_masm, patch_code, obj, info);
64 Bytecodes::Code code = info->scope()->method()->java_code_at_bci(info->stack()->bci());
316 //----------------------------------debug info--------------------------------
319 void LIR_Assembler::add_debug_info_for_branch(CodeEmitInfo* info) { argument
323 info->record_debug_info(compilation()->debug_info_recorder(), pc_offset);
324 if (info->exception_handlers() != NULL) {
325 compilation()->add_exception_handlers_for_pco(pc_offset, info->exception_handlers());
355 // Got some old debug info
424 add_debug_info_for_div0_here(CodeEmitInfo* info) argument
425 add_debug_info_for_div0(code_offset(), info); local
796 move_op(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool unaligned, bool wide) argument
842 verify_oop_map(CodeEmitInfo* info) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32FontManager.java224 String[] info = new String[2];
225 info[0] = "Arial";
226 info[1] = "c:\\windows\\fonts";
244 info[1] = dir;
247 info[1] = dirs[0];
249 info[1] = info[1] + File.separator + "arial.ttf";
250 defaultPlatformFont = info;
/openjdk7/jdk/test/java/awt/xembed/server/
H A DTesterClient.java50 log.info("Starting test " + test.getName());
52 log.info("Test " + test.getName() + " PASSED.");
/openjdk7/jdk/test/java/beans/Introspector/memory/
H A DTest4809008.java55 // The methods and the bean info should be cached
56 BeanInfo info = Introspector.getBeanInfo(type);
60 info = null;
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/SSLSecurity/
H A DProviderTest.java75 private static String info = "Brad's provider"; field in class:MyProvider
87 super("BRAD", 1.0, info);
/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/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java189 ModelMBeanInfo info =
196 new Object[] {info},
204 final Descriptor[] desc = info.getDescriptors("");
205 checkDescriptors(info,desc,"info.getDescriptors(\"\")");
210 final Descriptor[] desc = info.getDescriptors(null);
211 checkDescriptors(info,desc,"info.getDescriptors(null)");
219 checkDescriptors(info,desc,"model.getDescriptors(\"\")");
227 checkDescriptors(info,des
[all...]
/openjdk7/jdk/test/javax/management/mxbean/
H A DThreadMXBeanTest.java55 ThreadInfo[] info = proxy.getThreadInfo(ids2);
57 for (ThreadInfo ti : info) {
/openjdk7/jdk/test/javax/swing/border/
H A DTest6981576.java73 LookAndFeelInfo info = this.infos[this.index % this.infos.length];
75 UIManager.setLookAndFeel(info.getClassName());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DProcessListPanel.java70 ProcessInfo info = (ProcessInfo) els.get(row);
74 return info.getName();
76 return new Integer(info.getPid());
225 ProcessInfo info = (ProcessInfo) els.get(i);
226 if (info.getPid() == pid) {
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationBroadcasterSupport.java66 * MBeanNotificationInfo[] info) NotificationBroadcasterSupport(null, null)}.
84 * MBeanNotificationInfo[] info) NotificationBroadcasterSupport(executor, null)}.
100 * MBeanNotificationInfo[] info)
101 * NotificationBroadcasterSupport(null, info)}.</p>
103 * <p>If the <code>info</code> array is not empty, then it is
104 * cloned by the constructor as if by {@code info.clone()}, and
108 * @param info an array indicating, for each notification this
115 public NotificationBroadcasterSupport(MBeanNotificationInfo... info) { argument
116 this(null, info);
135 * <p>If the <code>info</cod
152 NotificationBroadcasterSupport(Executor executor, MBeanNotificationInfo... info) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractLine.java47 protected final Line.Info info; field in class:AbstractLine
64 protected AbstractLine(Line.Info info, AbstractMixer mixer, Control[] controls) { argument
70 this.info = info;
79 return info;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp138 void G1NewTracer::send_evacuation_info_event(EvacuationInfo* info) { argument
142 e.set_cSetRegions(info->collectionset_regions());
143 e.set_cSetUsedBefore(info->collectionset_used_before());
144 e.set_cSetUsedAfter(info->collectionset_used_after());
145 e.set_allocationRegions(info->allocation_regions());
146 e.set_allocRegionsUsedBefore(info->alloc_regions_used_before());
147 e.set_allocRegionsUsedAfter(info->alloc_regions_used_before() + info->bytes_copied());
148 e.set_bytesCopied(info->bytes_copied());
149 e.set_regionsFreed(info
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java262 ProcessInfo info = plist.getSelectedProcess();
263 if (info != null) {
264 attach(info.getPid());
742 LineNumberInfo info = db.lineNumberForPC(fr.pc());
743 if (info != null) {
745 info.getSourceFileName() +
747 info.getLineNumber() +
749 info.getStartPC() +
751 info.getEndPC() +
754 showLineNumber(null, info
[all...]
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java693 String info = "Could not query windows"
698 logger().warning(info);
699 throw new BackingStoreException(info);
713 String info =
717 logger().warning(info);
718 throw new BackingStoreException(info);
743 String info = "Could not query windows"
748 logger().warning(info);
749 throw new BackingStoreException(info);
764 String info
[all...]

Completed in 126 milliseconds

1234567891011>>