Searched refs:p_test (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java1107 * @param p_test the Object to test for equality.
1109 * @return true if p_test is a URI with all values equal to this
1112 public boolean equals(Object p_test) { argument
1113 if (p_test instanceof JaxmURI) {
1114 JaxmURI testURI = (JaxmURI) p_test;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java1682 * @param p_test the Object to test for equality.
1684 * @return true if p_test is a URI with all values equal to this
1688 public boolean equals(Object p_test) { argument
1689 if (p_test instanceof URI) {
1690 URI testURI = (URI) p_test;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java1319 * @param p_test the Object to test for equality.
1321 * @return true if p_test is a URI with all values equal to this
1325 public boolean equals(Object p_test) argument
1328 if (p_test instanceof URI)
1330 URI testURI = (URI) p_test;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java1340 * @param p_test the Object to test for equality.
1342 * @return true if p_test is a URI with all values equal to this
1346 public boolean equals(Object p_test) argument
1349 if (p_test instanceof URI)
1351 URI testURI = (URI) p_test;

Completed in 505 milliseconds