HomeSort by relevance Sort by last modified time
    Searched refs:methodName (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
Breakpoint.java 33 public String methodName;
41 methodName = new String();
54 methodName = method;
  /external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java 18 private String methodName;
26 methodName = method.getName();
34 return methodName;
55 return declaringClass.getDeclaredMethod(methodName, parameterTypes);
59 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
64 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
88 if (methodName == null) {
89 if (other.methodName != null)
91 } else if (!methodName.equals(other.methodName))
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 47 testTreeRuleMethod(methodName,testTreeRuleName,testRuleName,test,tokenType,expecting) ::= <<
48 public void <methodName>() throws Exception {
58 testTreeRuleMethod2(methodName,testTreeRuleName,testRuleName,test,returnType,expecting) ::= <<
59 public void <methodName>() throws Exception {
67 testRuleMethod(isLexicalRule,methodName,testRuleName,test,tokenType,expecting) ::= <<
68 public void <methodName>() throws Exception {
78 testRuleMethod2(methodName,testRuleName,test,returnType,expecting) ::= <<
79 public void <methodName>() throws Exception {
  /external/chromium_org/content/shell/tools/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 48 bool hasMethod(NPIdentifier methodName)
50 return identifierIs(methodName, "evaluate");
53 bool invoke(NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result)
55 if (!identifierIs(methodName, "evaluate"))
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 32 static Method getMethod(Class<?> clazz, String methodName) {
34 return clazz.getMethod(methodName);
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 128 String methodName = getMethodName(opcode);
129 if (methodName != null) {
149 int methodref = cp.addMethodrefInfo(mi, methodName, signature);
166 String methodName = null;
169 methodName = names.objectRead();
172 methodName = names.byteOrBooleanRead();
175 methodName = names.charRead();
178 methodName = names.doubleRead();
181 methodName = names.floatRead();
184 methodName = names.intRead()
    [all...]
TransformReadField.java 29 protected String methodClassname, methodName;
32 String methodClassname, String methodName)
38 this.methodName = methodName;
86 int methodref = cp.addMethodrefInfo(mi, methodName, type);
TransformWriteField.java 24 String methodClassname, String methodName)
26 super(next, field, methodClassname, methodName);
63 int methodref = cp.addMethodrefInfo(mi, methodName, type);
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
OptionalMethod.java 34 private final String methodName;
42 * @param methodName the name of the method
45 public OptionalMethod(Class<?> returnType, String methodName, Class... methodParams) {
47 this.methodName = methodName;
107 throw new AssertionError("Method " + methodName + " not supported for object " + target);
144 if (methodName != null) {
145 method = getPublicMethod(clazz, methodName, methodParams);
157 private static Method getPublicMethod(Class<?> clazz, String methodName, Class[] parameterTypes) {
160 method = clazz.getMethod(methodName, parameterTypes)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshotWorkerDispatcher.js 67 var constructorFunction = this._findFunction(data.methodName);
77 var result = object[data.methodName];
83 var result = object[data.methodName].apply(object, data.methodArguments);
91 response.result = object[data.methodName].apply(object, data.methodArguments);
106 if (data.methodName)
107 response.errorMethodName = data.methodName;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 85 String methodName, classSignature;
89 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
93 + methodName
139 String methodName, classSignature;
143 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
147 + methodName
194 String methodName, classSignature;
198 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
202 + methodName
254 String methodName, classSignature
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 53 void printMethodLineTable(long classID, String className /* may be null */, String methodName) {
54 long methodID = debuggeeWrapper.vmMirror.getMethodID(classID, methodName);
58 + classID + "; Method name = " + methodName);
72 logWriter.println("=== Line Table for method: " + methodName + " ===");
74 logWriter.println("=== Line Table for method: " + methodName + " of class: "
89 logWriter.println("=== End of Line Table " + methodName + " ===");
92 long getMethodStartCodeIndex(long classID, String methodName) {
93 long methodID = debuggeeWrapper.vmMirror.getMethodID(classID, methodName);
97 + classID + "; Method name = " + methodName);
116 long getMethodEndCodeIndex(long classID, String methodName) {
    [all...]
Breakpoint002Test.java 159 private void testBreakpointIn(String testName, String methodName) {
165 long breakpointReqID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, methodName);
166 assertTrue("Failed to install breakpoint in method " + methodName, breakpointReqID != -1);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java 27 String methodName) {
31 mMethodName = methodName;
  /external/javassist/src/main/javassist/
CtPrimitiveType.java 32 String methodName, String mDesc, int opcode, int atype,
37 getMethodName = methodName;
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 42 * @param methodName the name of the enclosing method.
46 String methodName, String methodDesc) {
49 int ni = cp.addNameAndTypeInfo(methodName, methodDesc);
101 public String methodName() {
131 methodName(), methodDescriptor());
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 51 String methodName = clazz.getName() + "." + method.getName() + method.getSignature();
52 System.out.println("START: " + methodName);
58 System.out.println("SUCCESS: " + methodName + " - " + (System.currentTimeMillis() - time));
60 System.out.println("FAIL: " + methodName + " - " + (e.getMessage() == null ? e.getClass().getName() : e.getMessage()));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
MethodDelegate.java 116 Object newInstance(Class delegateClass, String methodName, Class iface);
119 public static MethodDelegate createStatic(Class targetClass, String methodName, Class iface) {
122 gen.setMethodName(methodName);
127 public static MethodDelegate create(Object target, String methodName, Class iface) {
130 gen.setMethodName(methodName);
159 private String methodName;
175 public void setMethodName(String methodName) {
176 this.methodName = methodName;
189 Object key = KEY_FACTORY.newInstance(targetClass, methodName, iface)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
ThisObjectTest.java 111 String methodName = debuggeeWrapper.vmMirror.getMethodName(frameIDs[i].location.classID, frameIDs[i].location.methodID);
112 logWriter.println("==> method name=" + methodName);
142 if (KNOWN_METHOD_NAMES[j].equals(methodName)) {
146 ("## FAILURE: StackFrame.ThisObject returned NULL ObjectID for known method: " + methodName);
148 fail("StackFrame.ThisObject returned NULL ObjectID for known method: " + methodName);
153 ("## FAILURE: Returned unexpected ObjectID for known method: " + methodName);
157 fail("Returned unexpected ObjectID for known method: " + methodName);
165 ("## FAILURE: StackFrame.ThisObject returned not OBJECT_TAG for known method: " + methodName);
167 fail("StackFrame.ThisObject returned not OBJECT_TAG for known method: " + methodName);
173 if (mainMethod.equals(methodName)) {
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 164 const char* methodName;
301 const char *className, const char *methodName,
307 method->methodName = methodName;
347 if (methodA->methodName == NULL || methodB->methodName == NULL) {
356 result = strcmp(methodA->methodName, methodB->methodName);
386 if (methodA->methodName == NULL || methodB->methodName == NULL)
    [all...]
  /external/easymock/src/org/easymock/internal/
MethodSerializationWrapper.java 43 private String methodName;
49 methodName = m.getName();
77 Method m = clazz.getMethod(methodName, parameterTypes);
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 363 public static String fullMethodDescriptorToUserName (final String classJavaName, String methodName, final String methoddescriptor)
365 if ("<init>".equals (methodName))
366 methodName = simpleClassName (classJavaName);
367 if ("<clinit>".equals (methodName))
368 methodName = "<static class initializer>";
370 return methodName + ' ' + methodDescriptorToUserName (methoddescriptor);
374 public static String fullMethodDescriptorToFullUserName (final String classJavaName, String methodName, final String methoddescriptor)
376 if ("<init>".equals (methodName))
377 methodName = simpleClassName (classJavaName);
378 if ("<clinit>".equals (methodName))
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPackageDef.java 83 * @param methodName the optional test method to restrict this run to, or <code>null</code> to
86 public void setClassName(String className, String methodName);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DownloadInfoTest.java 77 String methodName = method.getName();
79 if (methodName.matches("(is|has).*")) {
80 return new AccessorSignature(methodName.replaceFirst("is|has", ""),
84 if (methodName.startsWith("get")) {
85 return new AccessorSignature(methodName.substring(3), returnType);
102 String methodName = method.getName();
103 if (methodName.startsWith("set")) {
107 methodName.replaceFirst("set(Is|Has)", ""),
110 return new AccessorSignature(methodName.substring(3), parameter);
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.h 55 DEFINE_HAS_MEMBER_CHECK(hasMethod, bool, (NPIdentifier methodName));
59 (NPIdentifier methodName, const NPVariant*, uint32_t, NPVariant* result));
108 NPIdentifier methodName,
185 bool hasMethod(NPIdentifier methodName) {
190 bool invoke(NPIdentifier methodName,
237 static bool NP_HasMethod(NPObject* npObject, NPIdentifier methodName) {
238 return static_cast<T*>(npObject)->hasMethod(methodName);
242 NPIdentifier methodName,
247 ->invoke(methodName, arguments, argumentCount, result);

Completed in 2049 milliseconds

1 2 3 4 5 6 7