Searched refs:line (Results 1 – 16 of 16) sorted by relevance
/mipi-sys-t-3.6.0-3.5.0/printer/src/ |
D | mipi_syst_main.cpp | 120 std::string line; in readAndPrint() local 122 while (getline(is, line)) { in readAndPrint() 123 if (line.compare(0, pattern.size(), pattern)) { in readAndPrint() 129 while (line.size() && in readAndPrint() 130 (line[line.size()-1] == '\r' || in readAndPrint() 131 line[line.size()-1] == '\n')) in readAndPrint() 133 line.erase(line.size()-1); in readAndPrint() 136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()
|
D | mipi_syst_message.cpp | 64 void message::setLocFileLine(uint32_t file, uint32_t line) in setLocFileLine() argument 68 m_loc.line = line; in setLocFileLine() 278 sstr << (*fileName) << ':' << loc.line; in location2string() 280 sstr << loc.file << ':' << loc.line; in location2string()
|
D | mipi_syst_collateral.cpp | 235 std::string line(item.attribute(tagLine).as_string()); in parseMaskedItems() local 248 if (!line.empty()) { in parseMaskedItems() 249 if (!parse(entry->m_line, line)) { in parseMaskedItems() 252 "Malformed Line attribute " << line << in parseMaskedItems()
|
D | mipi_syst_decode.cpp | 278 uint32_t line(bytes2ValLE<uint32_t>(data + offset + 4)); in decodeNormalMessage() local 279 dest.setLocFileLine(file, line); in decodeNormalMessage() 290 uint16_t line(bytes2ValLE<uint16_t>(data + offset + 2)); in decodeNormalMessage() local 291 dest.setLocFileLine(file, line); in decodeNormalMessage()
|
/mipi-sys-t-3.6.0-3.5.0/printer/include/ |
D | mipi_syst_collateral.h | 70 sourcepos(uint32_t file, uint32_t line) : in sourcepos() 71 m_file(file), m_line(line) {}; in sourcepos() 83 catalogentry(std::string s ="", T mask = (T)-1, uint32_t file = 0, uint32_t line=0) 84 : sourcepos(file, line), msg(s) in sourcepos()
|
D | mipi_syst_message.h | 114 uint32_t line; member 116 location() : tag(0), address(0), file(0), line(0) {} in location() 184 void setLocFileLine(uint32_t file, uint32_t line);
|
/mipi-sys-t-3.6.0-3.5.0/library/doxygen/ |
D | Building.md | 67 Configuring using the CMake command line 69 The SyS-T project can be configured with command line option, following 71 command line.
|
D | ApiOverview.md | 79 address, or a source "file:line" ID pair. This information is used during 88 "file:line" id pair of 16-bit width each. The file id is user defined 94 "file:line" id pair of 32-bit width each. The file id is user defined 155 "file:line" ID pair. This location information is generated if one of the
|
D | Protocol.md | 187 "file:line" ID pair. This location information is generated if one of the 200 * 0 = 16-Bit file and 16-Bit line (total: 32-bit) 201 * 1 = 32-Bit file and 32-Bit line (total: 64-bit) 221 mipi_syst_u16 etls_lineNo; /**< line number in file */ 235 mipi_syst_u32 etls_lineNo; /**< line number in file */
|
D | Printer.md | 79 line arguments, or indirectly through the test driver in verbose mode
|
D | Doxyfile.in | 37 # Using the PROJECT_BRIEF tag one can provide an optional one line description 151 # will interpret the first line (until the first dot) of a JavaDoc-style 159 # interpret the first line (until the first dot) of a Qt-style 167 # treat a multi-line C++ special comment block (i.e. a block of //! or /// 169 # The new default is to treat a multi-line C++ comment block as a detailed 631 # doxygen can produce. The string should contain the $file, $line, and $text 632 # tags, which will be replaced by the file and line number from which the 637 WARN_FORMAT = "$file:$line: $text" 1188 # (range [0,1..20]) that doxygen will group on one line in the generated HTML 1627 # that are alone on a line, have an all uppercase name, and do not end with a [all …]
|
D | Reference.md | 191 <td>Send [file]:[line] assertion notice string message if the passed
|
/mipi-sys-t-3.6.0-3.5.0/ |
D | CODEOWNERS | 2 # Each line is a file pattern followed by one or more owners.
|
D | README.md | 276 line arguments, or indirectly through the test driver in verbose mode
|
/mipi-sys-t-3.6.0-3.5.0/library/include/ |
D | mipi_syst.h.in | 547 * Enable the API variants that send file:line ID pair location records. 696 mipi_syst_u16 etls_lineNo; /**< line number in file */ 700 mipi_syst_u16 etls_lineNo; /**< line number in file */ 715 mipi_syst_u32 etls_lineNo; /**< line number in file */ 719 mipi_syst_u32 etls_lineNo; /**< line number in file */ 730 * 0 = 16-Bit file and 16-Bit line (total: 32-bit) 731 * 1 = 32-Bit file and 32-Bit line (total: 64-bit)
|
/mipi-sys-t-3.6.0-3.5.0/collateral/generator/ |
D | syst_cgen.pl | 465 $USED_IDS->{$message_id}->{line}.".\n"); 472 line => $line_no_start
|