Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 97) sorted by relevance

1234

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java53 void printMethodLineTable(long classID, String className /* may be null */, String methodName) { in printMethodLineTable()
92 long getMethodStartCodeIndex(long classID, String methodName) { in getMethodStartCodeIndex()
116 long getMethodEndCodeIndex(long classID, String methodName) { in getMethodEndCodeIndex()
140 protected Location getMethodEntryLocation(long classID, String methodName) { in getMethodEntryLocation()
169 protected Location getMethodEndLocation(long classID, String methodName) { in getMethodEndLocation()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DMethodDelegate.java116 Object newInstance(Class delegateClass, String methodName, Class iface); in newInstance()
119 public static MethodDelegate createStatic(Class targetClass, String methodName, Class iface) { in createStatic()
127 public static MethodDelegate create(Object target, String methodName, Class iface) { in create()
159 private String methodName; field in MethodDelegate.Generator
175 public void setMethodName(String methodName) { in setMethodName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java85 String methodName, classSignature; in testFrames005() local
139 String methodName, classSignature; in testFrames004() local
194 String methodName, classSignature; in testFrames003() local
254 String methodName, classSignature; in testFrames002() local
349 String methodName, classSignature; in testFrames001() local
/external/chromium_org/content/shell/tools/plugin/Tests/
DNPRuntimeObjectFromDestroyedPlugin.cpp48 bool hasMethod(NPIdentifier methodName) in hasMethod()
53 … bool invoke(NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result) in invoke()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
DShadowWrangler.java87 …public Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, … in methodInvoked()
124 private void reportNoShadowMethodFound(Class clazz, String methodName, String[] paramTypes) { in reportNoShadowMethodFound()
289 private String methodName; field in ShadowWrangler.InvocationPlan
296 … public InvocationPlan(Class clazz, String methodName, Object instance, String... paramTypes) { in InvocationPlan()
372 …private Class<?> findDeclaredShadowClassForMethod(Class<?> originalClass, String methodName, Class… in findDeclaredShadowClassForMethod()
377 …private Class<?> findDeclaringClassForMethod(String methodName, Class<?>[] paramClasses, Class<?> … in findDeclaringClassForMethod()
402 private Method getMethod(Class<?> clazz, String methodName, Class<?>[] paramClasses) { in getMethod()
DClassHandler.java16 …Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[… in methodInvoked()
DAndroidTranslator.java291 String methodName = ctMethod.getName(); in fixMethod() local
330 …ewMethod(CtClass ctClass, CtMethod ctMethod, CtClass returnCtClass, String methodName, CtClass[] p… in makeNewMethod()
341 public String generateCallToSuper(String methodName, CtClass[] paramTypes) { in generateCallToSuper()
491 private CtMethod getMethod(CtClass ctClass, String methodName, String desc) { in getMethod()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotProxy.js57 …callId: this._nextCallId++, disposition: "create", objectId: objectId, methodName: "WebInspector.H… property
88 callFactoryMethod: function(callback, objectId, methodName, proxyConstructor) argument
104 …stMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodName, met… property
107 …stMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodName, met… property
117 callMethod: function(callback, objectId, methodName) argument
123 …this._postMessage({callId: callId, disposition: "method", objectId: objectId, methodName: methodNa… property
223 callFactoryMethod: function(callback, methodName, proxyConstructor, var_args) argument
235 callMethod: function(callback, methodName, var_args) argument
/external/javassist/src/main/javassist/bytecode/
DEnclosingMethodAttribute.java46 String methodName, String methodDesc) { in EnclosingMethodAttribute()
101 public String methodName() { in methodName() method in EnclosingMethodAttribute
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dgtest_unittest_results_unittest.py12 def __init__(self, methodName, mock_timer): argument
25 def __init__(self, methodName, mock_timer): argument
/external/javassist/src/main/javassist/convert/
DTransformReadField.java29 protected String methodClassname, methodName; field in TransformReadField
32 String methodClassname, String methodName) in TransformReadField()
DTransformAccessArrayField.java128 String methodName = getMethodName(opcode); in replace() local
166 String methodName = null; in getMethodName() local
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDictionary.h109 …ConversionContext(const String& interfaceName, const String& methodName, ExceptionState& exception… in ConversionContext()
119 const String& methodName() const { return m_methodName; } in methodName() function
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DBreakpoint.java33 public String methodName; field in Breakpoint
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DPlatform.java32 static Method getMethod(Class<?> clazz, String methodName) { in getMethod()
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DDownloadInfoTest.java77 String methodName = method.getName(); in getGetterInfo() local
102 String methodName = method.getName(); in getSetterInfo() local
/external/javassist/src/main/javassist/
DCtNewMethod.java221 public static CtMethod getter(String methodName, CtField field) in getter()
262 public static CtMethod setter(String methodName, CtField field) in setter()
331 String methodName = deleInfo.getName(); in delegator0() local
/external/proguard/src/proguard/classfile/util/
DExternalTypeEnumeration.java102 public String methodName() in methodName() method in ExternalTypeEnumeration
/external/chromium_org/chrome/test/ext_auto/auto_provider/
Dconnection_handler.js148 'methodName': command, property
155 'methodName': command, property
/external/smack/src/org/jivesoftware/smackx/
DMessageEventManager.java145 String methodName) { in fireMessageEventRequestListeners()
175 String methodName) { in fireMessageEventNotificationListeners()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DThisObjectTest.java111 …String methodName = debuggeeWrapper.vmMirror.getMethodName(frameIDs[i].location.classID, frameIDs[… in testThisObjectTest001() local
/external/proguard/src/proguard/obfuscate/
DMappingProcessor.java76 String methodName, in processMethodMapping()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCursorWrapperTest.java40 public void verifyForward(String methodName, Object... params) throws Exception { in verifyForward()
/external/mockito/src/org/mockito/internal/invocation/
DSerializableMethod.java18 private String methodName; field in SerializableMethod
/external/javassist/src/test/test/javassist/bytecode/analysis/
DErrorFinder.java51 String methodName = clazz.getName() + "." + method.getName() + method.getSignature(); in analyzeMethod() local

1234