Searched refs:equiv (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java325 private static boolean checkSame(String what, Object[] equiv) { argument
327 for (int i = 0; i < equiv.length; i++) {
328 final Object o1 = equiv[i];
329 for (int j = 0; j < equiv.length; j++) {
330 final Object o2 = equiv[j];
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2876 Object equiv = a.getAttribute(HTML.Attribute.HTTPEQUIV);
2877 if (equiv != null) {
2878 equiv = ((String)equiv).toLowerCase();
2879 if (equiv.equals("content-style-type")) {
2886 else if (equiv.equals("default-style")) {

Completed in 66 milliseconds