/third_party/rust/crates/clap/src/builder/ |
H A D | action.rs | 13 /// .action(clap::ArgAction::Help) 235 /// .action(clap::ArgAction::Help) 246 Help, 287 Self::Help => false, in takes_values() 299 Self::Help => None, 311 Self::Help => None, 323 Self::Help => None, 338 Self::Help => None,
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_dump.c | 26 static void Help(void) { in Help() function 49 Help(); in main() 75 Help(); in main()
|
H A D | gif2webp.c | 65 static void Help(void) { in Help() function 152 Help(); in main() 159 Help(); in main() 218 Help(); in main() 244 Help(); in main() 251 Help(); in main() 271 Help(); in main()
|
H A D | anim_diff.c | 195 static void Help(void) { in Help() function 248 Help(); in main() 271 Help(); in main() 276 Help(); in main() 282 Help(); in main()
|
H A D | dwebp.c | 77 static void Help(void) { in Help() function 206 Help(); in main() 295 Help(); in main() 302 Help(); in main() 309 Help(); in main()
|
H A D | vwebp.c | 458 static void Help(void) { in Help() function 502 Help(); in main() 534 Help(); in main() 541 Help(); in main() 548 Help(); in main()
|
H A D | img2webp.c | 36 static void Help(void) { in Help() function 189 Help(); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 178 EXPECT_EQ(absl::GetFlagReflectionHandle(f1).Help(), "literal help"); in TestConstructionFor() 185 EXPECT_EQ(absl::GetFlagReflectionHandle(f2).Help(), "dynamic help"); in TestConstructionFor() 282 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_01).Help(), in TEST_F() 291 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_02).Help(), in TEST_F() 300 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_03).Help(), in TEST_F() 309 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_04).Help(), in TEST_F() 318 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_05).Help(), in TEST_F() 327 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_06).Help(), in TEST_F() 336 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_07).Help(), in TEST_F() 345 EXPECT_EQ(absl::GetFlagReflectionHandle(FLAGS_test_flag_08).Help(), in TEST_F() [all...] |
H A D | flag.h | 135 std::string Help() const { return GetImpl().Help(); }
|
H A D | commandlineflag_test.cc | 75 EXPECT_EQ(flag_01->Help(), "int_flag help"); in TEST_F() 88 EXPECT_EQ(flag_02->Help(), "string_flag help"); in TEST_F()
|
H A D | commandlineflag.h | 128 // absl::CommandLineFlag::Help() 131 virtual std::string Help() const = 0;
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | hidden_args.rs | 235 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_opt_args_only() 255 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_pos_args_only() 275 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_subcmds_only()
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | diagnostic.rs | 17 /// assert!(Severity::Note > Severity::Help); 31 Help, 42 Severity::Help => 1, in to_cmp_int() 179 /// Create a new diagnostic with a severity of [`Severity::Help`]. 181 /// [`Severity::Help`]: Severity::Help 183 Diagnostic::new(Severity::Help) in help()
|
/third_party/rust/crates/proc-macro-error/src/imp/ |
H A D | delegate.rs | 51 (SuggestionKind::Help, Some(span_range)) => { 55 (SuggestionKind::Help, None) => res.help(msg),
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 40 Help, member in Mode 87 Mode mode = Mode::Help; in main() 134 if (mode == Mode::Help) { in main()
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | diagnostic.rs | 87 .push((SuggestionKind::Help, msg, Some(span_range))); in span_range_help() 145 self.suggestions.push((SuggestionKind::Help, msg, None)); in help() 277 Help, 285 SuggestionKind::Help => "help", in name()
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 218 case 'h': /* Help */ in parse_opts() 575 int Help = 0; variable 585 {"h", &Help, NULL}, /* -h option */ 589 {"missingarg:", &Help, NULL}, /* error */
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | help.js | 14 class Help { 178 * @param {Help} helper 192 * @param {Help} helper 206 * @param {Help} helper 220 * @param {Help} helper 344 * @param {Help} helper 413 * @param {Help} helper 461 exports.Help = Help;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 96 static void Help(ArrayRef<SubtargetSubTypeKV> CPUTable, in Help() function 167 Help(ProcDesc, ProcFeatures); in getFeatures() 187 Help(ProcDesc, ProcFeatures); in getFeatures()
|
/third_party/python/Tools/nuget/ |
H A D | build.bat | 16 if "%~1" EQU "-h" goto Help
63 :Help
label
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | config.rs | 141 Severity::Help => &self.header_help, in header() 152 (LabelStyle::Primary, Severity::Help) => &self.primary_label_help, in label()
|
/third_party/python/Tools/msi/ |
H A D | build.bat | 15 if "%~1" EQU "-h" goto Help
86 :Help
label
|
H A D | testrelease.bat | 14 if "%1" EQU "-h" goto Help
105 :Help
label
|
/third_party/rust/crates/clap/tests/ |
H A D | macros.rs | 32 clap::arg!("Help"); in name_none_fails() 128 .arg(clap::arg!(help: -b).action(clap::ArgAction::Help)); in short_help() 134 assert!(matches!(arg.get_action(), clap::ArgAction::Help)); in short_help() 144 .arg(clap::arg!(-'?' - -help).action(clap::ArgAction::Help)); in long_help() 150 assert!(matches!(arg.get_action(), clap::ArgAction::Help)); in long_help()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.cpp | 39 DE_DECLARE_COMMAND_LINE_OPT(Help, bool); 102 addOption(Option<Help>("h", "help", "Show this help")); in Parser() 238 // Help specified? in parse() 297 return m_options.get<Help>(); in helpSpecified()
|