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()
827 final String handlerName = attributeSet.getAttributeValue("android", in applyOnClickAttribute() local829 if (handlerName == null) { in applyOnClickAttribute()840 mHandler = getContext().getClass().getMethod(handlerName, in applyOnClickAttribute()848 handlerName + "(View) in the activity " in applyOnClickAttribute()
82 function buildServerRequest(method, handlerName, contentType) { argument86 request.open(method, NOTIFICATION_CARDS_URL + '/' + handlerName, true);
2141 const std::string *handlerName = in EmitOverflowCheckedBinOp() local2143 if (handlerName->empty()) { in EmitOverflowCheckedBinOp()2171 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()