Home
last modified time | relevance | path

Searched refs:SetCommandLine (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/tests/
Dtxt_test_utils.h32 void SetCommandLine(fml::CommandLine cmd);
Dtxt_run_all_unittests.cc28 txt::SetCommandLine(cmd); in main()
Dtxt_test_utils.cc47 void SetCommandLine(fml::CommandLine cmd) { in SetCommandLine() function
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dtxt_run_all_benchmarks.cc26 txt::SetCommandLine(cmd); in main()
/third_party/gn/src/gn/
Dtrace.h79 void SetCommandLine(const base::CommandLine& cmdline);
Dtrace.cc154 void ScopedTrace::SetCommandLine(const base::CommandLine& cmdline) { in SetCommandLine() function in ScopedTrace