Searched refs:command_type (Results 1 – 12 of 12) sorted by relevance
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_host.cc | 120 IPCCommand command_type, in HandleRemoteCommand() argument 132 switch (command_type) { in HandleRemoteCommand() 200 int command_type; in HandleRequest() local 201 if (iter.ReadInt(&command_type)) { in HandleRequest() 204 switch (command_type) { in HandleRequest() 209 broker_policy_, static_cast<IPCCommand>(command_type), in HandleRequest()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_ISO15693Format.c | 337 uint8_t command_type = 0; in phFriNfc_ISO15693_H_ProFormat() local 355 command_type = ISO15693_RD_SINGLE_BLK_CMD; in phFriNfc_ISO15693_H_ProFormat() 389 command_type = ISO15693_WR_SINGLE_BLK_CMD; in phFriNfc_ISO15693_H_ProFormat() 446 command_type = ISO15693_WR_SINGLE_BLK_CMD; in phFriNfc_ISO15693_H_ProFormat() 487 command_type, a_send_byte, send_length); in phFriNfc_ISO15693_H_ProFormat()
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 489 for line_number, command_type, ln in \ 491 if command_type == 'RUN': 509 elif command_type == 'XFAIL': 511 elif command_type == 'REQUIRES': 513 elif command_type == 'UNSUPPORTED': 515 elif command_type == 'END': 521 command_type,))
|
/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() 516 if (command_type == StepBackwardCommand) in XMagickCommand() 518 if (command_type == StepForwardCommand) in XMagickCommand() 1311 command_type; in XAnimateImages() local 2184 command_type=CommandMenus[id]; in XAnimateImages() 2198 command_type=Commands[id][entry]; in XAnimateImages() 2200 if (command_type != NullCommand) in XAnimateImages() 2202 command_type,&image,&state,exception); in XAnimateImages() 2514 command_type=NullCommand; in XAnimateImages() [all …]
|
D | display.c | 11285 command_type; in XROIImage() local 11593 command_type=NullCommand; in XROIImage() 11621 switch (command_type) in XROIImage() 11626 (void) XMagickCommand(display,resource_info,windows,command_type, in XROIImage() 11664 (void) XMagickCommand(display,resource_info,windows,command_type, in XROIImage() 11679 if (command_type != InfoCommand) in XROIImage() 11701 command_type=NullCommand; in XROIImage() 11706 command_type=ApplyCommands[id]; in XROIImage() 11718 command_type=Commands[id][entry]; in XROIImage() 11726 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/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_message_unittest.py | 322 command_type=mbim_constants.COMMAND_TYPE_QUERY,
|