Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 4 of 4) sorted by relevance

/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_main.cpp119 static const std::string pattern("SYS-T RAW DATA: "); in readAndPrint() local
123 if (line.compare(0, pattern.size(), pattern)) { in readAndPrint()
136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()
/mipi-sys-t-3.4.0/
DCODEOWNERS2 # Each line is a file pattern followed by one or more owners.
7 # Order is important. The last matching pattern has the most precedence.
/mipi-sys-t-3.4.0/collateral/generator/
Dsyst_cgen.pl91 foreach my $pattern (@{$CONFIG->{SrcFilePatterns}->{SrcFilePattern}}) {
92 push (@filtered_list, glob($pattern->{Pattern}));
/mipi-sys-t-3.4.0/library/doxygen/
DDoxyfile.in670 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
742 # for example use the pattern */test/*
761 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
790 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
791 # basis. Doxygen will compare the file name with each pattern and apply the
793 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
806 # pattern. A pattern will override the setting for FILTER_PATTERN (if any)
807 # and it is also possible to disable source filtering for a specific pattern