/third_party/gn/src/gn/ |
D | err.h | 31 : location(loc), message(msg), help_text(help) {} in ErrInfo() 39 std::string help_text; member 63 const std::string& help_text = std::string()); 68 const std::string& help_text = std::string()); 73 const std::string& help_text = std::string()); 86 const std::string& help_text() const { return info_->help_text; } in help_text() function
|
D | err.cc | 113 const std::string& help_text) in Err() argument 114 : info_(std::make_unique<ErrInfo>(Location(), msg, help_text)) { in Err() 125 const std::string& help_text) in Err() argument 126 : info_(std::make_unique<ErrInfo>(Location(), msg, help_text)) { in Err() 196 if (!info_->help_text.empty()) in InternalPrintToStdout() 197 OutputString(info_->help_text + "\n"); in InternalPrintToStdout()
|
D | string_utils.cc | 76 err->message(), err->help_text()); in AppendInterpolatedExpression() 85 err->message(), err->help_text()); in AppendInterpolatedExpression() 102 err->message(), err->help_text()); in AppendInterpolatedExpression()
|
D | parse_node_value_adapter.cc | 42 *err = Err(node, err->message(), err->help_text()); in InitForType()
|
D | function_write_file.cc | 104 *err = Err(function->function(), err->message(), err->help_text()); in RunWriteFile()
|
D | substitution_list.cc | 66 << err.message() << "\n" << err.help_text(); in MakeForTest()
|
D | substitution_pattern.cc | 97 << err.message() << "\n" << err.help_text(); in MakeForTest()
|
D | ninja_build_writer_unittest.cc | 254 EXPECT_EQ(expected_help_test, err.help_text()); in TEST_F()
|
D | operators.cc | 130 *err = Err(dest_accessor->base(), err->message(), err->help_text()); in Init() 143 *err = Err(dest_accessor->base(), err->message(), err->help_text()); in Init()
|
D | functions_unittest.cc | 49 ASSERT_EQ(err.help_text(), "What failed"); in TEST()
|
D | target_unittest.cc | 576 ASSERT_TRUE(a.OnResolved(&err)) << err.help_text(); in TEST_F() 1272 err.help_text()); in TEST_F() 1308 err.help_text()); in TEST_F()
|
/third_party/node/src/ |
D | node_options-inl.h | 24 const char* help_text, in AddOption() argument 32 help_text, in AddOption() 38 const char* help_text, in AddOption() argument 46 help_text}); in AddOption() 51 const char* help_text, in AddOption() argument 59 help_text}); in AddOption() 64 const char* help_text, in AddOption() argument 72 help_text}); in AddOption() 78 const char* help_text, in AddOption() argument 85 help_text in AddOption() [all …]
|
D | node_options.h | 302 const char* help_text, 307 const char* help_text, 311 const char* help_text, 315 const char* help_text, 319 const char* help_text, 323 const char* help_text, 327 const char* help_text, 331 const char* help_text, 427 std::string help_text; member
|
D | node_options.cc | 987 Local<Value> help_text; in GetOptions() local 988 if (!ToV8Value(context, option_info.help_text).ToLocal(&help_text) || in GetOptions() 989 !info->Set(context, env->help_text_string(), help_text) in GetOptions()
|
/third_party/mbedtls/tests/scripts/ |
D | test_config_script.py | 63 def guess_presets_from_help(help_text): argument 69 hits = re.findall(r'\{([-\w,]+)\}', help_text) 78 hits = re.findall(r'\n +([-\w]+) +- ', help_text) 92 help_text = subprocess.run([options.script, '--help'], 96 return guess_presets_from_help(help_text.decode('ascii'))
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.h | 134 const std::string& help_text); 147 const std::string& help_text); 355 std::string help_text; member
|
D | command_line_interface.cc | 783 const std::string& help_text) { in RegisterGenerator() argument 787 info.help_text = help_text; in RegisterGenerator() 793 CodeGenerator* generator, const std::string& help_text) { in RegisterGenerator() argument 798 info.help_text = help_text; in RegisterGenerator() 1999 << iter->second.help_text << std::endl; in PrintHelpText()
|
/third_party/gettext/gettext-runtime/man/ |
D | help2man | 270 my $help_text = get_option_value $ARGV[0], $help_option; 383 if ($help_text =~ s/^($PAT_USAGE):( +(\S+))(.*)((?:\n(?: {6}\1| *($PAT_USAGE_CONT): +\S).*)*)//om) 420 $_ = "$help_text\n\n$version_text";
|
/third_party/gettext/gettext-tools/man/ |
D | help2man | 270 my $help_text = get_option_value $ARGV[0], $help_option; 383 if ($help_text =~ s/^($PAT_USAGE):( +(\S+))(.*)((?:\n(?: {6}\1| *($PAT_USAGE_CONT): +\S).*)*)//om) 420 $_ = "$help_text\n\n$version_text";
|
/third_party/weston/clients/ |
D | subsurfaces.c | 83 static const char help_text[] = variable 786 printf(help_text, argv[0]); in main()
|
/third_party/boost/tools/build/src/engine/ |
D | debugger.cpp | 1592 static const char * const help_text[][2] = variable 1687 for ( i = 0; help_text[ i ][ 0 ]; ++i ) in debug_parent_help() 1689 if ( strcmp( argv[ 1 ], help_text[ i ][ 0 ] ) == 0 ) in debug_parent_help() 1691 printf( "%s", help_text[ i ][ 1 ] ); in debug_parent_help()
|
/third_party/python/Lib/ |
D | optparse.py | 322 help_text = self.expand_default(option) 323 help_lines = textwrap.wrap(help_text, self.help_width)
|
D | argparse.py | 533 help_text = self._expand_help(action) 534 if help_text: 535 help_lines = self._split_lines(help_text, help_width)
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 397 const char *help_text; member 1252 printf("%.*s%s" STDOUT_NL, n, " ", op->help_text); in help()
|
/third_party/python/Lib/test/ |
D | test_argparse.py | 5410 help_text = self.parser.format_help() 5411 self.assertEqual(help_text, textwrap.dedent('''\
|