/third_party/rust/crates/clap/clap_bench/benches/ |
D | 06_rustup.rs | 27 .about("The Rust toolchain installer") in build_cli() 38 .about("Show the active and installed toolchains") in build_cli() 43 .about("Update Rust toolchains") in build_cli() 50 .about("Update Rust toolchains") in build_cli() 63 .about("Set the default toolchain") in build_cli() 69 .about("Modify or query the installed toolchains") in build_cli() 71 .subcommand(Command::new("list").about("List installed toolchains")) in build_cli() 74 .about("Install or update a given toolchain") in build_cli() 79 .about("Uninstall a toolchain") in build_cli() 84 .about("Create a custom toolchain by symlinking to a directory") in build_cli() [all …]
|
D | 04_new_help.rs | 14 .about("Does awesome things") in app_example1() 25 .about("does testing things") in app_example1() 34 .about("Does awesome things") in app_example2() 67 .about("Parses an input file to do awesome things") in app_example4() 148 Command::new("myapp").about("does awesome things").arg( in app_example10()
|
D | 03_complex.rs | 11 .about("tests clap library") 37 .about("tests subcommands") 51 .about("tests clap library") in build_from_builder() 135 .about("tests subcommands") in build_from_builder()
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | common.rs | 16 clap::Command::new("test").about("Subcommand").arg( in basic_command() 28 .about("Tests completions") in feature_sample_command() 45 clap::Command::new("test").about("tests things").arg( in feature_sample_command() 58 .about("tests other things") in special_commands_command() 113 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command() 115 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command() 116 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command() 117 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command() 118 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command() 119 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command() [all …]
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | common.rs | 18 clap::Command::new("test").about("Subcommand").arg( in basic_command() 30 .about("Tests completions") in feature_sample_command() 47 clap::Command::new("test").about("tests things").arg( in feature_sample_command() 60 .about("tests other things") in special_commands_command() 115 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command() 117 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command() 118 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command() 119 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command() 120 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command() 121 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command() [all …]
|
/third_party/rust/crates/clap/tests/builder/ |
D | template_help.rs | 106 .about("Does awesome things") in template_empty() 116 .about("Does awesome things") in template_notag() 126 .about("Does awesome things") in template_unknowntag() 137 .about("Does awesome things") in template_author_version() 144 .about("Does awesome things") in template_author_version() 161 .about("Does awesome things") in get_app() 176 .about("does testing things") in get_app()
|
D | hidden_args.rs | 21 .about("tests stuff") in hide_args() 47 .about("hides short args") in hide_short_args() 90 .about("hides short args") in hide_short_args_long_help() 129 .about("hides long args") in hide_long_args() 164 .about("hides long args") in hide_long_args_short_help()
|
D | help.rs | 10 .about("tests stuff") in setup() 47 .about("tests things") in help_subcommand() 62 .about("tests subcommands") in help_multi_subcommand_error() 252 .about("tests clap library") in after_and_before_help_output() 292 .about("tests clap library") in after_and_before_long_help_output() 318 .about("tests subcommands") in multi_level_sc_help() 962 .about("bar") in issue_702_multiple_values() 1019 .about("bar") in long_about() 1230 .about("Show how the about text is not wrapped") in issue_777_wrap_all_things() 1416 .subcommand(Command::new("test").about("some")); in last_arg_mult_usage_req_with_sc() [all …]
|
D | derive_order.rs | 275 .about("blah b1") in subcommand_sorted_display_order() 278 .about("blah a1") in subcommand_sorted_display_order() 307 .about("blah b1") in subcommand_derived_display_order() 310 .about("blah a1") in subcommand_derived_display_order()
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | common.rs | 18 clap::Command::new("test").about("Subcommand").arg( in basic_command() 30 .about("Tests completions") in feature_sample_command() 47 clap::Command::new("test").about("tests things").arg( in feature_sample_command() 60 .about("tests other things") in special_commands_command() 111 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command() 113 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command() 114 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command() 115 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command() 116 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command() 117 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | excessiveStackDepthFlatArray.types | 65 …es.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only ))… 74 …es.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only ))… 77 …es.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only ))… 86 >categories.map((category) => ( <li key={category}>{category}</li> // Error about 'key' only… 90 >(category) => ( <li key={category}>{category}</li> // Error about 'key' only ) : (cate… 92 >( <li key={category}>{category}</li> // Error about 'key' only ) : any 94 <li key={category}>{category}</li> // Error about 'key' only
|
D | declFileMethods.types | 10 public fooWithParameters(/** this is comment about a*/a: string, 59 private privateFooWithParameters(/** this is comment about a*/a: string, 107 static staticFooWithParameters(/** this is comment about a*/a: string, 155 private static privateStaticFooWithParameters(/** this is comment about a*/a: string, 204 fooWithParameters(/** this is comment about a*/a: string, 235 public fooWithParameters(/** this is comment about a*/a: string, 284 private privateFooWithParameters(/** this is comment about a*/a: string, 332 static staticFooWithParameters(/** this is comment about a*/a: string, 380 private static privateStaticFooWithParameters(/** this is comment about a*/a: string, 429 fooWithParameters(/** this is comment about a*/a: string,
|
/third_party/rust/crates/clap/examples/ |
D | git.rs | 8 .about("A fictional versioning CLI") in cli() 14 .about("Clones repos") in cli() 20 .about("Compare two commits") in cli() 35 .about("pushes things") in cli() 41 .about("adds things") in cli()
|
D | pacman.rs | 5 .about("package manager utility") in main() 17 .about("Query the package database.") in main() 44 .about("Synchronize packages.") in main()
|
/third_party/rust/crates/clap/clap_mangen/src/ |
D | render.rs | 11 pub(crate) fn about(roff: &mut Roff, cmd: &clap::Command) { in about() function 13 Some(about) => format!("{} - {}", cmd.get_name(), about), in about() 20 if let Some(about) = cmd.get_long_about().or_else(|| cmd.get_about()) { in description() 21 for line in about.to_string().lines() { in description() 236 if let Some(about) = sub.get_about().or_else(|| sub.get_long_about()) { in subcommands() 237 for line in about.to_string().lines() { in subcommands() 254 if let Some(about) = cmd.get_after_long_help().or_else(|| cmd.get_after_help()) { in after_help() 255 for line in about.to_string().lines() { in after_help()
|
/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 3 about: Suggest an idea for this project 9 If it's about generated code change, what programming language? 18 Add any other context or screenshots about the feature request here.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_name_gen_delete.txt | 199 After the paragraphs talking about 'DeleteBuffers' insert: 210 Modify the paragraphs talking about 'GenBuffers': 243 Modify the paragraphs talking about 'GenVertexArrays': 264 After the paragraphs talking about 'DeleteVertexArrays' insert: 294 Add after the paragraphs talking about 'DeleteTransformFeedbacksEXT': 305 Modify the paragraphs talking about 'GenTransformFeedbacksEXT': 346 After the paragraphs talking about 'DeleteTextures' insert: 357 Modify the paragraphs talking about 'GenTextures': 381 After the paragraphs talking about 'GenSamplers' insert: 391 After the paragraphs talking about 'DeleteSamplers' insert: [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_name_gen_delete.txt | 199 After the paragraphs talking about 'DeleteBuffers' insert: 210 Modify the paragraphs talking about 'GenBuffers': 243 Modify the paragraphs talking about 'GenVertexArrays': 264 After the paragraphs talking about 'DeleteVertexArrays' insert: 294 Add after the paragraphs talking about 'DeleteTransformFeedbacksEXT': 305 Modify the paragraphs talking about 'GenTransformFeedbacksEXT': 346 After the paragraphs talking about 'DeleteTextures' insert: 357 Modify the paragraphs talking about 'GenTextures': 381 After the paragraphs talking about 'GenSamplers' insert: 391 After the paragraphs talking about 'DeleteSamplers' insert: [all …]
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.1.rst | 128 * Add warning about duplicate initializers 135 * Teach sparse about the __COUNTER__ predefined macro 171 * unssa: update comment about the unneeded copies 177 * C11: teach sparse about '_Thread_local' 178 * C11: teach sparse about '_Noreturn' 179 * C11: teach sparse about '_Alignof()' 180 * C11: teach sparse about '_Alignas()' 181 * C11: teach sparse about '--std={c11,gnu11}' 259 * add test case for warnings about overlapping initializers 274 * teach sparse about -Waddress [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_subpass_merge_feedback/ |
D | renderpass.adoc | 10 [open,refpage='VkRenderPassCreationControlEXT',desc='Control about the creation of render pass or s… 37 [open,refpage='VkRenderPassCreationFeedbackCreateInfoEXT',desc='Request feedback about the creation… 39 To obtain feedback about the creation of a render pass, include a 56 [open,refpage='VkRenderPassCreationFeedbackInfoEXT',desc='Feedback about the creation of a render p… 67 [open,refpage='VkRenderPassSubpassFeedbackCreateInfoEXT',desc='Request for feedback about the creat… 69 Feedback about the creation of a subpass can: be obtained by including a 86 [open,refpage='VkRenderPassSubpassFeedbackInfoEXT',desc='Feedback about the creation of subpass',ty… 93 specifying information about whether the subpass is merged with previous
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | README.md | 9 - [About Abseil](#about) 18 <a name="about"></a> 41 contains information about setting up your development environment, downloading 123 management](https://abseil.io/about/releases) document for more details. 132 For more information about Abseil: 134 * Consult our [Abseil Introduction](https://abseil.io/about/intro) 135 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our 138 [Abseil Compatibility Guarantees](https://abseil.io/about/compatibility) to
|
/third_party/abseil-cpp/ |
D | README.md | 9 - [About Abseil](#about) 16 <a name="about"></a> 39 contains information about setting up your development environment, downloading 107 For more information about Abseil: 109 * Consult our [Abseil Introduction](https://abseil.io/about/intro) 110 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our 113 [Abseil Compatibility Guarantees](https://abseil.io/about/compatibility) to
|
/third_party/libsnd/src/GSM610/ |
D | COPYRIGHT | 10 As a matter of courtesy, the authors request to be informed about uses 11 this software has found, about bugs in this software, and about any
|
D | README | 22 As a matter of courtesy, the authors request to be informed about uses 23 this software has found, about bugs in this software, and about any
|
/third_party/libabigail/doc/manuals/ |
D | libabigail-concepts.rst | 53 ABI artifacts to avoid emitting change reports about. 66 If we want to ensure that only change reports about structures named 80 Or, we could want to suppress change reports about all struct which 155 still mention statistics about the number of changed ABI artifacts 165 change about the matched ABI artifact is going to be mentioned in the 166 ABI change report and no statistic about the number of suppressed ABI 270 This directive suppresses report messages about a type change. 291 Suppresses change reports about ABI artifacts that are defined in a 301 Suppresses change reports about ABI artifacts that are defined in a 312 Suppresses change reports about ABI artifacts that are defined in a [all …]
|