Home
last modified time | relevance | path

Searched refs:xmltest (Results 1 – 20 of 20) sorted by relevance

/external/tinyxml2/tinyxml2/tinyxml2.xcodeproj/
Dproject.pbxproj10 …037AE8A5151E692700E0F29F /* xmltest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 037AE8A3151…
15 …685F00E0F29F /* xmltest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab…
16 …F29F /* xmltest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
44 037AE8A3151E692700E0F29F /* xmltest.cpp */,
52 037AE86D151E685F00E0F29F /* xmltest */,
78 037AE86C151E685F00E0F29F /* xmltest */ = {
80 …rationList = 037AE873151E687E00E0F29F /* Build configuration list for PBXNativeTarget "xmltest" */;
89 name = xmltest;
91 productReference = 037AE86D151E685F00E0F29F /* xmltest */;
117 037AE86C151E685F00E0F29F /* xmltest */,
[all …]
/external/tinyxml2/
DMakefile1 all: xmltest staticlib
5 xmltest: xmltest.cpp libtinyxml2.a target
12 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest
15 $(RM) *.o xmltest libtinyxml2.a
17 test: clean xmltest
18 ./xmltest
DCMakeLists.txt43 option(BUILD_TESTS "build xmltest (deprecated: Use BUILD_TESTING)" ON)
125 add_executable(xmltest xmltest.cpp) target
127 add_dependencies(xmltest tinyxml2)
128 target_link_libraries(xmltest tinyxml2)
130 add_dependencies(xmltest tinyxml2_static)
131 target_link_libraries(xmltest tinyxml2_static)
135 add_custom_command(TARGET xmltest POST_BUILD
136 …CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/resources $<TARGET_FILE_DIR:xmltest>/resources
137 COMMAND ${CMAKE_COMMAND} -E make_directory $<TARGET_FILE_DIR:xmltest>/resources/out
138 COMMENT "Configuring xmltest resources directory: ${CMAKE_BINARY_DIR}/resources"
[all …]
Dbiicode.conf7 xmltest.cpp + resources/*.xml
DAndroid.bp33 srcs: ["xmltest.cpp"],
Dreadme.md42 There is an example file - xmltest.cpp - to get you started.
276 * xmltest.cpp
Ddox784 xmltest.cpp \
/external/expat/tests/
Dxmltest.sh94 xmltest/valid/ext-sa \
95 xmltest/valid/not-sa \
96 xmltest/invalid \
97 xmltest/invalid/not-sa \
98 xmltest/valid/sa \
127 xmltest/not-wf/ext-sa \
128 xmltest/not-wf/not-sa \
129 xmltest/not-wf/sa \
DMakefile.am65 xmltest.log.expected \
66 xmltest.sh
D.gitignore3 /xmltest.log
Dxmltest.log.expected4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml
/external/libxml2/
Dlibxml.m419 AC_ARG_ENABLE(xmltest, optenable
20 [ --disable-xmltest Do not try to compile and run a test LIBXML program],,
60 rm -f conf.xmltest
74 system("touch conf.xmltest");
153 if test -f conf.xmltest ; then
187 rm -f conf.xmltest
/external/tinyxml2/tinyxml2/tinyxml2-cbp/
DREADME3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
/external/expat/
Dqa.sh97 RUN "${MAKE}" check run-xmltest
Dcoverage.sh131 make all check run-xmltest
DChanges65 #117 Include file tests/xmltest.log.expected in source tarball
66 (required for "make run-xmltest")
257 #13 Fix "make run-xmltest" order instability
304 Autotools: Fix "make run-xmltest"
305 Autotools: Have "make run-xmltest" check for expected output
/external/tinyxml/
DtinyXmlTest.dsp89 SOURCE=.\xmltest.cpp
DtinyXmlTestSTL.dsp89 SOURCE=.\xmltest.cpp
Dreadme.txt36 There is an example file - xmltest.cpp - to get you started.
319 To Compile and Run xmltest:
347 file 'xmltest' will be created.
Dchanges.txt118 and an example usage in xmltest.dsp