Home
last modified time | relevance | path

Searched refs:line_type (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py495 line_type = 'swipe' if bool('swipe' in gesture) else 'basic'
505 if line_type is 'swipe':
539 speed, line_type)
/external/python/cpython2/Lib/
Dhttplib.py1357 def __init__(self, line_type): argument
1359 % (_MAXLINE, line_type))
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc425 const char line_type, in ParseFailedExpectLine() argument
429 description << "Expect line: " << line_type << "=" << line_value; in ParseFailedExpectLine()