Searched refs:attrib (Results 1 - 9 of 9) sorted by relevance
| /openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/ |
| H A D | SQLInputImpl.java | 83 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/test/javax/management/monitor/ |
| H A D | CounterMonitorTest.java | 171 Attribute attrib = new Attribute("NbObjects", data); 172 server.setAttribute(stdObsObjName, attrib); 184 attrib = new Attribute("NbObjects", data); 185 server.setAttribute(stdObsObjName, attrib);
|
| /openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/ |
| H A D | Output.java | 153 String attrib = null; 203 attrib = getAttribute("omit-xml-declaration"); 204 if (!attrib.equals(Constants.EMPTYSTRING)) { 205 if (attrib.equals("yes")) { 208 outputProperties.setProperty(OutputKeys.OMIT_XML_DECLARATION, attrib); 263 attrib = getAttribute("indent"); 264 if (!attrib.equals(EMPTYSTRING)) { 265 if (attrib.equals("yes")) { 268 outputProperties.setProperty(OutputKeys.INDENT, attrib);
|
| /openjdk7/jdk/src/share/classes/sun/security/pkcs/ |
| H A D | PKCS9Attributes.java | 197 PKCS9Attribute attrib; 204 attrib = new PKCS9Attribute(derVals[i]); 214 oid = attrib.getOID(); 224 attributes.put(oid, attrib);
|
| /openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/ |
| H A D | glx.h | 263 int attrib, int *value );
|
| /openjdk7/hotspot/src/share/vm/adlc/ |
| H A D | adlparse.cpp | 557 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...] |
| /openjdk7/jdk/src/solaris/native/sun/awt/ |
| H A D | awt_InputMethod.c | 659 XSetWindowAttributes attrib; local 693 attrib.override_redirect = True; 757 attribmask, &attrib);
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/ |
| H A D | JavaCompiler.java | 1184 attr.attrib(env);
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/ |
| H A D | Attr.java | 3079 public void attrib(Env<AttrContext> env) { method in class:Attr
|
Completed in 100 milliseconds