Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strptime.py31 def compare_against_time(self, testing, directive, tuple_position, argument
37 strftime_output = time.strftime(directive, self.time_tuple).lower()
158 for directive in ('a','A','b','B','c','d','H','I','j','m','M','p','S',
160 compiled = self.time_re.compile("%" + directive)
161 found = compiled.match(time.strftime("%" + directive))
163 (time.strftime("%" + directive),
228 def helper(self, directive, position): argument
230 strf_output = time.strftime("%" + directive, self.time_tuple)
231 strp_output = _strptime._strptime_time(strf_output, "%" + directive)
234 (directive, strf_output, strp_output[position],
[all …]
Dtest_time.py32 for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'H', 'I',
35 format = ' %' + directive
111 for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'H', 'I',
114 format = '%' + directive
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_strptime.py138 for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')):
151 if '00' in time.strftime(directive, time_tuple):
221 def __seqToRE(self, to_convert, directive): argument
237 regex = '(?P<%s>%s' % (directive, regex)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DProcessorAsms.Asm19 ; - Masm uses "This", "ebx", etc as a directive.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt1066 #195. (Changed in MR14) #line directive not at column 1
1069 a #line directive which was not at column 1.
1281 which were defined via the #tokdefs directive.
1296 The #line directive may appear in the following forms:
1311 is replaced with ll from the # or #line directive
1333 removed from the #line directive. Thus, if the line-info was
DCHANGES_FROM_133_before_mr13.txt3067 #57. (Changed in 1.33MR7) Format of #line directive
3069 Previously, the -gl directive for line 1234 would
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt277 your .dsc file using the !include directive. The provided AppPkg.dsc and
280 The "boilerplate" text can be included using a !include directive in the
/device/linaro/bootloader/edk2/StdLib/
DReadMe.txt266 your .dsc file using the !include directive. The provided AppPkg.dsc and
269 The "boilerplate" text can be included using a !include directive in the
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt266 your .dsc file using the !include directive. The provided AppPkg.dsc and
269 The "boilerplate" text can be included using a !include directive in the
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt291 The #errclass directive is supposed to allow a programmer to define
1748 #195. (Changed in MR14) #line directive not at column 1
1751 a #line directive which was not at column 1.
1963 which were defined via the #tokdefs directive.
1978 The #line directive may appear in the following forms:
1993 is replaced with ll from the # or #line directive
2015 removed from the #line directive. Thus, if the line-info was
DCHANGES_FROM_133_BEFORE_MR13.txt3067 #57. (Changed in 1.33MR7) Format of #line directive
3069 Previously, the -gl directive for line 1234 would
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt245 bols. The use of the #parser directive creates this
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Drounding.decTest1058 -- reprise rounding mode effect (using multiplies so precision directive used)
1298 -- reprise rounding mode effect (using multiplies so precision directive used)
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst84 directive:
90 Or alternatively the following assembler code directive:
Duser-guide.rst552 this directive if they need to handle such interruption. When enabled,