Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): function
1271 (end_pos, num_open) = FindEndOfExpressionInLine(
1280 (end_pos, num_open) = FindEndOfExpressionInLine(
3226 (end, _) = FindEndOfExpressionInLine(expression, 0, 1, '(', ')')