Home
last modified time | relevance | path

Searched refs:line (Results 1 – 16 of 16) sorted by relevance

/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_main.cpp120 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()
Dmipi_syst_message.cpp64 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()
Dmipi_syst_collateral.cpp235 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()
Dmipi_syst_decode.cpp278 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/
Dmipi_syst_collateral.h70 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()
Dmipi_syst_message.h114 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/
DBuilding.md67 Configuring using the CMake command line
69 The SyS-T project can be configured with command line option, following
71 command line.
DApiOverview.md79 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
DProtocol.md187 "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 */
DPrinter.md79 line arguments, or indirectly through the test driver in verbose mode
DDoxyfile.in37 # 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 …]
DReference.md191 <td>Send [file]:[line] assertion notice string message if the passed
/mipi-sys-t-3.6.0-3.5.0/
DCODEOWNERS2 # Each line is a file pattern followed by one or more owners.
DREADME.md276 line arguments, or indirectly through the test driver in verbose mode
/mipi-sys-t-3.6.0-3.5.0/library/include/
Dmipi_syst.h.in547 * 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/
Dsyst_cgen.pl465 $USED_IDS->{$message_id}->{line}.".\n");
472 line => $line_no_start