Searched refs:NoSuchGlobalVariable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dbuildbot_globals.py41 class NoSuchGlobalVariable(KeyError): class in inherits:KeyError
55 NoSuchGlobalVariable if there is no variable with that name.
72 raise NoSuchGlobalVariable(var_name)
/external/skia/tools/
H A Dbuildbot_globals.py41 class NoSuchGlobalVariable(KeyError): class in inherits:KeyError
55 NoSuchGlobalVariable if there is no variable with that name.
72 raise NoSuchGlobalVariable(var_name)

Completed in 723 milliseconds