Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 4 of 4) sorted by relevance

/bionic/benchmarks/
Dbionic_benchmarks.cpp411 tinyxml2::XMLDocument doc; in RegisterXmlBenchmarks() local
412 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()
/bionic/tests/
Dmalloc_test.cpp387 tinyxml2::XMLDocument doc; in TEST() local
388 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() local
457 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() local
679 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in GetAllocatorVersion()
681 auto root = doc.FirstChildElement(); in GetAllocatorVersion()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2488 tinyxml2::XMLDocument doc; in TEST_F() local
2489 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() local
2524 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()
2525 auto root = doc.FirstChildElement(); in TEST_F()
/bionic/docs/
Delf-tls.md878 [arm-addenda]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045e/IHI0045E_ABI_addenda.pdf
879 [arm-rtabi]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043d/IHI0043D_rtabi.pdf
880 [arm-elf]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044f/IHI0044F_aaelf.pdf
882 [arm64-elf]: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf