Home
last modified time | relevance | path

Searched refs:PrintHelp (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h228 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
232 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
DOptParser.td57 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc40 void CachePerfRun::PrintHelp() { in PrintHelp() function in mindspore::dataset::CachePerfRun
129 PrintHelp(); in ProcessArgsHelper()
141 PrintHelp(); in ProcessArgsHelper()
146 PrintHelp(); in ProcessArgsHelper()
195 PrintHelp(); in ProcessArgs()
259 PrintHelp(); in ProcessArgs()
Dcache_perf_run.h54 void PrintHelp();
Dcache_pipeline_run.h53 static void PrintHelp();
Dcache_pipeline_run.cc26 void CachePipelineRun::PrintHelp() { std::cout << "Please run the executable cache_perf instead." <… in PrintHelp() function in mindspore::dataset::CachePipelineRun
105 PrintHelp(); in ProcessArgs()
/third_party/boost/libs/program_options/example/
Doptions_heirarchy.cpp193 PrintHelp(); in CheckForHelp()
196 void PrintHelp() in PrintHelp() function in OptionsHeirarchy
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc625 int PrintHelp(const string& message) { in PrintHelp() function
633 return PrintHelp("geocoding data root directory expected"); in Main()
636 return PrintHelp("output source path expected"); in Main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp533 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() function in OptTable
535 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/ in PrintHelp()
539 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() function in OptTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp91 Table.PrintHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool", in dlltoolDriverMain()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpmux.c292 static void PrintHelp(void) { in PrintHelp() function
718 PrintHelp(); in ParseCommandLine()
1159 PrintHelp(); in main()
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c294 static void PrintHelp(void) { in PrintHelp() function
721 PrintHelp(); in ParseCommandLine()
1194 PrintHelp(); in main()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp78 static void PrintHelp() { in PrintHelp() function
367 PrintHelp(); in FuzzerDriver()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp393 void PrintHelp() { in PrintHelp() function
1142 PrintHelp(); in EncMain()
1159 PrintHelp(); in EncMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp291 Table.PrintHelp(outs(), "llvm-lib [options] file...", "LLVM Lib"); in libDriverMain()
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c539 static void PrintHelp(const char* name, BROTLI_BOOL error) { in PrintHelp() function
1105 PrintHelp(FileName(argv[0]), is_ok); in main()