Searched refs:_RaiseExceptionForOperation (Results 1 – 1 of 1) sorted by relevance
78 lambda op: _RaiseExceptionForOperation(op, "ALLOCATE_DEVICE"))88 lambda op: _RaiseExceptionForOperation(op, "EXEC_COMMAND"))102 lambda op: _RaiseExceptionForOperation(op, "EXEC_COMMAND",132 def _RaiseExceptionForOperation(operation, op_type, error_msg="unit test"): function