OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myseq
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
274
self.getresponse(
myseq
=None, wait=0.05)
279
def getresponse(self,
myseq
, wait):
280
response = self._getresponse(
myseq
, wait)
295
def _getresponse(self,
myseq
, wait):
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
]
[
all
...]
run.py
273
rpc.RPCHandler.getresponse(self,
myseq
=None, wait=0.05)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
274
self.getresponse(
myseq
=None, wait=0.05)
279
def getresponse(self,
myseq
, wait):
280
response = self._getresponse(
myseq
, wait)
295
def _getresponse(self,
myseq
, wait):
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
]
[
all
...]
run.py
273
rpc.RPCHandler.getresponse(self,
myseq
=None, wait=0.05)
/external/tcpdump/
print-chdlc.c
135
u_int8_t
myseq
[4];
member in struct:cisco_slarp::__anon18951::__anon18953
177
EXTRACT_32BITS(&slarp->un.keep.
myseq
),
Completed in 120 milliseconds