Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dbionic_benchmarks.cpp431 tinyxml2::XMLDocument doc; in RegisterXmlBenchmarks() local
432 if (doc.LoadFile(cmdline_opts.xmlpath.c_str()) != tinyxml2::XML_SUCCESS) { in RegisterXmlBenchmarks()
433 doc.PrintError(); in RegisterXmlBenchmarks()
434 return doc.ErrorID(); in RegisterXmlBenchmarks()
438 tinyxml2::XMLNode* fn = doc.FirstChildElement("fn"); in RegisterXmlBenchmarks()
/bionic/tests/
Dmalloc_test.cpp419 tinyxml2::XMLDocument doc; in TEST() local
420 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST()
422 auto root = doc.FirstChildElement(); in TEST()
488 tinyxml2::XMLDocument doc; in TEST() local
489 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST()
492 auto root = doc.FirstChildElement(); in TEST()
764 tinyxml2::XMLDocument doc; in GetAllocatorVersion() local
765 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in GetAllocatorVersion()
767 auto root = doc.FirstChildElement(); in GetAllocatorVersion()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2562 tinyxml2::XMLDocument doc; in TEST_F() local
2563 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()
2564 auto root = doc.FirstChildElement(); in TEST_F()
2597 tinyxml2::XMLDocument doc; in TEST_F() local
2598 ASSERT_EQ(tinyxml2::XML_SUCCESS, doc.Parse(contents.c_str())); in TEST_F()
2599 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
Dclang_fortify_anatomy.md94 implementations is out-of-scope for this doc, however.