Home
last modified time | relevance | path

Searched refs:testURI (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DURI.java1326 URI testURI = (URI) p_test; in equals() local
1328 …if (((m_scheme == null && testURI.m_scheme == null) || (m_scheme != null && testURI.m_scheme != nu… in equals()
1329testURI.m_scheme))) && ((m_userinfo == null && testURI.m_userinfo == null) || (m_userinfo != null … in equals()
1330testURI.m_userinfo))) && ((m_host == null && testURI.m_host == null) || (m_host != null && testURI in equals()
1331testURI.m_host))) && m_port == testURI.m_port && ((m_path == null && testURI.m_path == null) || (m… in equals()
1332testURI.m_path))) && ((m_queryString == null && testURI.m_queryString == null) || (m_queryString !… in equals()
1333testURI.m_queryString))) && ((m_fragment == null && testURI.m_fragment == null) || (m_fragment != … in equals()
1334 testURI.m_fragment)))) in equals()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DURI.java1346 URI testURI = (URI) p_test; in equals() local
1348 …if (((m_scheme == null && testURI.m_scheme == null) || (m_scheme != null && testURI.m_scheme != nu… in equals()
1349testURI.m_scheme))) && ((m_userinfo == null && testURI.m_userinfo == null) || (m_userinfo != null … in equals()
1350testURI.m_userinfo))) && ((m_host == null && testURI.m_host == null) || (m_host != null && testURI in equals()
1351testURI.m_host))) && m_port == testURI.m_port && ((m_path == null && testURI.m_path == null) || (m… in equals()
1352testURI.m_path))) && ((m_queryString == null && testURI.m_queryString == null) || (m_queryString !… in equals()
1353testURI.m_queryString))) && ((m_fragment == null && testURI.m_fragment == null) || (m_fragment != … in equals()
1354 testURI.m_fragment)))) in equals()
/external/libxml2/
D.gitignore101 testURI
DMakefile.am13 check_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \ program
138 testURI_SOURCES=testURI.c
490 URItests : testURI$(EXEEXT)
498 …$(CHECKER) $(top_builddir)/testURI -base 'http://foo.com/path/to/index.html?orig#help' < $$i > $(s…
501 …log=`$(CHECKER) $(top_builddir)/testURI -base 'http://foo.com/path/to/index.html?orig#help' < $$i …
512 $(CHECKER) $(top_builddir)/testURI < $$i > $(srcdir)/result/URI/$$name ; \
515 log=`$(CHECKER) $(top_builddir)/testURI < $$i 2>&1 > result.$$name ; \
DREADME.zOS52 testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
159 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testURI.Po@am__quote@
DChangeLog1011 * testURI.c: add a debug option printing all the fields within
10099 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
14883 * testURI.c: added --escape option
16889 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
17094 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
17444 * testURI.c: fixed stoopid bugs
18575 * testURI.c: yet another forgotten commit, I should get some sleep !
18590 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18609 * Makefile.am: added instructions to generate testURI
DNEWS908 testURI --debug option,
/external/libxml2/win32/
DMakefile.mingw216 $(BINDIR)/testURI.exe\
DMakefile.bcb220 $(BINDIR)\testURI.exe\
DMakefile.msvc260 $(BINDIR)\testURI.exe\