Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/
HDGenerateOriginalFiles.py132 for line in f.readlines():
133 if line.lstrip().startswith('#include '):
134 if '<' in line:
138 header = line.split(start_token)[1].split(end_token)[0]
143 header = line.split(start_token)[1]
173 for line in CopyRightNotice:
190 for line in f.readlines():
191 CopyRightNotice.append(line)
193 if '*/' in line:
213 for line in f.readlines():
[all …]
HDCMakeLists.txt89 " or from CMake command line option:\n"
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
HDmake_common_makefile.py80 def patch_compile_output(opsys, line, key, value): argument
82 return line
86 return re.sub('/Fo\s+', '/Fo', line)
88 return re.sub('/Fe\s+', '/Fe', line)
89 return line
182 for line in _template:
183 line = patch_path_separator(opsys, line)
184 keys = re.findall('@(\w+)@', line)
188 line = line.replace('@{}@'.format(key), " ".join(value))
189 line = patch_compile_output(opsys, line, key, value)
[all …]
HDmake_type_header_files.py64 for line in in_file:
65 matched = _DEFINE_REGEX_HEADER.match(line)
66 if line.strip().startswith("#if"):
68 in_potential_def_scope += line
69 elif line.strip().startswith("#endif") and potential_define:
71 in_potential_def_scope += line
78 in_potential_def_scope += line
80 continue_define = line.strip("\n").endswith("\\")
81 collector_result += line
83 in_potential_def_scope += line
HDninja.py181 for line in makefile:
182 if line.strip().lower().startswith('entry'):
183 return line[line.find('=')+1:].strip()
184 if line.strip().lower().startswith('h_entry'):
185 return line[line.find('=')+1:].strip()
HDmake_proof_makefiles.py138 no_comments = "\n".join([line for line in lines
139 if line and not line.lstrip().startswith("#")])
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
HDcompute_patch.py75 content = "".join([line for line in source
76 if line and not line.strip().startswith("#")])
96 for line in source:
97 match = DEFINE_REGEX_HEADER.match(line)
101 full_def = line
103 while line.rstrip().endswith("\\"):
104 line = next(source)
105 full_def += line
113 modified_content += line
114 last = line
HD.gitattributes1 # It seems git apply does not want crlf line endings on Windows
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
HDstyle.css109 div.line {
130 a.code, a.code:visited, a.line, a.line:visited {
HDconfig.doxyfile53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
206 # first line (until the first dot) of a Javadoc-style comment as the brief
214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
225 # line (until the first dot) of a Qt-style comment as the brief description. If
233 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
235 # to treat a multi-line C++ comment block as a detailed description. Set this
872 # can produce. The string should contain the $file, $line, and $text tags, which
873 # will be replaced by the file and line number from which the warning originated
878 # The default value is: $file:$line: $text.
880 WARN_FORMAT = "$file:$line: $text"
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/.github/
HDCODEOWNERS1 # Each line is a file pattern followed by one or more owners.
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
HDCMakeLists.txt61 # Uncomment the below line if the desired platform is 32-bit
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
HDREADME.md92 on Windows), and `goto-instrument` from the command line. If you build