Searched defs:attr (Results 76 - 100 of 151) sorted by relevance

1234567

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogParser.java209 String search(Attributes attr, String name) { argument
210 return search(attr, name, null);
213 String search(Attributes attr, String name, String defaultValue) { argument
214 String result = attr.getValue(name);
221 for (int i = 0; i < attr.getLength(); i++) {
222 System.out.println(attr.getQName(i) + " " + attr.getValue(attr.getQName(i)));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodVisitor.java124 * @param attr an attribute.
126 void visitAttribute(Attribute attr); argument
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationProxyMaker.java140 private Object generateValue(MethodSymbol meth, Attribute attr) { argument
142 return vv.getValue(attr);
156 Object getValue(Attribute attr) { argument
164 attr.accept(this);
168 typeMismatch(method, attr);
253 private void typeMismatch(Method method, final Attribute attr) { argument
265 attr.type.toString());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java91 private Attr attr; field in class:JavacTrees
125 attr = Attr.instance(context);
213 attr.attribClass(ct.pos(), ct.sym);
338 return attr.attribStatToTree(stat, env, tree);
347 return attr.attribExprToTree(expr, env, tree);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java64 public Lint augment(Attribute.Compound attr) { argument
65 return augmentor.augment(this, attr);
278 Lint augment(Lint parent, Attribute.Compound attr) { argument
282 attr.accept(this);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java141 private Object generateValue(MethodSymbol meth, Attribute attr) { argument
143 return vv.getValue(attr);
157 Object getValue(Attribute attr) { argument
165 attr.accept(this);
169 typeMismatch(method, attr);
253 private void typeMismatch(Method method, final Attribute attr) { argument
265 attr.type.toString());
H A DJavacElements.java267 final Attribute attr,
269 if (attr == findme)
309 attr.accept(vis);
266 matchAnnoToTree(final Attribute.Compound findme, final Attribute attr, final JCTree tree) argument
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java40 attr = Query.attr("attr"), field in class:QueryExpStringTest
41 qattr = Query.attr("className", "attr"),
42 aa = Query.attr("A"),
43 bb = Query.attr("B"),
44 cc = Query.attr("C"),
45 dd = Query.attr("D"),
68 match = Query.match((AttributeValueExp) attr,
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java260 Attr attr = (Attr)(attributes.getNamedItem(name));
261 return (attr == null) ? "" : attr.getValue();
379 Node attr = attributes.item(i);
380 attr.normalize();
584 Attr attr = (Attr)(attributes.getNamedItemNS(namespaceURI, localName));
585 return (attr == null) ? "" : attr.getValue();
818 protected int setXercesAttributeNode (Attr attr){ argument
827 return attributes.addItem(attr);
[all...]
H A DDocumentImpl.java915 * @param change Type of modification to the attr. See
1237 void modifiedAttrValue(AttrImpl attr, String oldvalue) { argument
1240 dispatchAggregateEvents(attr, attr, oldvalue,
1248 void setAttrNode(AttrImpl attr, AttrImpl previous) { argument
1252 dispatchAggregateEvents(attr.ownerNode, attr, null,
1256 dispatchAggregateEvents(attr.ownerNode, attr,
1266 void removedAttrNode(AttrImpl attr, NodeImp argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractWriter.java669 * @param attr an AttributeSet.
672 protected void writeAttributes(AttributeSet attr) throws IOException { argument
674 Enumeration names = attr.getAttributeNames();
677 write(" " + name + "=" + attr.getAttribute(name));
H A DDefaultFormatter.java737 String string, AttributeSet attr) throws
741 Utilities.isComposedTextAttributeDefined(attr)) {
743 fb.insertString(offset, string, attr);
745 DefaultFormatter.this.replace(fb, offset, 0, string, attr);
750 String text, AttributeSet attr) throws
754 Utilities.isComposedTextAttributeDefined(attr)) {
756 fb.replace(offset, length, text, attr);
758 DefaultFormatter.this.replace(fb, offset, length, text, attr);
736 insertString(FilterBypass fb, int offset, String string, AttributeSet attr) argument
749 replace(FilterBypass fb, int offset, int length, String text, AttributeSet attr) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java248 * @param attr an AttributeSet
252 protected void writeAttributes(AttributeSet attr) throws IOException { argument
255 convertToHTML32(attr, convAttr);
284 AttributeSet attr = elem.getAttributes();
285 closeOutUnwantedEmbeddedTags(attr);
286 writeEmbeddedTags(attr);
288 if (matchNameAttribute(attr, HTML.Tag.CONTENT)) {
291 } else if (matchNameAttribute(attr, HTML.Tag.COMMENT)) {
300 Object nameTag = (attr != null) ? attr
350 isBlockTag(AttributeSet attr) argument
456 textAreaContent(AttributeSet attr) argument
526 selectContent(AttributeSet attr) argument
686 matchNameAttribute(AttributeSet attr, HTML.Tag tag) argument
705 writeEmbeddedTags(AttributeSet attr) argument
737 noMatchForTagInAttributes(AttributeSet attr, HTML.Tag t, Object tagValue) argument
759 closeOutUnwantedEmbeddedTags(AttributeSet attr) argument
815 isFormElementWithContent(AttributeSet attr) argument
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp343 pthread_attr_t attr; local
345 int rslt = pthread_attr_init(&attr);
351 rslt = pthread_attr_get_np(pthread_self(), &attr);
357 if (pthread_attr_getstackaddr(&attr, (void **) &stack_bottom) != 0 ||
358 pthread_attr_getstacksize(&attr, &stack_bytes) != 0) {
362 pthread_attr_destroy(&attr);
366 pthread_attr_t attr; local
367 int res = pthread_getattr_np(pthread_self(), &attr);
378 res = pthread_attr_getstack(&attr, (void **) &stack_bottom, &stack_bytes);
391 res = pthread_attr_getguardsize(&attr,
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp707 pthread_attr_t attr; local
709 int rslt = pthread_getattr_np(pthread_self(), &attr);
720 if (pthread_attr_getstack(&attr, (void **)bottom, size) != 0) {
724 pthread_attr_destroy(&attr);
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp312 pthread_attr_t attr; local
313 int res = pthread_getattr_np(pthread_self(), &attr);
325 res = pthread_attr_getstack(&attr, (void **) &stack_bottom, &stack_bytes);
337 res = pthread_attr_getguardsize(&attr, &guard_bytes);
358 pthread_attr_destroy(&attr);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp443 void xmlStream::object(const char* attr, Handle x) { argument
447 print_raw(attr);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java214 public void attr(String prefix, String ns, String name, String value) { method in class:DXMLPrinter.XMLWriter
222 public void attr(String name, String value) { method in class:DXMLPrinter.XMLWriter
278 attr("name", name);
286 for (DAnnotation.Attribute attr : ann.getAttributes().values()) {
287 attr(attr.getPrefix(), attr.getNs(), attr.getLocalName(), attr.getValue());
328 attr("datatypeLibrar
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java310 private void checkAttr(String attr) { argument
311 if (!attr.startsWith("Class.")
312 && !attr.startsWith("Field.")
313 && !attr.startsWith("Method.")
314 && !attr.startsWith("Code.")
315 && !attr.startsWith("*.")) {
316 throw new IllegalArgumentException("attr name must start with 'Class.', etc.");
318 String uattr = attr.substring(attr.indexOf('.') + 1);
320 throw new IllegalArgumentException("attr nam
337 addAttrType(String attr, String fmt) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttribute.java160 R visitBootstrapMethods(BootstrapMethods_attribute attr, P p); argument
161 R visitDefault(DefaultAttribute attr, P p); argument
162 R visitAnnotationDefault(AnnotationDefault_attribute attr, P p); argument
163 R visitCharacterRangeTable(CharacterRangeTable_attribute attr, P p); argument
164 R visitCode(Code_attribute attr, P p); argument
165 R visitCompilationID(CompilationID_attribute attr, P p); argument
166 R visitConstantValue(ConstantValue_attribute attr, P p); argument
167 R visitDeprecated(Deprecated_attribute attr, P p); argument
168 R visitEnclosingMethod(EnclosingMethod_attribute attr, P p); argument
169 R visitExceptions(Exceptions_attribute attr, argument
170 visitInnerClasses(InnerClasses_attribute attr, P p) argument
171 visitLineNumberTable(LineNumberTable_attribute attr, P p) argument
172 visitLocalVariableTable(LocalVariableTable_attribute attr, P p) argument
173 visitLocalVariableTypeTable(LocalVariableTypeTable_attribute attr, P p) argument
174 visitRuntimeVisibleAnnotations(RuntimeVisibleAnnotations_attribute attr, P p) argument
175 visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute attr, P p) argument
176 visitRuntimeVisibleParameterAnnotations(RuntimeVisibleParameterAnnotations_attribute attr, P p) argument
177 visitRuntimeInvisibleParameterAnnotations(RuntimeInvisibleParameterAnnotations_attribute attr, P p) argument
178 visitSignature(Signature_attribute attr, P p) argument
179 visitSourceDebugExtension(SourceDebugExtension_attribute attr, P p) argument
180 visitSourceFile(SourceFile_attribute attr, P p) argument
181 visitSourceID(SourceID_attribute attr, P p) argument
182 visitStackMap(StackMap_attribute attr, P p) argument
183 visitStackMapTable(StackMapTable_attribute attr, P p) argument
184 visitSynthetic(Synthetic_attribute attr, P p) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java90 public void write(Object owner, Attribute attr, ConstantPool constant_pool) { argument
91 if (attr != null) {
97 attr.accept(this, null);
108 for (Attribute attr: attrs)
109 attr.accept(this, null);
113 public Void visitDefault(DefaultAttribute attr, Void ignore) { argument
114 byte[] data = attr.info;
119 print(attr.getName(constant_pool));
122 print("attribute name = #" + attr.attribute_name_index);
125 println("length = 0x" + toHex(attr
146 visitAnnotationDefault(AnnotationDefault_attribute attr, Void ignore) argument
155 visitBootstrapMethods(BootstrapMethods_attribute attr, Void p) argument
174 visitCharacterRangeTable(CharacterRangeTable_attribute attr, Void ignore) argument
212 visitCode(Code_attribute attr, Void ignore) argument
217 visitCompilationID(CompilationID_attribute attr, Void ignore) argument
222 visitConstantValue(ConstantValue_attribute attr, Void ignore) argument
232 visitDeprecated(Deprecated_attribute attr, Void ignore) argument
237 visitEnclosingMethod(EnclosingMethod_attribute attr, Void ignore) argument
263 visitExceptions(Exceptions_attribute attr, Void ignore) argument
277 getJavaException(Exceptions_attribute attr, int index) argument
285 visitInnerClasses(InnerClasses_attribute attr, Void ignore) argument
350 visitLineNumberTable(LineNumberTable_attribute attr, Void ignore) argument
360 visitLocalVariableTable(LocalVariableTable_attribute attr, Void ignore) argument
375 visitLocalVariableTypeTable(LocalVariableTypeTable_attribute attr, Void ignore) argument
389 visitRuntimeVisibleAnnotations(RuntimeVisibleAnnotations_attribute attr, Void ignore) argument
401 visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute attr, Void ignore) argument
413 visitRuntimeVisibleParameterAnnotations(RuntimeVisibleParameterAnnotations_attribute attr, Void ignore) argument
430 visitRuntimeInvisibleParameterAnnotations(RuntimeInvisibleParameterAnnotations_attribute attr, Void ignore) argument
447 visitSignature(Signature_attribute attr, Void ignore) argument
462 visitSourceDebugExtension(SourceDebugExtension_attribute attr, Void ignore) argument
467 visitSourceFile(SourceFile_attribute attr, Void ignore) argument
472 getSourceFile(SourceFile_attribute attr) argument
480 visitSourceID(SourceID_attribute attr, Void ignore) argument
485 visitStackMap(StackMap_attribute attr, Void ignore) argument
497 visitStackMapTable(StackMapTable_attribute attr, Void ignore) argument
644 visitSynthetic(Synthetic_attribute attr, Void ignore) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java411 Attribute attr;
413 attr = attrs[i];
414 if (!lastSet.containsValue(attr)) {
415 updates.add(attr);
878 public boolean isAttributeValueSupported(Attribute attr, argument
881 if (attr == null) {
892 Class category = attr.getCategory();
896 else if (attr.getCategory() == Chromaticity.class) {
898 return attr == Chromaticity.COLOR;
903 else if (attr
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java113 static ParseException attributeNotType (Scanner scanner, String attr) argument
115 return arg1 ("attributeNotType", scanner, attr);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1856 * @param attr The current CompoundType.Method attribute
1860 CompoundType.Method attr,
1863 if ( attr.getAttributeKind() == ATTRIBUTE_SET ) return; //use getters only
1864 Type t = attr.getReturnType();
1865 if ( !attr.isReadWriteAttribute() ) p.p( "readonly " );
1867 p.pln( attr.getAttributeName() + ";" );
1859 writeAttribute( CompoundType.Method attr, IndentingWriter p ) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java271 * look and feel. The attr is either "name" or "class", a typical
274 private static String makeInstalledLAFKey(String laf, String attr) { argument
275 return "swing.installedlaf." + laf + "." + attr;

Completed in 115 milliseconds

1234567