Searched defs:push (Results 1 - 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
H A Dparse.py147 self.push(t, self.grammar.dfas[t], newstate, context)
184 def push(self, type, newdfa, newstate, context): member in class:Parser
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcode.py243 more = self.push(line)
249 def push(self, line): member in class:InteractiveConsole
H A Dmultifile.py14 fp.push(separator)
22 It is also allowed to use multiple push()...pop() sequences.
133 def push(self, sep): member in class:MultiFile
135 raise Error, 'bad MultiFile.push() call'
H A Dasynchat.py179 def push (self, data): member in class:async_chat
286 def push (self, data): member in class:fifo
H A Dsmtpd.py131 self.push('220 %s %s' % (self.__fqdn, __version__))
135 def push(self, msg): member in class:SMTPChannel
136 asynchat.async_chat.push(self, msg + '\r\n')
149 self.push('500 Error: bad syntax')
161 self.push('502 Error: command "%s" not implemented' % command)
167 self.push('451 Internal confusion')
187 self.push('250 Ok')
189 self.push(status)
194 self.push('501 Syntax: HELO hostname')
197 self.push('50
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dmisc.py37 def push(self, elt): member in class:Stack
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A DGpt.asm67 push ax ; PUSH 0x0000
68 push di ; PUSH 0x0600 + Offset(RelocatedStart) define
95 push ax ; 0000:7bfe = MaxHead
98 push ax ; 0000:7bfc = MaxSector
109 push es
129 push edx
139 push es
167 push ax ; PUSH 0x0000
169 push di ; PUSH 0x7C00 define
184 push d define
[all...]
H A DMbr.asm67 push ax ; PUSH 0x0000
68 push di ; PUSH 0x0600 + Offset(RelocatedStart) define
96 push ax ; 0000:7bfe = MaxHead
99 push ax ; 0000:7bfc = MaxSector
135 push dx ; 0000:7bfa = Si <---- define
160 push ax ; PUSH 0x0000 - Segment
162 push di ; PUSH 0x7C00 - Offset define
170 push ax
H A Dbootsect.asm100 push ax ; 0000:7bfe = MaxHead
103 push ax ; 0000:7bfc = MaxSector
118 push ds define
176 push dx define
182 push es
235 push cx
241 push bx ; Save number of blocks to transfer
H A Dbs16.asm87 push ax ; 0000:7bfe = MaxHead
90 push ax ; 0000:7bfc = MaxSector
105 push ds define
163 push dx define
169 push es
222 push cx
228 push bx ; Save number of blocks to transfer
H A Dbs32.asm102 push ax ; 0000:7bfe = MaxHead
105 push ax ; 0000:7bfc = MaxSector
129 push ds define
185 push dx define
191 push es
244 push cx
250 push bx ; Save number of blocks to transfer
H A Dst16_64.asm65 push cx
75 push es
92 push es
120 push cs
155 push cx ; Push Start Cluster onto stack
164 push si ; Save si
172 push es
173 push ds define
192 push bx ; StartCluster = NextClusterNumber
199 push a
[all...]
H A Dst32_64.asm80 push cx
90 push es
107 push es
135 push cs
171 push cx ; Push Start Cluster onto stack
180 push si ; Save si
188 push es
189 push ds define
208 push bx ; StartCluster = NextClusterNumber
215 push a
[all...]
H A Dstart.asm65 push cx
75 push es
92 push es
143 push cx ; Push Start Cluster onto stack
154 push si ; Save si
162 push es
163 push ds define
187 push bx ; StartCluster = NextClusterNumber
194 push ax ; save start sector
241 push a
[all...]
H A Dstart16.asm65 push cx
75 push es
92 push es
143 push cx ; Push Start Cluster onto stack
152 push si ; Save si
160 push es
161 push ds define
180 push bx ; StartCluster = NextClusterNumber
187 push ax ; save start sector
234 push a
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dparser.c120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) function
252 if ((err = push(&ps->p_stack, nt, d1,
254 D(printf(" MemError: push\n"));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
H A Dfeedparser.py13 data. When you have no more data to push into the parser, call .close().
47 You can also push and pop line-matching predicates onto a stack. When the
87 # We're at the false EOF. But push the last line back first.
93 # Let the consumer push a line back into the buffer.
97 def push(self, data):
158 self._input.push(data)
210 # part of the body so push it back.
299 # boundary as well as the end-of-multipart boundary. Don't push
465 # probably the first line of the body, so push back the
96 def push(self, data): member in class:BufferedSubFile
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dparser.c120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) function
252 if ((err = push(&ps->p_stack, nt, d1,
254 D(printf(" MemError: push\n"));
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
H A DVbeShim.asm25 push si
64 push es
65 push di define
66 push ds define
67 push si
68 push cx
73 push cs
91 push es
92 push di define
93 push d define
141 push dx define
157 push dx define
239 push ds ; save original define
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
H A DThunk16.asm85 push ss
86 push cs
88 call @Base ; push eip
92 push gs
93 push fs
94 push es
95 push ds define
164 call @Base ; push eip
168 push [esp + sizeof (IA32_REGS) + 2]
170 push ea
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
H A DThunk16.asm98 push edi ; save stack offset
101 push sizeof (IA32_REGS) / 4
131 push edx
173 pushf ; push Flags when it's INT#
175 push cs
176 ; push @FarCallRet - _Code16Addr
177 DB 68h ; push /iw
186 push gs
187 push fs
188 push e
189 push ds define
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm86 push ss
87 push cs
89 call @Base ; push eip
93 push gs
94 push fs
95 push es
96 push ds define
226 push sizeof (IA32_REGS) / 4
249 push 10h
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_poplib.py39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
62 def push(self, data): member in class:DummyPOP3Handler
63 asynchat.async_chat.push(self, data + '\r\n')
67 self.push(arg)
71 self.push("-ERR no such user")
72 self.push('+OK password required')
76 self.push("-ERR wrong password")
77 self.push('+OK 10 messages')
80 self.push('
[all...]
H A Dtest_ftplib.py47 self.baseclass.push('226 transfer complete')
68 self.push('220 welcome')
77 self.push(self.next_response)
90 self.push('550 command "%s" not understood.' %cmd)
95 def push(self, data): member in class:DummyFTPHandler
96 asynchat.async_chat.push(self, data + '\r\n')
104 self.push('200 active data connection established')
114 self.push('227 entering passive mode (%s,%d,%d)' %(ip, p1, p2))
123 self.push('200 active data connection established')
131 self.push('22
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py66 def push(self, RangeObject): member in class:RangeContainer
112 rangeContainer.push(RangeObject(0, int(Operand) - 1))
113 rangeContainer.push(RangeObject(int(Operand) + 1, MaxOfType(DataType)))
126 rangeContainer.push(RangeObject(0, int(Operand)))
138 rangeContainer.push(RangeObject(0, int(Operand) - 1))
151 rangeContainer.push(RangeObject(int(Operand), MaxOfType(DataType)))
164 rangeContainer.push(RangeObject(int(Operand) + 1, MaxOfType(DataType)))
177 rangeContainer.push(RangeObject(int(Operand) , int(Operand)))
244 rangeContainer.push(RangeObject(start, end))
275 rangeContainer.push(RangeObjec
[all...]

Completed in 283 milliseconds

12