Searched refs:doc (Results 1 – 4 of 4) sorted by relevance
411 tinyxml2::XMLDocument doc; in RegisterXmlBenchmarks() local412 if (doc.LoadFile(cmdline_opts.xmlpath.c_str()) != tinyxml2::XML_SUCCESS) { in RegisterXmlBenchmarks()413 doc.PrintError(); in RegisterXmlBenchmarks()414 return doc.ErrorID(); in RegisterXmlBenchmarks()418 tinyxml2::XMLNode* fn = doc.FirstChildElement("fn"); in RegisterXmlBenchmarks()
387 tinyxml2::XMLDocument doc; in TEST() local388 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST()390 auto root = doc.FirstChildElement(); in TEST()456 tinyxml2::XMLDocument doc; in TEST() local457 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST()460 auto root = doc.FirstChildElement(); in TEST()678 tinyxml2::XMLDocument doc; in GetAllocatorVersion() local679 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in GetAllocatorVersion()681 auto root = doc.FirstChildElement(); in GetAllocatorVersion()
2488 tinyxml2::XMLDocument doc; in TEST_F() local2489 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()2490 auto root = doc.FirstChildElement(); in TEST_F()2523 tinyxml2::XMLDocument doc; in TEST_F() local2524 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()2525 auto root = doc.FirstChildElement(); in TEST_F()
878 [arm-addenda]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045e/IHI0045E_ABI_addenda.pdf879 [arm-rtabi]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043d/IHI0043D_rtabi.pdf880 [arm-elf]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044f/IHI0044F_aaelf.pdf882 [arm64-elf]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf