Searched refs:handlerName (Results 1 - 9 of 9) sorted by relevance

/external/javassist/src/test/test/javassist/proxy/
H A DProxyCacheGCTest.java76 String handlerName = "test.javassist.MyHandler_" + counter;
77 CtClass ctHandlerClass = classPool.makeClass(handlerName);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java837 final String handlerName = attributeSet.getAttributeValue("android",
839 if (handlerName == null) {
850 mHandler = getContext().getClass().getMethod(handlerName,
858 handlerName + "(View) in the activity "
/external/chromium_org/chrome/browser/resources/google_now/
H A Dutility.js104 * @param {string} handlerName Server handler to send the request to.
108 function buildServerRequest(method, handlerName, opt_contentType) {
112 request.open(method, NOTIFICATION_CARDS_URL + '/' + handlerName, true);
H A Dbackground.js319 * @param {string} handlerName Server handler to send the request to.
324 function requestFromServer(method, handlerName, opt_contentType) {
326 var request = buildServerRequest(method, handlerName, opt_contentType);
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py516 handlerName = "op_" + token
517 if hasattr(self, handlerName):
518 handler = getattr(self, handlerName)
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py516 handlerName = "op_" + token
517 if hasattr(self, handlerName):
518 handler = getattr(self, handlerName)
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2236 const std::string *handlerName = local
2238 if (handlerName->empty()) {
2266 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 599 milliseconds