Home
last modified time | relevance | path

Searched defs:command_type (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/structopt/tests/
Dflatten.rs146 command_type: Enum3, in subcommand_in_flatten() field
/external/llvm-project/debuginfo-tests/dexter/dex/command/
DParseCommand.py72 def _build_command(command_type, raw_text: str, path: str, lineno: str) -> CommandBase: argument
/external/ImageMagick/MagickCore/
Danimate.c371 XWindows *windows,const CommandType command_type,Image **image, in XMagickCommand()
1318 command_type; in XAnimateImages() local
Ddisplay.c11266 command_type; in XROIImage() local
14436 command_type; in XDisplayImage() local
/external/arm-trusted-firmware/drivers/marvell/
Dmci.c292 static int mci_poll_command_completion(int mci_index, int command_type) in mci_poll_command_completion()