Home
last modified time | relevance | path

Searched refs:endchar (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): argument
1236 elif line[i] == endchar:
1265 if startchar == '(': endchar = ')'
1266 if startchar == '[': endchar = ']'
1267 if startchar == '{': endchar = '}'
1268 if startchar == '<': endchar = '>'
1272 line, pos, 0, startchar, endchar)
1281 line, 0, num_open, startchar, endchar)
1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): argument
1307 if line[i] == endchar:
[all …]