Searched refs:text (Results 1 – 13 of 13) sorted by relevance
/SCP-firmware-master/tools/ |
A D | check_framework.py | 18 def banner(text): argument 20 title = " {} ".format(text)
|
A D | check_module_utest.py | 18 def banner(text): argument 20 title = " {} ".format(text)
|
A D | check_pycodestyle.py | 19 def banner(text): argument 21 title = " {} ".format(text)
|
A D | ci_cmake.py | 59 def banner(text): argument 61 title = " {} ".format(text)
|
/SCP-firmware-master/arch/arm/armv8-a/src/ |
A D | arch.ld.S | 135 .text : { 138 *(.text*) 195 __TEXT_START__ = LOADADDR(.text); 196 __TEXT_SIZE__ = SIZEOF(.text);
|
/SCP-firmware-master/arch/arm/arm-m/src/ |
A D | arch.ld.S | 86 .text : { 87 *(.text .text.*)
|
/SCP-firmware-master/doc/media/ |
A D | style.css | 93 text-align: center; 110 text-decoration: none; 188 text-indent: -53px; 212 text-align: right; 288 text-align: center; 300 text-align: center; 311 text-align: right; 495 text-align: center; 591 text-align: right; 654 text-shadow: none; [all …]
|
/SCP-firmware-master/module/bootloader/src/ |
A D | mod_bootloader_boot.S | 10 .text
|
/SCP-firmware-master/arch/arm/armv8-a/include/common/ |
A D | asm_macros_common.S | 33 .section .text.asm.\_name, "ax"
|
/SCP-firmware-master/ |
A D | license.md | 34 Individual files contain the following tag instead of the full license text.
|
/SCP-firmware-master/debugger/src/cli/ |
A D | readme.txt | 18 sizes, default prompt text, platform return codes, etc. 68 Note that the maximum size of individual print text is limited by the
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/portable/GCC/ARM_CA53_64_Rcar/ |
A D | portASM.S | 28 .text
|
/SCP-firmware-master/doc/ |
A D | Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 9 # All text after a single hash (#) is considered a comment and will be ignored. 21 # that follow. The default is UTF-8 which is also the encoding used for all text 113 # used to form the text in various listings. Each string in this list, if found 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 537 # append additional text to a page's title, such as Class Reference. If set to 768 # can produce. The string should contain the $file, $line, and $text tags, which 770 # and the warning text. Optionally the format may contain $version, which will 773 # The default value is: $file:$line: $text. [all …]
|
Completed in 19 milliseconds