Lines Matching refs:r
91 r'.*\.git.*',
92 r'.*portable/IAR/AtmelSAM7S64/.*AT91SAM7.*',
93 r'.*portable/GCC/ARM7_AT91SAM7S/.*',
94 r'.*portable/MPLAB/PIC18F/stdio.h',
95 r'.*portable/ThirdParty/xClang/XCOREAI/*',
96 r'.*IAR/ARM_C*',
97 r'.*IAR/78K0R/*',
98 r'.*CCS/MSP430X/*',
99 r'.*portable/template/*',
100 r'.*template_configuration/*'
104 r'.*portable/ThirdParty/GCC/Posix/port*',
105 r'.*portable/ThirdParty/*',
106 r'.*portable/IAR/AVR32_UC3/.*',
107 r'.*portable/GCC/AVR32_UC3/.*',
111 r'.*portable/ARMv8M/*',
112 r'.*portable/.*/ARM_CM23*',
113 r'.*portable/.*/ARM_CM33*',
114 r'.*portable/.*/ARM_CM35*',
115 r'.*portable/.*/ARM_CM55*',
116 r'.*portable/.*/ARM_CM85*',
150 FREERTOS_COPYRIGHT_REGEX = r"^(;|#)?( *(\/\*|\*|#|\/\/))? Copyright \(C\) 20\d\d Amazon.com, Inc. o…
152 FREERTOS_ARM_COLLAB_COPYRIGHT_REGEX = r"(^(;|#)?( *(\/\*|\*|#|\/\/))? Copyright \(C\) 20\d\d Amazon…
153 … r"(^(;|#)?( *(\/\*|\*|#|\/\/))? Copyright 20\d\d Arm Limited and/or its affiliates( \*\/)?$)|" + \
154 … r"(^(;|#)?( *(\/\*|\*|#|\/\/))? <open-source-office@arm.com>( \*\/)?$)"