OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suboption
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py
348
def checkAnswer(self,
suboption
):
353
if self.value ==
suboption
[:len(self.value)]:
359
self.connection.logger.debug("SB Answer %s -> %r -> %s" % (self.name,
suboption
, self.state))
687
suboption
= None
710
if
suboption
is not None:
711
suboption
.append(byte)
718
if
suboption
is not None:
719
suboption
.append(IAC)
725
suboption
= bytearray()
729
self._telnetProcessSubnegotiation(bytes(
suboption
))
[
all
...]
/external/chromium_org/chrome/browser/resources/options/
options_page.css
402
.
suboption
{
Completed in 112 milliseconds