Searched refs:op_name (Results 1 – 3 of 3) sorted by relevance
99 op_name=str(op),
496 def Operation(self, op_name, *args): argument497 return self.AddOperation(Operation(op_name, args, []))
294 ((TextView) view.findViewById(R.id.op_name)).setText( in getView()