OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_interCharTimeout
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialutil.py
266
self.
_interCharTimeout
= None # correct value is assigned below through properties
477
self.
_interCharTimeout
= interCharTimeout
482
return self.
_interCharTimeout
serialposix.py
318
if self.
_interCharTimeout
is not None:
320
vtime = int(self.
_interCharTimeout
* 10)
680
(self.
_interCharTimeout
is not None and self.
_interCharTimeout
> 0)) and not buf:
serialwin32.py
118
if self._timeout != 0 and self.
_interCharTimeout
is not None:
119
timeouts = (int(self.
_interCharTimeout
* 1000),) + timeouts[1:]
Completed in 166 milliseconds