Home
last modified time | relevance | path

Searched refs:myseq (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Drpc.py274 self.getresponse(myseq=None, wait=0.05)
279 def getresponse(self, myseq, wait): argument
280 response = self._getresponse(myseq, wait)
295 def _getresponse(self, myseq, wait): argument
296 self.debug("_getresponse:myseq:", myseq)
300 response = self.pollresponse(myseq, wait)
305 cvar = self.cvars[myseq]
307 while myseq not in self.responses:
309 response = self.responses[myseq]
311 (myseq, response))
[all …]
Drun.py292 rpc.RPCHandler.getresponse(self, myseq=None, wait=0.05)
/external/python/cpython3/Lib/idlelib/
Drpc.py286 self.getresponse(myseq=None, wait=0.05)
291 def getresponse(self, myseq, wait): argument
292 response = self._getresponse(myseq, wait)
307 def _getresponse(self, myseq, wait): argument
308 self.debug("_getresponse:myseq:", myseq)
312 response = self.pollresponse(myseq, wait)
317 cvar = self.cvars[myseq]
319 while myseq not in self.responses:
321 response = self.responses[myseq]
323 (myseq, response))
[all …]
Drun.py441 rpc.RPCHandler.getresponse(self, myseq=None, wait=0.05)
/external/tcpdump/
Dprint-chdlc.c131 uint8_t myseq[4]; member
173 EXTRACT_32BITS(&slarp->un.keep.myseq), in chdlc_slarp_print()