Home
last modified time | relevance | path

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

/aosp_15_r20/external/antlr/runtime/Python/tests/
H A Dtestbase.py61 compileErrorCache = {} variable
210 if grammarName in compileErrorCache:
280 compileErrorCache[grammarName] = True
/aosp_15_r20/external/antlr/runtime/Python3/tests/
H A Dtestbase.py62 compileErrorCache = {} variable
194 if grammarName in compileErrorCache:
261 compileErrorCache[grammarName] = True