Searched refs:line (Results 1 – 13 of 13) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/ |
HD | GenerateOriginalFiles.py | 132 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 …]
|
HD | CMakeLists.txt | 89 " or from CMake command line option:\n"
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ |
HD | make_common_makefile.py | 80 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 …]
|
HD | make_type_header_files.py | 64 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
|
HD | ninja.py | 181 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()
|
HD | make_proof_makefiles.py | 138 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/ |
HD | compute_patch.py | 75 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 | .gitattributes | 1 # It seems git apply does not want crlf line endings on Windows
|
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
HD | style.css | 109 div.line { 130 a.code, a.code:visited, a.line, a.line:visited {
|
HD | config.doxyfile | 53 # 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/ |
HD | CODEOWNERS | 1 # Each line is a file pattern followed by one or more owners.
|
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ |
HD | CMakeLists.txt | 61 # Uncomment the below line if the desired platform is 32-bit
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/ |
HD | README.md | 92 on Windows), and `goto-instrument` from the command line. If you build
|