Home
last modified time | relevance | path

Searched defs:help (Results 1 – 25 of 265) sorted by relevance

1234567891011

/third_party/grpc/src/core/lib/gprpp/
Dglobal_config_env.h106 #define GPR_GLOBAL_CONFIG_DEFINE_BOOL(name, default_value, help) \ argument
113 #define GPR_GLOBAL_CONFIG_DEFINE_INT32(name, default_value, help) \ argument
120 #define GPR_GLOBAL_CONFIG_DEFINE_STRING(name, default_value, help) \ argument
/third_party/grpc/test/core/util/
Dcmdline.cc40 const char* help; member
86 static void add_arg(gpr_cmdline* cl, const char* name, const char* help, in add_arg()
103 void gpr_cmdline_add_int(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_int()
108 void gpr_cmdline_add_flag(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_flag()
113 void gpr_cmdline_add_string(gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_add_string()
119 gpr_cmdline* cl, const char* name, const char* help, in gpr_cmdline_on_extra_arg()
/third_party/openssl/util/
Dck_errf.pl24 sub help subroutine
Dmkerr.pl35 sub help subroutine
/third_party/gn/src/gn/
Derr.cc96 const std::string& help) in Err()
101 const std::string& help) in Err()
106 Err::Err(const Token& token, const std::string& msg, const std::string& help) in Err()
Dvariables.h368 const char* help; member
/third_party/ltp/testcases/kernel/fs/doio/
Drwtest58 help() function
/third_party/protobuf/python/docs/
Dmake.bat31 :help label
/third_party/ffmpeg/libavcodec/
Dcbs_bsf.h106 #define BSF_ELEMENT_OPTIONS_PIR(name, help, field, opt_flags) \ argument
117 #define BSF_ELEMENT_OPTIONS_PIRE(name, help, field, opt_flags) \ argument
/third_party/python/Lib/test/
Dtest_argparse.py2666 help = '''\ variable in TestMutuallyExclusiveSimple
2707 help = '''\ variable in TestMutuallyExclusiveLong
2743 help = '''\ variable in TestMutuallyExclusiveFirstSuppressed
2780 help = '''\ variable in TestMutuallyExclusiveManySuppressed
2820 help = '''\ variable in TestMutuallyExclusiveOptionalAndPositional
2862 help = '''\ variable in TestMutuallyExclusiveOptionalsMixed
2901 help = '''\ variable in TestMutuallyExclusiveInGroup
2942 help = '''\ variable in TestMutuallyExclusiveOptionalsAndPositionalsMixed
2977 help = '''\ variable in TestMutuallyExclusiveNested
3289 help = usage + '''\ variable in TestHelpBiggerOptionals
[all …]
/third_party/flutter/engine/flutter/shell/common/
Dswitches.h20 #define DEF_SWITCH(swtch, flag, help) swtch, argument
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
DMakefile18 help: target
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
DMakefile18 help: target
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
DMakefile23 help: target
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DMakefile17 help: target
/third_party/json/doc/scripts/
Dgit-update-ghpages86 help() { function
/third_party/ltp/testcases/lib/
Dtst_get_unused_port.c14 static void help(const char *fname) in help() function
/third_party/node/deps/npm/node_modules/colors/themes/
Dgeneric-logging.js8 help: 'cyan', property
/third_party/toybox/scripts/
Dconfig2help.c118 struct double_list *help; member
144 char *dlist_zap(struct double_list **help) in dlist_zap()
154 int zap_blank_lines(struct double_list **help) in zap_blank_lines()
181 char **grab_dashlines(struct double_list **help, struct double_list **from, in grab_dashlines()
/third_party/node/lib/
Drepl.js1712 help: 'Sometimes you get stuck, this gets you out', property
1726 help: clearMessage, property
1738 help: 'Exit the REPL', property
1745 help: 'Print this help message', property
1765 help: 'Save all evaluated commands in this REPL session to a file', property
1778 help: 'Load JS from a file into the REPL session', property
1801 help: 'Enter editor mode', property
/third_party/node/deps/npm/node_modules/colors/examples/
Dsafe-string.js45 help: 'cyan', property
Dnormal-usage.js47 help: 'cyan', property
/third_party/node/deps/npm/node_modules/rimraf/
Dbin.js5 var help = false variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUDebug.java21 private static boolean help = debug && (params.equals("") || params.indexOf("help") != -1); field in ICUDebug
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DCommandOptions.java14 public Boolean help = false; field in CommandOptions

1234567891011