Searched refs:xml_reader (Results 1 – 19 of 19) sorted by relevance
/external/cronet/base/test/ |
D | gtest_xml_util.cc | 57 XmlReader xml_reader; in ProcessGTestOutput() local 58 if (!xml_reader.Load(xml_contents)) in ProcessGTestOutput() 76 while (xml_reader.Read()) { in ProcessGTestOutput() 77 xml_reader.SkipToElement(); in ProcessGTestOutput() 78 std::string node_name(xml_reader.NodeName()); in ProcessGTestOutput() 82 if (node_name == "testsuites" && !xml_reader.IsClosingElement()) in ProcessGTestOutput() 88 if (node_name == "testsuites" && xml_reader.IsClosingElement()) in ProcessGTestOutput() 90 else if (node_name == "testsuite" && !xml_reader.IsClosingElement()) in ProcessGTestOutput() 96 if (node_name == "testsuite" && xml_reader.IsClosingElement()) { in ProcessGTestOutput() 99 !xml_reader.IsClosingElement()) { in ProcessGTestOutput() [all …]
|
D | BUILD.gn | 170 "//third_party/libxml:xml_reader",
|
/external/libchrome/base/test/ |
D | gtest_xml_util.cc | 47 XmlReader xml_reader; in ProcessGTestOutput() local 48 if (!xml_reader.Load(xml_contents)) in ProcessGTestOutput() 60 while (xml_reader.Read()) { in ProcessGTestOutput() 61 xml_reader.SkipToElement(); in ProcessGTestOutput() 62 std::string node_name(xml_reader.NodeName()); in ProcessGTestOutput() 66 if (node_name == "testsuites" && !xml_reader.IsClosingElement()) in ProcessGTestOutput() 72 if (node_name == "testsuites" && xml_reader.IsClosingElement()) in ProcessGTestOutput() 74 else if (node_name == "testsuite" && !xml_reader.IsClosingElement()) in ProcessGTestOutput() 80 if (node_name == "testsuite" && xml_reader.IsClosingElement()) { in ProcessGTestOutput() 83 !xml_reader.IsClosingElement()) { in ProcessGTestOutput() [all …]
|
/external/libabigail/tools/ |
D | abilint.cc | 59 using abigail::xml_reader::read_translation_unit_from_file; 60 using abigail::xml_reader::read_translation_unit_from_istream; 61 using abigail::xml_reader::read_corpus_from_native_xml; 62 using abigail::xml_reader::read_corpus_from_native_xml_file; 63 using abigail::xml_reader::read_corpus_group_from_input; 65 using abigail::xml_reader::get_types_from_type_id; 66 using abigail::xml_reader::get_artifact_used_by_relation_map; 305 build_type_use_tree(abigail::xml_reader::read_context &ctxt, in build_type_use_tree() 455 show_how_type_is_used(abigail::xml_reader::read_context &ctxt, in show_how_type_is_used() 733 abigail::xml_reader::read_context_sptr ctxt = in main() [all …]
|
D | abidiff.cc | 858 set_native_xml_reader_options(abigail::xml_reader::read_context& ctxt, in set_native_xml_reader_options() 1165 t1 = abigail::xml_reader::read_translation_unit_from_file(opts.file1, in main() 1207 abigail::xml_reader::read_context_sptr ctxt = in main() 1208 abigail::xml_reader::create_native_xml_read_context(opts.file1, in main() 1213 c1 = abigail::xml_reader::read_corpus_from_input(*ctxt); in main() 1221 abigail::xml_reader::read_context_sptr ctxt = in main() 1222 abigail::xml_reader::create_native_xml_read_context(opts.file1, in main() 1227 g1 = abigail::xml_reader::read_corpus_group_from_input(*ctxt); in main() 1249 t2 = abigail::xml_reader::read_translation_unit_from_file(opts.file2, in main() 1290 abigail::xml_reader::read_context_sptr ctxt = in main() [all …]
|
D | abicompat.cc | 694 abigail::xml_reader::read_context_sptr r_ctxt = in read_corpus() 695 abigail::xml_reader::create_native_xml_read_context(path, env.get()); in read_corpus() 697 retval = abigail::xml_reader::read_corpus_from_input(*r_ctxt); in read_corpus()
|
D | abidw.cc | 68 using abigail::xml_reader::read_corpus_from_native_xml_file; 69 using abigail::xml_reader::create_native_xml_read_context; 689 xml_reader::read_context_sptr read_ctxt = in load_corpus_and_write_abixml()
|
D | kmidiff.cc | 49 using abigail::xml_reader::read_corpus_group_from_native_xml_file;
|
D | abipkgdiff.cc | 1693 abigail::xml_reader::read_context_sptr c = in compare_to_self() 1694 abigail::xml_reader::create_native_xml_read_context(abi_file_path, in compare_to_self()
|
/external/libabigail/tests/ |
D | test-abidiff.cc | 174 using abigail::xml_reader::read_translation_unit_from_file; 175 using abigail::xml_reader::read_corpus_from_native_xml_file; 176 using abigail::xml_reader::read_corpus_group_from_native_xml_file;
|
D | test-read-write.cc | 39 using abigail::xml_reader::read_translation_unit_from_file; 40 using abigail::xml_reader::read_corpus_from_native_xml_file;
|
/external/libabigail/include/ |
D | abg-reader.h | 24 namespace xml_reader 99 load_canonical_type_ids(xml_reader::read_context& ctxt,
|
/external/cronet/third_party/libxml/ |
D | BUILD.gn | 79 static_library("xml_reader") { 91 "chromium/xml_reader.cc", 92 "chromium/xml_reader.h", 121 ":xml_reader", 141 ":xml_reader",
|
/external/libabigail/src/ |
D | abg-reader.cc | 47 namespace xml_reader namespace 6358 load_canonical_type_ids(xml_reader::read_context& ctxt, const string &file_path) in load_canonical_type_ids()
|
/external/cronet/third_party/libxml/src/ |
D | NEWS | 594 Guard new calls to xmlValidatePopElement in xml_reader.c (Daniel Cheng),
|
/external/libxml2/ |
D | NEWS | 594 Guard new calls to xmlValidatePopElement in xml_reader.c (Daniel Cheng),
|
/external/libabigail/ |
D | ChangeLog | 2076 abigail::xml_reader::read_corpus_from_file with #ifdef 30338 the abigail::xml_reader namespace. 35359 * src/abg-reader.cc (namespace xml_reader): Update apidoc comment. 36281 * include/abg-reader.h: New file with abigail::xml_reader APIs. 36286 (namespace xml_reader): Rename namespace 36315 xml_reader API. 36319 xml_reader API. 36323 * tools/bidiff.cc (main): Likewise, for xml_reader APIs.
|
/external/cronet/ |
D | Android.bp | 42028 "third_party/libxml/chromium/xml_reader.cc",
|
/external/cronet/android/tools/gn2bp/ |
D | Android.bp.swp | 42018 "third_party/libxml/chromium/xml_reader.cc",
|