Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Format.c337 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/
DTestRunner.py444 for line_number, command_type, ln in \
446 if command_type == 'RUN':
464 elif command_type == 'XFAIL':
466 elif command_type == 'REQUIRES':
468 elif command_type == 'UNSUPPORTED':
470 elif command_type == 'END':
476 command_type,))