/aosp_15_r20/external/skia/tools/sk_app/ |
H A D | CommandSet.h | 63 struct Command { struct 64 enum CommandType { argument 69 Command(SkUnichar c, const char* group, const char* description, in Command() function 78 Command(skui::Key k, const char* keyName, const char* group, const char* description, in Command() argument 87 CommandType fType; argument 106 static bool compareCommandKey(const Command& first, const Command& second); argument
|
/aosp_15_r20/build/soong/cmd/sbox/sbox_proto/ |
H A D | sbox.pb.go | 97 type Command struct { struct 98 state protoimpl.MessageState 99 sizeCache protoimpl.SizeCache 100 unknownFields protoimpl.UnknownFields 104 …fore []*Copy `protobuf:"bytes,1,rep,name=copy_before,json=copyBefore" json:"copy_before,omitempty"` 107 Chdir *bool `protobuf:"varint,2,opt,name=chdir" json:"chdir,omitempty"` 109 Command *string `protobuf:"bytes,3,req,name=command" json:"command,omitempty"` argument 112 …pyAfter []*Copy `protobuf:"bytes,4,rep,name=copy_after,json=copyAfter" json:"copy_after,omitempty"` 115 …putHash *string `protobuf:"bytes,5,opt,name=input_hash,json=inputHash" json:"input_hash,omitempty"` 118 …spFiles []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_files,omitempty"` [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/base/ |
D | base.go | 26 type Command struct { struct 29 Run func(ctx context.Context, cmd *Command, args []string) 33 UsageLine string 36 Short string 39 Long string 42 Flag flag.FlagSet 46 CustomFlags bool 51 Commands []*Command 65 func (c *Command) Lookup(name string) *Command { 76 func hasFlag(c *Command, name string) bool { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/ |
D | command.rs | 73 pub struct Command { struct 74 name: Str, 75 long_flag: Option<Str>, 76 short_flag: Option<char>, 100 subcommands: Vec<Command>, argument 108 deferred: Option<fn(Command) -> Command>, argument 113 impl Command { impl 135 fn new_inner(name: Str) -> Command { in new() 1048 impl Command { impl 1630 impl Command { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/ |
H A D | command.rs | 73 pub struct Command { struct 74 name: Str, 75 long_flag: Option<Str>, 76 short_flag: Option<char>, 100 subcommands: Vec<Command>, argument 108 deferred: Option<fn(Command) -> Command>, argument 113 impl Command { impl 135 fn new_inner(name: Str) -> Command { in new() 1048 impl Command { impl 1630 impl Command { impl [all …]
|
/aosp_15_r20/tools/treble/hacksaw/client/ |
H A D | command.go | 43 type Command struct { struct 44 workspace workspace.Workspace 51 func (c Command) addCodebase(args []string) error { 67 func (c Command) defaultCodebase(args []string) error { 81 func (c Command) listCodebases() { 96 func (c Command) removeCodebase(args []string) error { 111 func (c Command) createWorkspace(args []string) error { 140 func (c Command) recreateWorkspace(args []string) error { 156 func (c Command) listWorkspaces() { 164 func (c Command) removeWorkspace(args []string) error { [all …]
|
/aosp_15_r20/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 69 struct Command { struct 84 Command() { reset(); } in Command() argument 88 string_repr << "Command {\n"; in to_string() argument 114 void print_commands(const std::vector<Command>& commands) { in print_commands() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_common.rs | 87 pub struct Command { struct 96 env: CommandEnv, argument 117 // pointers to memory owned by `Command.args` argument 180 impl Command { implementation 182 pub fn new(program: &OsStr) -> Command { in new() 206 pub fn new(program: &OsStr) -> Command { in new() 541 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_common.rs | 87 pub struct Command { struct 96 env: CommandEnv, argument 117 // pointers to memory owned by `Command.args` argument 180 impl Command { implementation 182 pub fn new(program: &OsStr) -> Command { in new() 206 pub fn new(program: &OsStr) -> Command { in new() 541 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_common.rs | 87 pub struct Command { struct 96 env: CommandEnv, argument 117 // pointers to memory owned by `Command.args` argument 180 impl Command { impl 182 pub fn new(program: &OsStr) -> Command { in new() 206 pub fn new(program: &OsStr) -> Command { in new() 541 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_common.rs | 87 pub struct Command { struct 96 env: CommandEnv, argument 117 // pointers to memory owned by `Command.args` argument 180 impl Command { impl 182 pub fn new(program: &OsStr) -> Command { in new() 206 pub fn new(program: &OsStr) -> Command { in new() 541 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_common.rs | 87 pub struct Command { struct 96 env: CommandEnv, argument 117 // pointers to memory owned by `Command.args` argument 180 impl Command { implementation 182 pub fn new(program: &OsStr) -> Command { in new() 206 pub fn new(program: &OsStr) -> Command { in new() 541 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/error/ |
D | mod.rs | 293 fn for_app(kind: ErrorKind, cmd: &Command, styled: StyledStr) -> Self { in for_app() 350 pub(crate) fn display_help(cmd: &Command, styled: StyledStr) -> Self { in display_help() 354 pub(crate) fn display_help_error(cmd: &Command, styled: StyledStr) -> Self { in display_help_error() 362 pub(crate) fn display_version(cmd: &Command, styled: StyledStr) -> Self { in display_version() 367 cmd: &Command, in argument_conflict() 395 cmd: &Command, in subcommand_conflict() 422 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() 426 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals() 443 cmd: &Command, in invalid_value() 473 cmd: &Command, in invalid_subcommand() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/error/ |
H A D | mod.rs | 293 fn for_app(kind: ErrorKind, cmd: &Command, styled: StyledStr) -> Self { in for_app() 350 pub(crate) fn display_help(cmd: &Command, styled: StyledStr) -> Self { in display_help() 354 pub(crate) fn display_help_error(cmd: &Command, styled: StyledStr) -> Self { in display_help_error() 362 pub(crate) fn display_version(cmd: &Command, styled: StyledStr) -> Self { in display_version() 367 cmd: &Command, in argument_conflict() 395 cmd: &Command, in subcommand_conflict() 422 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() 426 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals() 443 cmd: &Command, in invalid_value() 473 cmd: &Command, in invalid_subcommand() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/error/ |
D | mod.rs | 189 fn for_app(kind: ErrorKind, cmd: &Command, colorizer: Colorizer, info: Vec<String>) -> Self { in for_app() 261 pub(crate) fn display_help(cmd: &Command, colorizer: Colorizer) -> Self { in display_help() 265 pub(crate) fn display_help_error(cmd: &Command, colorizer: Colorizer) -> Self { in display_help_error() 274 pub(crate) fn display_version(cmd: &Command, colorizer: Colorizer) -> Self { in display_version() 279 cmd: &Command, in argument_conflict() 300 pub(crate) fn empty_value(cmd: &Command, good_vals: &[&str], arg: String) -> Self { in empty_value() 315 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: String) -> Self { in no_equals() 327 cmd: &Command, in invalid_value() 357 cmd: &Command, in invalid_subcommand() 382 pub(crate) fn unrecognized_subcommand(cmd: &Command, subcmd: String, usage: String) -> Self { in unrecognized_subcommand() [all …]
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/threads/ |
D | WorkerThread.h | 111 struct Command { struct 112 Command() : mWorkItem(std::nullopt) {} in Command() function 113 Command(Item&& it) : mWorkItem(std::move(it)) {} in Command() argument 114 Command(Command&& other) in Command() function 122 std::future<void> enqueueImpl(Command command) { in enqueueImpl() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 182 fn creation_flags(&mut self, flags: u32) -> &mut process::Command; in creation_flags() 190 fn show_window(&mut self, cmd_show: u16) -> &mut process::Command; in show_window() 206 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command; in force_quotes() 266 fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command; in raw_arg() 297 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command; in async_pipes() 371 ) -> &mut process::Command; in raw_attribute() 375 impl CommandExt for process::Command { implementation 376 fn creation_flags(&mut self, flags: u32) -> &mut process::Command { in creation_flags() 381 fn show_window(&mut self, cmd_show: u16) -> &mut process::Command { in show_window() 386 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command { in force_quotes() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 182 fn creation_flags(&mut self, flags: u32) -> &mut process::Command; in creation_flags() 190 fn show_window(&mut self, cmd_show: u16) -> &mut process::Command; in show_window() 206 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command; in force_quotes() 266 fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command; in raw_arg() 297 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command; in async_pipes() 371 ) -> &mut process::Command; in raw_attribute() 375 impl CommandExt for process::Command { implementation 376 fn creation_flags(&mut self, flags: u32) -> &mut process::Command { in creation_flags() 381 fn show_window(&mut self, cmd_show: u16) -> &mut process::Command { in show_window() 386 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command { in force_quotes() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 182 fn creation_flags(&mut self, flags: u32) -> &mut process::Command; in creation_flags() 190 fn show_window(&mut self, cmd_show: u16) -> &mut process::Command; in show_window() 206 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command; in force_quotes() 266 fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command; in raw_arg() 297 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command; in async_pipes() 371 ) -> &mut process::Command; in raw_attribute() 375 impl CommandExt for process::Command { implementation 376 fn creation_flags(&mut self, flags: u32) -> &mut process::Command { in creation_flags() 381 fn show_window(&mut self, cmd_show: u16) -> &mut process::Command { in show_window() 386 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command { in force_quotes() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/ |
D | mod.rs | 274 pub struct Command { struct 275 std: StdCommand, argument 286 impl Command { implementation 317 pub fn new<S: AsRef<OsStr>>(program: S) -> Command { in new() 373 pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Command { in arg() method 495 pub fn env_remove<K: AsRef<OsStr>>(&mut self, key: K) -> &mut Command { in env_remove() 515 pub fn env_clear(&mut self) -> &mut Command { in env_clear() 545 pub fn current_dir<P: AsRef<Path>>(&mut self, dir: P) -> &mut Command { in current_dir() 570 pub fn stdin<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stdin() 597 pub fn stdout<T: Into<Stdio>>(&mut self, cfg: T) -> &mut Command { in stdout() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 182 fn creation_flags(&mut self, flags: u32) -> &mut process::Command; in creation_flags() 198 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command; in force_quotes() 258 fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command; in raw_arg() 289 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command; in async_pipes() 363 ) -> &mut process::Command; in raw_attribute() 367 impl CommandExt for process::Command { implementation 368 fn creation_flags(&mut self, flags: u32) -> &mut process::Command { in creation_flags() 373 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command { in force_quotes() 378 fn raw_arg<S: AsRef<OsStr>>(&mut self, raw_text: S) -> &mut process::Command { in raw_arg() 383 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command { in async_pipes() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/ |
H A D | process.rs | 182 fn creation_flags(&mut self, flags: u32) -> &mut process::Command; in creation_flags() 198 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command; in force_quotes() 258 fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command; in raw_arg() 289 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command; in async_pipes() 363 ) -> &mut process::Command; in raw_attribute() 367 impl CommandExt for process::Command { implementation 368 fn creation_flags(&mut self, flags: u32) -> &mut process::Command { in creation_flags() 373 fn force_quotes(&mut self, enabled: bool) -> &mut process::Command { in force_quotes() 378 fn raw_arg<S: AsRef<OsStr>>(&mut self, raw_text: S) -> &mut process::Command { in raw_arg() 383 fn async_pipes(&mut self, always_async: bool) -> &mut process::Command { in async_pipes() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | process.rs | 17 pub struct Command { struct 20 env: CommandEnv, argument 22 cwd: Option<OsString>, 23 stdin: Option<Stdio>, 47 impl Command { impl 48 pub fn new(program: &OsStr) -> Command { in new() 139 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | process.rs | 17 pub struct Command { struct 20 env: CommandEnv, argument 22 cwd: Option<OsString>, 23 stdin: Option<Stdio>, 47 impl Command { argument 48 pub fn new(program: &OsStr) -> Command { in new() 139 impl fmt::Debug for Command { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | process.rs | 17 pub struct Command { struct 20 env: CommandEnv, argument 22 cwd: Option<OsString>, 23 stdin: Option<Stdio>, 47 impl Command { implementation 48 pub fn new(program: &OsStr) -> Command { in new() 139 impl fmt::Debug for Command { implementation
|