Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtty.py18 def setraw(fd, when=TCSAFLUSH): argument
28 tcsetattr(fd, when, mode)
30 def setcbreak(fd, when=TCSAFLUSH): argument
36 tcsetattr(fd, when, mode)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py170 …def __init__(self, filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=… argument
172 self.when = when.upper()
187 if self.when == 'S':
191 elif self.when == 'M':
195 elif self.when == 'H':
199 elif self.when == 'D' or self.when == 'MIDNIGHT':
203 elif self.when.startswith('W'):
205 if len(self.when) != 2:
206 … ValueError("You must specify a day for weekly rollover from 0 to 6 (0 is Monday): %s" % self.when)
207 if self.when[1] < '0' or self.when[1] > '6':
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert() argument
278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert()
308 double when = PyFloat_AsDouble(ot); in parse_time_double_args() local
311 *pwhen = when; in parse_time_double_args()
319 double when; in time_gmtime() local
320 if (!parse_time_double_args(args, "|O:gmtime", &when)) in time_gmtime()
322 return time_convert(when, gmtime); in time_gmtime()
335 double when; in time_localtime() local
336 if (!parse_time_double_args(args, "|O:localtime", &when)) in time_localtime()
338 return time_convert(when, localtime); in time_localtime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert() argument
278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert()
308 double when = PyFloat_AsDouble(ot); in parse_time_double_args() local
311 *pwhen = when; in parse_time_double_args()
319 double when; in time_gmtime() local
320 if (!parse_time_double_args(args, "|O:gmtime", &when)) in time_gmtime()
322 return time_convert(when, gmtime); in time_gmtime()
335 double when; in time_localtime() local
336 if (!parse_time_double_args(args, "|O:localtime", &when)) in time_localtime()
338 return time_convert(when, localtime); in time_localtime()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DReadDr4.asm36 ; DR7 when DE=0 or an exception generated when DE=1
DReadDr5.asm36 ; DR7 when DE=0 or an exception generated when DE=1
DWriteDr5.asm36 ; DR7 when DE=0 or an exception generated when DE=1
DWriteDr4.asm36 ; DR6 when DE=0 or an exception generated when DE=1
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DReadDr4.asm34 ; DR7 when DE=0 or an exception generated when DE=1
DReadDr5.asm34 ; DR7 when DE=0 or an exception generated when DE=1
DWriteDr4.asm34 ; DR6 when DE=0 or an exception generated when DE=1
DWriteDr5.asm34 ; DR7 when DE=0 or an exception generated when DE=1
/device/linaro/bootloader/edk2/SecurityPkg/
DSecurityPkg.uni33 … "0x00000002 Allow execution when there is security violation.<BR>\n"
34 … "0x00000003 Defer execution when there is security violation.<BR>\n"
35 … "0x00000004 Deny execution when there is security violation.<BR>\n"
36 … "0x00000005 Query user when there is security violation.<BR>"
46 … "0x00000002 Allow execution when there is security violation.<BR>\n"
47 … "0x00000003 Defer execution when there is security violation.<BR>\n"
48 … "0x00000004 Deny execution when there is security violation.<BR>\n"
49 … "0x00000005 Query user when there is security violation.<BR>"
57 … "0x00000002 Allow execution when there is security violation.<BR>\n"
58 … "0x00000003 Defer execution when there is security violation.<BR>\n"
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfig.vfr46 // Disable (TPM_ORD_PhysicalDisable) command is not available when disabled.
47 … // Activate/deactivate (TPM_ORD_physicalSetDeactivated) command is not available when disabled.
56 // Clear (TPM_ORD_ForceClear) command is not available when disabled or deactivated.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlnotab_notes.txt44 when the addr field increments by more than 255, the line # increment in each
58 To a first approximation, we want to call the tracing function when the line
74 However, we don't *always* want to call the line trace function when the above
116 Why do we set f_lineno when tracing, and only just before calling the trace
117 function? Well, consider the code above when 'a' is true. If stepping through
123 f_lineno when tracing, one can report a line number different from that
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt44 when the addr field increments by more than 255, the line # increment in each
58 To a first approximation, we want to call the tracing function when the line
74 However, we don't *always* want to call the line trace function when the above
116 Why do we set f_lineno when tracing, and only just before calling the trace
117 function? Well, consider the code above when 'a' is true. If stepping through
123 f_lineno when tracing, one can report a line number different from that
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/
DBaseCryptLib.uni4 // Caution: This module requires additional review when modified.
24 … #language en-US "Caution: This module requires additional review when modified. This libr…
/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DCtype.inf45 # The Build Options, below, are only used when building the C library.
46 # DO NOT use them when building your application!
/device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
DSmmTcg2PhysicalPresenceLib.uni6 // Caution: This module requires additional review when modified.
25 …"Caution: This module requires additional review when modified. This driver will have external inp…
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.inf51 # The Build Options, below, are only used when building the C library.
52 # DO NOT use them when building your application!
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DWchar.inf48 # The Build Options, below, are only used when building the C library.
49 # DO NOT use them when building your application!
/device/google/marlin/sepolicy/
Dqlogd.te3 # TODO(b/37115787): Add permissions when diag_mdlog is moved to qlogd domain
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableRuntimeDxe.uni7 // Caution: This module requires additional review when modified.
26 …me and QueryVariableInfo. Caution: This module requires additional review when modified. This driv…
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.uni6 // Caution: This module requires additional review when modified.
25 … the verification policy. Caution: This module requires additional review when modified. This libr…
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt33 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
40 the underflow flag when they should have. (Problem reported by Doug

12345678910>>...14