Searched refs:handlerName (Results 1 – 4 of 4) sorted by relevance
76 String handlerName = "test.javassist.MyHandler_" + counter; in createProxy() local77 CtClass ctHandlerClass = classPool.makeClass(handlerName); in createProxy()
837 final String handlerName = attributeSet.getAttributeValue("android", in applyOnClickAttribute() local839 if (handlerName == null) { in applyOnClickAttribute()850 mHandler = getContext().getClass().getMethod(handlerName, in applyOnClickAttribute()858 handlerName + "(View) in the activity " in applyOnClickAttribute()
516 handlerName = "op_" + token517 if hasattr(self, handlerName):518 handler = getattr(self, handlerName)
2361 const std::string *handlerName = in EmitOverflowCheckedBinOp() local2363 if (handlerName->empty()) { in EmitOverflowCheckedBinOp()2395 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()