Searched refs:tinyxml2 (Results 1 – 20 of 20) sorted by relevance
/external/tinyxml2/ |
D | CMakeLists.txt | 14 project(tinyxml2) project 51 add_library(tinyxml2 tinyxml2.cpp tinyxml2.h) target 53 set_target_properties(tinyxml2 PROPERTIES 58 target_compile_definitions(tinyxml2 PUBLIC $<$<CONFIG:Debug>:TINYXML2_DEBUG>) 61 target_include_directories(tinyxml2 PUBLIC 66 target_compile_definitions(tinyxml2 PUBLIC -D_CRT_SECURE_NO_WARNINGS) 77 export(TARGETS tinyxml2 80 install(TARGETS tinyxml2 94 add_dependencies(xmltest tinyxml2) 95 target_link_libraries(xmltest tinyxml2) [all …]
|
D | .gitignore | 6 tinyxml2/tinyxml2-cbp/bin/ 7 tinyxml2/tinyxml2-cbp/obj/ 8 tinyxml2/bin/ 9 tinyxml2/temp/
|
D | Makefile | 35 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest 53 libtinyxml2.a: tinyxml2.o 57 tinyxml2.o: tinyxml2.cpp tinyxml2.h 68 $(INSTALL_DATA) tinyxml2.h $(DESTDIR)$(includedir)/tinyxml2.h 74 $(RM) $(DESTDIR)$(includedir)/tinyxml2.h
|
D | Android.bp | 47 srcs: ["tinyxml2.cpp"], 53 // tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough. 72 name: "tinyxml2-xmltest", 81 name: "tinyxml2-tests", 82 src: "run-tinyxml2-tests-on-android.sh", 83 filename: "run-tinyxml2-tests-on-android.sh", 88 target_required: ["tinyxml2-xmltest"],
|
D | METADATA | 1 name: "tinyxml2" 6 value: "https://github.com/leethomason/tinyxml2" 10 value: "https://github.com/leethomason/tinyxml2.git"
|
D | readme.md | 4 …tinyxml2.svg?branch=master)](https://travis-ci.org/leethomason/tinyxml2) [![AppVeyor Status](https… 6 ![TinyXML-2 Logo](http://www.grinninglizard.com/tinyxml2/TinyXML2_small.png) 12 https://github.com/leethomason/tinyxml2 15 http://leethomason.github.io/tinyxml2/ 259 * tinyxml2.cpp 260 * tinyxml2.h 279 ./vcpkg install tinyxml2
|
D | TEST_MAPPING | 4 "name": "tinyxml2-tests"
|
D | xmltest.cpp | 24 using namespace tinyxml2; 2064 tinyxml2::XMLDocument doc; in main() 2065 tinyxml2::XMLElement *pRoot = doc.NewElement("Root"); in main() 2310 tinyxml2::XMLPrinter printer; in main()
|
D | tinyxml2.h | 116 namespace tinyxml2
|
D | tinyxml2.cpp | 119 namespace tinyxml2 namespace
|
D | dox | 783 INPUT = tinyxml2.h \
|
/external/tinyxml2/tinyxml2/tinyxml2.xcodeproj/ |
D | project.pbxproj | 11 …03F28B53152E9B1B00D4CD90 /* tinyxml2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03F28B4A15… 17 …2E9B1B00D4CD90 /* tinyxml2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 18 …B152E9B1B00D4CD90 /* tinyxml2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 57 03F28AD7152E9B1B00D4CD90 /* tinyxml2 */ = { 60 03F28B4A152E9B1B00D4CD90 /* tinyxml2.cpp */, 61 03F28B4B152E9B1B00D4CD90 /* tinyxml2.h */, 63 name = tinyxml2; 70 03F28AD7152E9B1B00D4CD90 /* tinyxml2 */, 90 productName = tinyxml2; 102 …figurationList = 037AE05B151CCC5200E0F29F /* Build configuration list for PBXProject "tinyxml2" */; [all …]
|
/external/oss-fuzz/projects/tinyxml2/ |
D | Dockerfile | 19 RUN git clone --depth 1 https://github.com/leethomason/tinyxml2 20 WORKDIR tinyxml2
|
D | build.sh | 21 $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
|
D | xmltest.cpp | 23 using namespace tinyxml2;
|
/external/tinyxml2/tinyxml2/tinyxml2-cbp/ |
D | README | 3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
|
/external/oss-fuzz/projects/fast-dds/ |
D | build.sh | 20 cd ../tinyxml2
|
D | Dockerfile | 19 RUN git clone --depth 1 https://github.com/leethomason/tinyxml2
|
/external/tinyxml2/contrib/ |
D | html5-printer.cpp | 50 using namespace tinyxml2;
|
/external/tinyxml2/tinyxml2/ |
D | tinyxml2.sln | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2.vcxproj", "{D1C528B6-AA02…
|