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

1 2 3 4 5

  /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/proguard/src/proguard/classfile/util/
ExternalTypeEnumeration.java 102 public String methodName()
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ColorUsageDetector.java 90 String methodName = call.astName().astValue();
91 if (methodName.endsWith("Color") //$NON-NLS-1$
92 && methodName.startsWith("set")) { //$NON-NLS-1$
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MethodIdItem.java 39 private StringIdItem methodName;
54 * @param methodName the name of the method
56 private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) {
60 this.methodName = methodName;
69 * @param methodName the name of the method
74 ProtoIdItem methodPrototype, StringIdItem methodName) {
75 MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName);
85 * @param methodName the name of the method
90 ProtoIdItem methodPrototype, StringIdItem methodName) {
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
JavaMethodJobject.cpp 58 jstring methodName = static_cast<jstring>(callJNIMethod<jobject>(aMethod, "getName", "()Ljava/lang/String;"));
59 if (!methodName)
60 methodName = env->NewStringUTF("<Unknown>");
61 m_name = JavaString(env, methodName);
62 env->DeleteLocalRef(methodName);
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
TestCaseCollector.java 67 String methodName = null;
69 methodName = className.substring(hashPos + 1);
72 addTestClass(className, methodName);
79 * @param methodName may be null, in which case all "public void testNNN(void)" functions
83 public void addTestClass(String className, String methodName) throws ClassNotFoundException {
85 if (methodName != null) {
86 addSingleTestMethod(clazz, methodName);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbximage.h 39 char *methodName;
74 char *methodName;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbximage.h 39 char *methodName;
74 char *methodName;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbximage.h 39 char *methodName;
74 char *methodName;
  /build/tools/
java-event-log-tags.py 134 methodName = javaName("write_" + t.tagname)
141 buffer.write("\n public static void %s(%s) {" % (methodName, argTypesNames))
  /dalvik/vm/oo/
Resolve.cpp 334 const char* methodName =
340 LOGVV("+++ looking for '%s' in resClass='%s'", methodName, resClass->descriptor);
341 resMethod = dvmFindInterfaceMethodHier(resClass, methodName, &proto);
346 msg += methodName;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTestCase.java 89 String methodName = method.getName();
93 return methodName;
104 return methodName + "(" + COMMA_JOINER.join(parameterNames) + ")";
  /external/javassist/src/main/javassist/convert/
TransformReadField.java 29 protected String methodClassname, methodName;
32 String methodClassname, String methodName)
38 this.methodName = methodName;
86 int methodref = cp.addMethodrefInfo(mi, methodName, type);
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...]
  /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()));
  /libcore/luni/src/main/java/java/lang/
StackTraceElement.java 37 String methodName;
65 methodName = method;
107 if ((methodName == null) || (castObj.methodName == null)) {
174 return (methodName == null) ? "<unknown method>" : methodName;
180 * Either both methodName and declaringClass are null, or neither are
183 if (methodName == null) {
187 // declaringClass never null if methodName is non-null
188 return methodName.hashCode() ^ declaringClass.hashCode()
    [all...]
  /dalvik/dexlist/
DexList.cpp 100 const char* methodName;
108 methodName = dexStringById(pDexFile, pMethodId->nameIdx);
137 strcmp(gParms.methodToFind, methodName) != 0))
144 className, methodName, desc,
  /dalvik/vm/
InlineNative.h 28 const char* methodName, const char* methodSignature);
51 const char* methodName;
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 302 NPIdentifier methodName = WebBindings::getStringIdentifier(method.c_str());
304 if (!WebBindings::hasMethod(0, npObject, methodName))
307 bool status = WebBindings::invoke(0, npObject, methodName, arguments, argumentCount, &r);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
TestDelegates.java 57 String methodName = methods[i];
60 String className = methodName.substring(0, methodName.indexOf('#'));
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 90 String methodName = signature.substring(pos + 1);
96 methods.add(methodName);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 110 String methodName = attributes.getValue("name");
115 } else if (methodName == null) {
129 methodName);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 162 final String methodName = "methodName";
164 mCtsTest.setMethodName(methodName);
167 mMockPackageDef.setClassName(className, methodName);
  /dalvik/vm/analysis/
Optimize.cpp 77 ops[i].methodName, ops[i].methodSignature);
84 ops[i].classDescriptor, ops[i].methodName,
    [all...]
  /external/easymock/src/org/easymock/internal/
Invocation.java 148 String methodName = method.getName();
150 return mockName + "." + methodName;
152 return methodName;

Completed in 944 milliseconds

1 2 3 4 5