Home
last modified time | relevance | path

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

/external/libvpx/libvpx/tools/
Dcpplint.py1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): function
1343 (start_pos, num_open) = FindStartOfExpressionInLine(
1352 (start_pos, num_open) = FindStartOfExpressionInLine(
/external/libaom/libaom/tools/
Dcpplint.py1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): function
1343 (start_pos, num_open) = FindStartOfExpressionInLine(
1352 (start_pos, num_open) = FindStartOfExpressionInLine(
/external/google-styleguide/cpplint/
Dcpplint.py1635 def FindStartOfExpressionInLine(line, endpos, stack): function
1734 (start_pos, stack) = FindStartOfExpressionInLine(line, pos, [])
1742 (start_pos, stack) = FindStartOfExpressionInLine(line, len(line) - 1, stack)