Home
last modified time | relevance | path

Searched refs:xml_reader (Results 1 – 19 of 19) sorted by relevance

/external/cronet/base/test/
Dgtest_xml_util.cc57 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 …]
DBUILD.gn170 "//third_party/libxml:xml_reader",
/external/libchrome/base/test/
Dgtest_xml_util.cc47 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/
Dabilint.cc59 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 …]
Dabidiff.cc858 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 …]
Dabicompat.cc694 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()
Dabidw.cc68 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()
Dkmidiff.cc49 using abigail::xml_reader::read_corpus_group_from_native_xml_file;
Dabipkgdiff.cc1693 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/
Dtest-abidiff.cc174 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;
Dtest-read-write.cc39 using abigail::xml_reader::read_translation_unit_from_file;
40 using abigail::xml_reader::read_corpus_from_native_xml_file;
/external/libabigail/include/
Dabg-reader.h24 namespace xml_reader
99 load_canonical_type_ids(xml_reader::read_context& ctxt,
/external/cronet/third_party/libxml/
DBUILD.gn79 static_library("xml_reader") {
91 "chromium/xml_reader.cc",
92 "chromium/xml_reader.h",
121 ":xml_reader",
141 ":xml_reader",
/external/libabigail/src/
Dabg-reader.cc47 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/
DNEWS594 Guard new calls to xmlValidatePopElement in xml_reader.c (Daniel Cheng),
/external/libxml2/
DNEWS594 Guard new calls to xmlValidatePopElement in xml_reader.c (Daniel Cheng),
/external/libabigail/
DChangeLog2076 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/
DAndroid.bp42028 "third_party/libxml/chromium/xml_reader.cc",
/external/cronet/android/tools/gn2bp/
DAndroid.bp.swp42018 "third_party/libxml/chromium/xml_reader.cc",