Searched refs:_line (Results 1 - 5 of 5) sorted by relevance

/system/tpm/trunks/generator/
H A Dgenerator.py962 self._line = None
972 self._line = self._in_file.next()
974 self._line = None
990 while self._line:
991 if self._BEGIN_TYPES_TOKEN == self._line.rstrip():
993 elif self._BEGIN_CONSTANTS_TOKEN == self._line.rstrip():
995 elif self._BEGIN_STRUCTURES_TOKEN == self._line.rstrip():
997 elif self._BEGIN_UNIONS_TOKEN == self._line.rstrip():
999 elif self._BEGIN_DEFINES_TOKEN == self._line.rstrip():
1002 print('Invalid file format: %s' % self._line)
[all...]
/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c448 p_hdr->_line = _line_;
473 p_hdr->_function, p_hdr->_line);
558 p_hdr->_line = _line_;
602 p_hdr->_function, p_hdr->_line);
H A Dgki_common.h71 int _line; member in struct:_buffer_hdr
/system/nfc/src/gki/common/
H A Dgki_buffer.c449 p_hdr->_line = _line_;
474 p_hdr->_function, p_hdr->_line);
559 p_hdr->_line = _line_;
603 p_hdr->_function, p_hdr->_line);
H A Dgki_common.h71 int _line; member in struct:_buffer_hdr

Completed in 58 milliseconds