Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl_c.py89 def emit(self, s, depth, reflow=True): member in EmitVisitor
122 self.emit(s, depth)
123 self.emit("", depth)
128 self.emit(s, depth)
129 self.emit("", depth)
134 self.emit(s, depth)
135 self.emit("", depth)
153 def emit(s, depth=depth): function
154 self.emit(s % sys._getframe(1).f_locals, depth)
160 emit("enum _%(name)s_kind {" + ", ".join(enum) + "};")
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_compile.py66 emit = code.append
83 emit(OPCODES[IN_IGNORE])
84 skip = _len(code); emit(0)
86 emit(OPCODES[NEGATE])
88 emit(OPCODES[LITERAL])
89 emit(k)
90 emit(OPCODES[FAILURE])
93 emit(OPCODES[OP_IGNORE[op]])
94 emit(lo)
96 emit(OPCODES[op])
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_compile.py34 emit = code.append
43 emit(OPCODES[OP_IGNORE[op]])
44 emit(_sre.getlower(av, flags))
46 emit(OPCODES[op])
47 emit(av)
50 emit(OPCODES[OP_IGNORE[op]])
54 emit(OPCODES[op])
56 skip = _len(code); emit(0)
61 emit(OPCODES[ANY_ALL])
63 emit(OPCODES[ANY])
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py240 self.emit = self.graph.emit
283 self.emit(prefix + '_NAME', name)
285 self.emit(prefix + '_FAST', name)
287 self.emit(prefix + '_GLOBAL', name)
290 self.emit(prefix + '_NAME', name)
292 self.emit(prefix + '_GLOBAL', name)
294 self.emit(prefix + '_DEREF', name)
307 self.emit(prefix + '_FAST', name)
309 self.emit(prefix + '_NAME', name)
333 self.emit('SET_LINENO', lineno)
[all …]
Dpyassem.py69 def emit(self, *inst): member in FlowGraph
74 self.current.emit(inst)
188 def emit(self, inst): member in Block
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py58 def emit(format, *args, **kw): function
255 emit(MARK_VERY_RECENT, self)
257 emit(MARK_RECENT, self)
260 emit(ENTRY_HEADER1, self)
262 emit(ENTRY_HEADER2, self)
305 emit(ENTRY_FOOTER, self)
307 emit(ENTRY_LOGINFO, self)
400 emit(message, kw)
403 emit(PROLOGUE, entry, kwdict=kw, title=escape(title))
406 emit(EPILOGUE)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py69 def emit(self, record): member in BaseRotatingHandler
79 logging.FileHandler.emit(self, record)
393 def emit(self, record): member in WatchedFileHandler
414 logging.FileHandler.emit(self, record)
545 def emit(self, record): member in SocketHandler
784 def emit(self, record): member in SysLogHandler
865 def emit(self, record): member in SMTPHandler
965 def emit(self, record): member in NTEventLogHandler
1023 def emit(self, record): member in HTTPHandler
1082 def emit(self, record): member in BufferingHandler
D__init__.py721 def emit(self, record): member in Handler
744 self.emit(record)
830 def emit(self, record): member in StreamHandler
917 def emit(self, record): member in FileHandler
926 StreamHandler.emit(self, record)
1665 def emit(self, record): member in NullHandler
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
Dgdbnotes.txt1 arm-none-eabi-gcc -march=armv7-a -mthumb t.c -Wl,-nostdlib --emit-relocs
/device/google/contexthub/firmware/app/
Dapp.mk179 LDFLAGS += -Wl,--emit-relocs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_collectionsmodule.c836 char *emit = ""; /* No separator emitted on first pass */ in deque_tp_print() local
859 fputs(emit, fp); in deque_tp_print()
861 emit = separator; in deque_tp_print() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_collectionsmodule.c885 char *emit = ""; /* No separator emitted on first pass */ in deque_tp_print() local
908 fputs(emit, fp); in deque_tp_print()
910 emit = separator; in deque_tp_print() local
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dcpu-specific-build-macros.rst67 <= r0p4. This workaround can lead the linker to emit ``*.stub`` sections
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c580 char *emit = ""; /* No separator emitted on first pass */ in set_tp_print() local
598 fputs(emit, fp); in set_tp_print()
600 emit = separator; in set_tp_print() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c581 char *emit = ""; /* No separator emitted on first pass */ in set_tp_print() local
599 fputs(emit, fp); in set_tp_print()
601 emit = separator; in set_tp_print() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g2747 // Set it valid so we don't flag it multiple times, then emit the error
/device/linaro/bootloader/edk2/BaseTools/Conf/
Dtools_def.template4352 DEFINE GCC_ARM_AARCH64_DLINK_COMMON= -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY…