Searched refs:output (Results 1 – 12 of 12) sorted by relevance
134 my $output = load_template($OPTIONS{template});150 $output =~ s/<syst:SourceFiles\/>/$source_list/sm;154 if (index($output, '<syst:Catalog32/>') != -1) {156 $output =~ s/<syst:Catalog32\/>/$section/sm;163 if (index($output, '<syst:Catalog64/>') != -1) {165 $output =~ s/<syst:Catalog64\/>/$section/sm;177 return $output;189 my $output ="";191 $output.= '<syst:Catalog'.$size.'>'."\n";204 $output.= ' ' x ($INDENTATION*2);[all …]
10 * Providing the low level trace output code that interfaces with the13 simply prints the SyS-T protocol output to stdout.23 … output driver that prints all IOs as hexadecimal data strings to ``stdout``. The [printer](@ref m…25 …lerplate platform implementation that allows the library to compile but doesn't produce any output.47 * Interface the data output writer code with the trace transport.49 output processor and calls a set of STP tailored macros named53 STP D32TS packet when using STP output. Alternatively replace the entire
46 # Doxygen will copy the logo to the output directory.58 # 4096 sub-directories (in 2 levels) under the output directory of each output68 # information to generate all constant output in the proper language.208 # sources only. Doxygen will then generate output that is more tailored for C.215 # sources only. Doxygen will then generate output that is more tailored for222 # sources only. Doxygen will then generate output that is more tailored for228 # sources. Doxygen will then generate output that is tailored for249 # The output of markdown processing is further processed by doxygen, so you569 # provided by doxygen. Whatever the program writes to standard output576 # output files in an output format independent way. To create the layout file[all …]
9 written in C++11. It supports reading the output from instrumented12 The tool scans the output for lines starting with ``SYS-T RAW DATA:`` and57 directory contains reference input and output files collected using the78 To actually see the printer output, run the printer directly using command
39 /* Initialize a SyS-T output handle structure55 The example will produce output like that below if the ``example`` platform is used.
105 RUN_TEST | Run the tests (not showing test output)106 RUN_TEST_VERBOSE| Run the tests (showing test output)113 tests and finally calls the printer tool to format the output of
17 writer or low level trace output functions from the platform level code.309 2 |MIPI_SYST_TYPE_STRING |Text message output for UTF-8 encoded strings310 3 |MIPI_SYST_TYPE_CATALOG |Catalog message output support formatting string with parameters
53 analyze data races or corrupted message data output. The threading model is
177 std::string output; in main() local215 output = argv[i]; in main()234 if (!output.empty()) { in main()235 ofs.open(output.c_str(), std::ofstream::out); in main()237 std::cerr << "unable to open output file : " << output << std::endl; in main()
85 # Compare output from 32bit client98 # Compare output from 64bit client110 # Add verbose test target to show the output of the tools run by tests
200 The transcript shows the output from the example platform code in202 output actions to the console. It does not interface to any real203 trace transport. The output shows the raw messages as hex dumps.204 This output can be fed into the protocol printer tool to convert210 written in C++11. It supports reading the output from instrumented213 It scans the output for lines starting with ``SYS-T RAW DATA:`` and254 folder contains reference input and output files collected using the275 To actually see the printer output, run the printer directly using command365 tests and finally calls the printer tool to format the output of
131 MIPI_SYST_TYPE_STRING = 2, /**< text message output */132 MIPI_SYST_TYPE_CATALOG = 3, /**< catalog message output */340 * This function is called at the end of an instrumentation API to output468 * Use SyS-T scatter write output function470 * The library comes with an output routine that is intended to write data out476 * These low level output macros are:500 * Enable plain UTF-8 string output APIs.505 * Enable raw data output APIs627 mipi_syst_msg_write_t systh_writer; /**< message output routine */