Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 59) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py69 def emit(self, record): argument
77 if self.shouldRollover(record):
79 logging.FileHandler.emit(self, record)
83 self.handleError(record)
146 def shouldRollover(self, record): argument
156 msg = "%s\n" % self.format(record)
282 def shouldRollover(self, record): argument
393 def emit(self, record): argument
414 logging.FileHandler.emit(self, record)
516 def makePickle(self, record): argument
[all …]
D__init__.py404 def formatTime(self, record, datefmt=None): argument
422 ct = self.converter(record.created)
427 s = "%s,%03d" % (t, record.msecs)
451 def format(self, record): argument
464 record.message = record.getMessage()
466 record.asctime = self.formatTime(record, self.datefmt)
467 s = self._fmt % record.__dict__
468 if record.exc_info:
471 if not record.exc_text:
472 record.exc_text = self.formatException(record.exc_info)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmakeunicodedata.py112 record = unicode.table[char]
113 if record:
115 category = CATEGORY_NAMES.index(record[2])
116 combining = int(record[3])
117 bidirectional = BIDIRECTIONAL_NAMES.index(record[4])
118 mirrored = record[9] == "Y"
119 eastasianwidth = EASTASIANWIDTH_NAMES.index(record[15])
120 normalizationquickcheck = record[17]
144 record = unicode.table[char]
145 if record:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_warnings.py78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record=True,
[all …]
Dtest_logging.py347 def filter(self, record): argument
348 return record.levelno != GARRULOUS
354 def filter(self, record): argument
355 return record.levelno not in [SOCIABLE, TACITURN]
839 record = logging.makeLogRecord(obj)
840 self.handle_log_record(record)
845 def handle_log_record(self, record): argument
848 if self.TCP_LOG_END in record.msg:
851 self.server.log_output += record.msg + "\n"
Dtest_operator.py381 record = A()
382 record.x = 'X'
383 record.y = 'Y'
384 record.z = 'Z'
385 self.assertEqual(operator.attrgetter('x','z','y')(record), ('X', 'Z', 'Y'))
386 self.assertRaises(TypeError, operator.attrgetter('x', (), 'y'), record)
Dtest_io.py425 record = []
428 record.append(1)
436 record.append(2)
439 record.append(3)
445 self.assertEqual(record, [1, 2, 3])
450 record = []
461 record.append(self.on_del)
469 record.append(self.on_close)
472 record.append(self.on_flush)
477 self.assertEqual(record, [1, 2, 3])
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiDebug.h92 #define CR(record, TYPE, field, signature) \ argument
93 _CR(record, TYPE, field)->Signature != signature ? \
94 (TYPE *) (_DEBUG_ASSERT("CR has Bad Signature"), record) : \
95 _CR(record, TYPE, field)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dst.c22 st_data_t record; member
257 if (value != 0) *value = ptr->record;
277 entry->record = value;\
300 ptr->record = value;
409 if (value != 0) *value = ptr->record;
420 if (value != 0) *value = tmp->record;
452 if (value != 0) *value = ptr->record;
453 ptr->key = ptr->record = never;
498 retval = (*func)(ptr->key, ptr->record, arg);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DPiSmbiosRecordOnDataHubSmbiosRecordThunk.inf2 # This thunk driver register a filter for DataHub protocol, once a data hub record
4 # translate the datahub's record to SMBIOS record.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DS3SaveStateDxe.uni4 // It will install S3 Save State protocol to store or record various IO operations to be replayed d…
21 … #language en-US "It will install S3 Save State protocol to store or record various IO operati…
DS3SaveStateDxe.inf4 # It will install S3 Save State protocol to store or record various IO operations to be replayed du…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
DSmmS3SaveState.uni4 // It will install S3 SMM Save State protocol to store or record various IO operations to be replay…
21 …nguage en-US "It will install the S3 SMM Save State protocol to store or record various IO operati…
DSmmS3SaveState.inf4 # It will install S3 SMM Save State protocol to store or record various IO operations to be replaye…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py60 record.append(1)
61 record = []
67 self.assertEqual(record, [])
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.asm65 ;; The context record will be built by pushing register values onto this stack.
72 ;; Then we building the context record on the stack. Since the stack grows down,
73 ;; we push the fields of the context record from the back to the front. There
203 ;; Next, construct the context record. It will be build on the debug stack by
205 ;; on the debug stack. The context record must be built from the end back to the
208 ;; For reference, the context record looks like this:
266 ;; is building the context record on the debug stack, we need to save the pushed
444 ;; The value of ESP as stored in the context record is the application ESP
DAsmFuncs.S109 ## Next, construct the context record. It will be build on the debug stack by
111 ## on the debug stack. The context record must be built from the end back to the
114 ## For reference, the context record looks like this:
181 ## is building the context record on the debug stack, we need to save the pushed
359 ## The value of ESP as stored in the context record is the application ESP
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall.py231 self.record = None
581 if self.record:
588 (self.record, outputs),
590 self.record)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DVfrStrings.uni62 #string STR_CLEAR_ALL #language en-US "Clear all mapping record!"
63 … #language fr-FR "fr-FR: Clear all mapping record!"
65 … #language fr-FR "fr-FR: Clear all mapping record!"
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DAsmFuncs.asm63 ;; The context record will be built by pushing register values onto this stack.
70 ;; Then we building the context record on the stack. Since the stack grows down,
71 ;; we push the fields of the context record from the back to the front. There
204 ;; Next, construct the context record. It will be build on the debug stack by
206 ;; on the debug stack. The context record must be built from the end back to the
209 ;; For reference, the context record looks like this:
294 ;; is building the context record on the debug stack, we need to save the pushed
481 ;; The value of RSP as stored in the context record is the application RSP
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscOemString.uni2 // Unicode string used for SMBIOS type 11 record (OEM string)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dsite.py169 for record in traceback.format_exception(*sys.exc_info()):
170 for line in record.splitlines():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dsite.py171 for record in traceback.format_exception(*sys.exc_info()):
172 for line in record.splitlines():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwarnings.py318 def __init__(self, record=False, module=None): argument
326 self._record = record
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py322 def __init__(self, record=False, module=None): argument
330 self._record = record

123