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

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java1316 * @param p_test the Object to test for equality.
1318 * @return true if p_test is a URI with all values equal to this
1321 public boolean equals(Object p_test) argument
1324 if (p_test instanceof URI)
1326 URI testURI = (URI) p_test;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java1336 * @param p_test the Object to test for equality.
1338 * @return true if p_test is a URI with all values equal to this
1341 public boolean equals(Object p_test) argument
1344 if (p_test instanceof URI)
1346 URI testURI = (URI) p_test;

Completed in 95 milliseconds