Searched defs:command_type (Results 1 – 7 of 7) sorted by relevance
/external/openthread/tests/scripts/thread-cert/ |
D | message.py | 193 def assertMleMessageIsType(self, command_type): argument 408 def last_mle_message(self, command_type, assert_enabled=True): argument 437 def next_mle_message(self, command_type, assert_enabled=True, sent_to_node=None): argument 529 def contains_mle_message(self, command_type): argument
|
D | mac802154.py | 125 command_type=None, argument
|
/external/cronet/components/nacl/loader/ |
D | nacl_helper_linux.cc | 310 int command_type, in HonorRequestAndReply() 370 int command_type; in HandleZygoteRequest() local
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 371 XWindows *windows,const CommandType command_type,Image **image, in XMagickCommand() 1318 command_type; in XAnimateImages() local
|
D | display.c | 11266 command_type; in XROIImage() local 14436 command_type; in XDisplayImage() local
|
/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()
|
/external/crosvm/crosvm_cli/src/sys/windows/ |
D | exit.rs | 469 let command_type = (cmd_type as u32 & COMMAND_TYPE_MASK) << 22; in to_process_type_error() localVariable
|