Home
last modified time | relevance | path

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

/third_party/json/benchmarks/src/
Dbenchmarks.cpp12 static void ParseFile(benchmark::State& state, const char* filename) in ParseFile() function
32 BENCHMARK_CAPTURE(ParseFile, jeopardy, TEST_DATA_DIRECTORY "/jeopardy/jeopardy.json");
33 BENCHMARK_CAPTURE(ParseFile, canada, TEST_DATA_DIRECTORY "/nativejson-benchmark/canada.j…
34 BENCHMARK_CAPTURE(ParseFile, citm_catalog, TEST_DATA_DIRECTORY "/nativejson-benchmark/citm_cat…
35 BENCHMARK_CAPTURE(ParseFile, twitter, TEST_DATA_DIRECTORY "/nativejson-benchmark/twitter.…
36 BENCHMARK_CAPTURE(ParseFile, floats, TEST_DATA_DIRECTORY "/regression/floats.json");
37 BENCHMARK_CAPTURE(ParseFile, signed_ints, TEST_DATA_DIRECTORY "/regression/signed_ints.json");
38 BENCHMARK_CAPTURE(ParseFile, unsigned_ints, TEST_DATA_DIRECTORY "/regression/unsigned_ints.json…
39 BENCHMARK_CAPTURE(ParseFile, small_signed_ints, TEST_DATA_DIRECTORY "/regression/small_signed_ints.…
/third_party/rust/crates/syn/examples/dump-syntax/src/
Dmain.rs33 ParseFile { enumerator
47 ParseFile { in fmt()
74 |error| Error::ParseFile { in try_main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp102 if (Parser.ParseFile()) in TableGenMain()
DTGParser.h171 bool ParseFile();
DTGParser.cpp3432 bool TGParser::ParseFile() { in ParseFile() function in TGParser
/third_party/python/Lib/test/
Dtest_pyexpat.py258 parser.ParseFile(file)
266 parser.ParseFile(file)
271 parser.ParseFile(file)
/third_party/gn/src/gn/
Dparser.h77 std::unique_ptr<ParseNode> ParseFile();
Dparser.cc318 return p.ParseFile(); in Parse()
685 std::unique_ptr<ParseNode> Parser::ParseFile() { in ParseFile() function in Parser
/third_party/mesa3d/src/intel/genxml/
Dgen_bits_header.py254 self.parser.ParseFile(f)
Dgen_pack_header.py740 self.parser.ParseFile(file)
/third_party/mesa3d/src/freedreno/registers/
Dgen_header.py350 parser.ParseFile(file)
/third_party/python/Doc/library/
Dpyexpat.rst136 .. method:: xmlparser.ParseFile(file)
194 This method can only be called before the :meth:`Parse` or :meth:`ParseFile`
249 once a call to :meth:`Parse` or :meth:`ParseFile` has raised an
/third_party/mesa3d/src/broadcom/cle/
Dgen_pack_header.py613 self.parser.ParseFile(file)
/third_party/mesa3d/src/asahi/lib/
Dgen_pack.py728 self.parser.ParseFile(file)
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_pack.py864 self.parser.ParseFile(file)
/third_party/python/Lib/
Dplistlib.py177 self.parser.ParseFile(fileobj)
/third_party/mesa3d/src/imagination/csbgen/
Dgen_pack_header.py1050 self.parser.ParseFile(file)
/third_party/python/Tools/demo/
Dspreadsheet.py235 parser.ParseFile(f)
/third_party/python/Misc/
DHISTORY21071 - Fixed memory leak in pyexpat; using the parser's ParseFile() method