Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py109 line_type = line['type']
110 self.signature.update(line_type)
112 if line_type == '{':
115 elif line_type == '}':
124 elif line_type == '.' or line_type == '!':
129 raise Exception('Unknown line type: \'%s\'' % line_type)
/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/python/cpython3/Lib/http/
Dclient.py1453 def __init__(self, line_type): argument
1455 % (_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()