Searched refs:command_type (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/debuginfo-tests/dexter/dex/command/ |
D | ParseCommand.py | 72 def _build_command(command_type, raw_text: str, path: str, lineno: str) -> CommandBase: argument 84 command_type.get_name(), { command_type.get_name(): command_type }) 286 for command_type in commands: 287 for command in commands[command_type].values(): 288 if command_type not in command_infos: 289 command_infos[command_type] = [] 290 command_infos[command_type].append(command)
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_05.py | 36 command_type=mbim_constants.COMMAND_TYPE_QUERY, 42 command_type=mbim_constants.COMMAND_TYPE_QUERY,
|
D | cm_07.py | 39 command_type=mbim_constants.COMMAND_TYPE_QUERY,
|
D | cm_08.py | 41 command_type=mbim_constants.COMMAND_TYPE_SET,
|
D | cm_13.py | 55 command_type=mbim_constants.COMMAND_TYPE_QUERY,
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 371 XWindows *windows,const CommandType command_type,Image **image, in XMagickCommand() argument 390 switch (command_type) in XMagickCommand() 521 if (command_type == StepBackwardCommand) in XMagickCommand() 523 if (command_type == StepForwardCommand) in XMagickCommand() 1318 command_type; in XAnimateImages() local 2201 command_type=CommandMenus[id]; in XAnimateImages() 2215 command_type=Commands[id][entry]; in XAnimateImages() 2217 if (command_type != NullCommand) in XAnimateImages() 2219 command_type,&image,&state,exception); in XAnimateImages() 2531 command_type=NullCommand; in XAnimateImages() [all …]
|
D | display.c | 11266 command_type; in XROIImage() local 11574 command_type=NullCommand; in XROIImage() 11602 switch (command_type) in XROIImage() 11607 (void) XMagickCommand(display,resource_info,windows,command_type, in XROIImage() 11645 (void) XMagickCommand(display,resource_info,windows,command_type, in XROIImage() 11660 if (command_type != InfoCommand) in XROIImage() 11682 command_type=NullCommand; in XROIImage() 11687 command_type=ApplyCommands[id]; in XROIImage() 11699 command_type=Commands[id][entry]; in XROIImage() 11707 if (command_type == HelpCommand) in XROIImage() [all …]
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/ |
D | cellular_MbimComplianceCM07.py | 51 command_type=mbim_constants.COMMAND_TYPE_QUERY,
|
D | cellular_MbimComplianceCM08.py | 53 command_type=mbim_constants.COMMAND_TYPE_SET,
|
/external/rust/crates/structopt/tests/ |
D | flatten.rs | 146 command_type: Enum3, in subcommand_in_flatten() field
|
/external/arm-trusted-firmware/drivers/marvell/ |
D | mci.c | 292 static int mci_poll_command_completion(int mci_index, int command_type) in mci_poll_command_completion() argument 299 if (command_type == MCI_CMD_READ) in mci_poll_command_completion()
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 820 for line_number, command_type, ln in \ 823 parser = keyword_parsers[command_type] 825 if command_type == 'END.' and parser.getValue() is True:
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_message_unittest.py | 322 command_type=mbim_constants.COMMAND_TYPE_QUERY,
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | TestRunner.py | 1416 for line_number, command_type, ln in \ 1419 parser = keyword_parsers[command_type] 1421 if command_type == 'END.' and parser.getValue() is True:
|