HomeSort by relevance Sort by last modified time
    Searched refs:tinyxml2 (Results 1 - 9 of 9) sorted by null

  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 24 namespace tinyxml2 { namespace
52 virtual bool parseAttributes(const tinyxml2::XMLElement& elem, TaskGeneric& task);
53 virtual TaskGeneric* parseGeneric(const tinyxml2::XMLElement& elem, int tableIndex);
54 virtual TaskCase* parseCase(const tinyxml2::XMLElement& root);
55 virtual TaskBatch* parseBatch(const tinyxml2::XMLElement& root, const android::String8& xmlFileName);
56 virtual TaskCase* parseInclude(const tinyxml2::XMLElement& elem, const android::String8& path);
  /system/bt/btif/src/
btif_config_transcode.cc 21 #include <tinyxml2.h>
26 using namespace tinyxml2;
  /bionic/tests/
malloc_test.cpp 25 #include <tinyxml2.h>
337 tinyxml2::XMLDocument doc;
338 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(buf));
350 ASSERT_EQ(tinyxml2::XML_SUCCESS, arena->QueryIntAttribute("nr", &val));
351 ASSERT_EQ(tinyxml2::XML_SUCCESS,
353 ASSERT_EQ(tinyxml2::XML_SUCCESS,
355 ASSERT_EQ(tinyxml2::XML_SUCCESS,
357 ASSERT_EQ(tinyxml2::XML_SUCCESS,
363 ASSERT_EQ(tinyxml2::XML_SUCCESS, bin->QueryIntAttribute("nr", &val));
364 ASSERT_EQ(tinyxml2::XML_SUCCESS
    [all...]
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 17 #include <tinyxml2.h>
25 using namespace tinyxml2;
  /system/libvintf/
parse_xml.cpp 19 #include <tinyxml2.h>
27 // --------------- tinyxml2 details
29 using NodeType = tinyxml2::XMLElement;
30 using DocType = tinyxml2::XMLDocument;
34 return new tinyxml2::XMLDocument();
39 DocType *doc = new tinyxml2::XMLDocument();
40 if (doc->Parse(xml.c_str()) == tinyxml2::XML_NO_ERROR) {
52 tinyxml2::XMLPrinter p;
112 // --------------- tinyxml2 details end.
  /test/vts/testcases/target/hal_lights/
Android.mk 84 external/tinyxml2 \
  /test/vts/testcases/target/hal_power/
Android.mk 84 external/tinyxml2 \
  /external/tinyxml2/
tinyxml2.cpp 23 #include "tinyxml2.h"
31 using namespace tinyxml2;
193 // Entities handled by tinyXML2:
    [all...]
tinyxml2.h 37 gcc: g++ -Wall tinyxml2.cpp xmltest.cpp -o gccxmltest.exe
90 namespace tinyxml2 namespace
680 TinyXML2 will happily read or write files without a declaration,
    [all...]

Completed in 377 milliseconds