Searched defs:attrib (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java83 private Object attrib[]; field in class:SQLInputImpl
126 attrib = attributes;
144 if (++idx >= attrib.length) {
148 return attrib[idx];
175 String attrib = (String)getNextAttribute();
177 if (attrib == null) {
182 return attrib;
202 Boolean attrib = (Boolean)getNextAttribute();
204 if (attrib == null) {
209 return attrib
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c659 XSetWindowAttributes attrib; local
693 attrib.override_redirect = True;
757 attribmask, &attrib);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java3079 public void attrib(Env<AttrContext> env) { method in class:Attr
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp557 AttributeForm *attrib; local
583 attrib = new AttributeForm(ident, INS_ATTR, aexpr);
584 _globalNames.Insert(ident, attrib); // Add name to the name table
585 _AD.addForm(attrib);
592 AttributeForm *attrib; local
618 attrib = new AttributeForm(ident, OP_ATTR, aexpr);
619 _globalNames.Insert(ident, attrib);
620 _AD.addForm(attrib);
3980 Attribute *attrib; // Attribute class local
3997 attrib
[all...]

Completed in 55 milliseconds