Searched refs:string (Results 1 – 5 of 5) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/ |
| D | make_common_makefile.py | 32 def cleanup_whitespace(string): argument 33 return re.sub('\s+', ' ', string.strip()) 67 def patch_path_separator(opsys, string): argument 71 def escape_separator(string): argument 72 return string.split(from_separator + from_separator) 74 def change_separator(string): argument 75 return string.replace(from_separator, to_separator) 78 for escaped in escape_separator(string)])
|
| D | make_proof_makefiles.py | 403 def wrap(string): argument 404 return re.sub(r"\s+", " ", re.sub("\n", " ", string))
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ |
| D | CMakeLists.txt | 39 string( APPEND GLOBAL_INCLUDES "-I ${MODULE_ROOT_DIR}/source/include ") 40 string( APPEND GLOBAL_INCLUDES "-I ${UNIT_TEST_DIR}/ConfigFiles " ) 41 string( APPEND GLOBAL_INCLUDES "-I ${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include " ) 92 string(TOUPPER ${MODIFIED_FILE} Guard)
|
| /FreeRTOS-Plus-TCP-v3.1.0/ |
| D | MISRA.md | 175 logging string. This is only used in a utility function which aids in
|
| /FreeRTOS-Plus-TCP-v3.1.0/docs/doxygen/ |
| D | config.doxyfile | 113 # used to form the text in various listings. Each string in this list, if found 352 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 355 # definitions whose arguments contain STL classes (e.g. func(std::string); 356 # versus func(std::string) {}). This also make the inheritance and collaboration 677 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still 842 # can produce. The string should contain the $file, $line, and $text tags, which 1366 # This tag specifies a string that should uniquely identify the documentation 1367 # set bundle. This should be a reverse domain-name style string, e.g. 1374 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify 1376 # string, e.g. com.mycompany.MyDocSet.documentation. [all …]
|