Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dtokenutil_test.py124 tokenutil.GetNextCodeToken(_GetTokenStartingWith('start1')).string)
128 tokenutil.GetNextCodeToken(_GetTokenStartingWith('.')).string)
132 tokenutil.GetNextCodeToken(_GetTokenStartingWith('end1')))
Decmalintrules.py248 next_code = tokenutil.GetNextCodeToken(token)
362 next_token = tokenutil.GetNextCodeToken(token)
Dtokenutil.py527 def GetNextCodeToken(token): function
Dindentation.py246 next_code_token = tokenutil.GetNextCodeToken(token)
Derror_fixer.py353 insertion_point = tokenutil.GetNextCodeToken(token)