Searched refs:ParseFile (Results 1 – 19 of 19) sorted by relevance
/third_party/json/benchmarks/src/ |
D | benchmarks.cpp | 12 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/ |
D | main.rs | 33 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/ |
D | Main.cpp | 102 if (Parser.ParseFile()) in TableGenMain()
|
D | TGParser.h | 171 bool ParseFile();
|
D | TGParser.cpp | 3432 bool TGParser::ParseFile() { in ParseFile() function in TGParser
|
/third_party/python/Lib/test/ |
D | test_pyexpat.py | 258 parser.ParseFile(file) 266 parser.ParseFile(file) 271 parser.ParseFile(file)
|
/third_party/gn/src/gn/ |
D | parser.h | 77 std::unique_ptr<ParseNode> ParseFile();
|
D | parser.cc | 318 return p.ParseFile(); in Parse() 685 std::unique_ptr<ParseNode> Parser::ParseFile() { in ParseFile() function in Parser
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 254 self.parser.ParseFile(f)
|
D | gen_pack_header.py | 740 self.parser.ParseFile(file)
|
/third_party/mesa3d/src/freedreno/registers/ |
D | gen_header.py | 350 parser.ParseFile(file)
|
/third_party/python/Doc/library/ |
D | pyexpat.rst | 136 .. 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/ |
D | gen_pack_header.py | 613 self.parser.ParseFile(file)
|
/third_party/mesa3d/src/asahi/lib/ |
D | gen_pack.py | 728 self.parser.ParseFile(file)
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | gen_pack.py | 864 self.parser.ParseFile(file)
|
/third_party/python/Lib/ |
D | plistlib.py | 177 self.parser.ParseFile(fileobj)
|
/third_party/mesa3d/src/imagination/csbgen/ |
D | gen_pack_header.py | 1050 self.parser.ParseFile(file)
|
/third_party/python/Tools/demo/ |
D | spreadsheet.py | 235 parser.ParseFile(f)
|
/third_party/python/Misc/ |
D | HISTORY | 21071 - Fixed memory leak in pyexpat; using the parser's ParseFile() method
|