Home
last modified time | relevance | path

Searched refs:handlerName (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/test/test/javassist/proxy/
DProxyCacheGCTest.java76 String handlerName = "test.javassist.MyHandler_" + counter; in createProxy() local
77 CtClass ctHandlerClass = classPool.makeClass(handlerName); in createProxy()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowView.java827 final String handlerName = attributeSet.getAttributeValue("android", in applyOnClickAttribute() local
829 if (handlerName == null) { in applyOnClickAttribute()
840 mHandler = getContext().getClass().getMethod(handlerName, in applyOnClickAttribute()
848 handlerName + "(View) in the activity " in applyOnClickAttribute()
/external/chromium_org/chrome/browser/resources/google_now/
Dutility.js82 function buildServerRequest(method, handlerName, contentType) { argument
86 request.open(method, NOTIFICATION_CARDS_URL + '/' + handlerName, true);
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2141 const std::string *handlerName = in EmitOverflowCheckedBinOp() local
2143 if (handlerName->empty()) { in EmitOverflowCheckedBinOp()
2171 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()