HomeSort by relevance Sort by last modified time
    Searched full:methodname (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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);
  /libcore/support/src/test/java/tests/io/
MockOs.java 86 * {@code methodName}. If empty, calls will be handled by the delegate.
88 public Deque<InvocationHandler> getHandlers(String methodName) {
90 Deque<InvocationHandler> result = threadFaults.get(methodName);
93 threadFaults.put(methodName, result);
102 public void enqueueNormal(String methodName, int count) {
103 Deque<InvocationHandler> handlers = getHandlers(methodName);
109 public void enqueueFault(String methodName) {
110 enqueueFault(methodName, OsConstants.EIO);
113 public void enqueueFault(String methodName, final int errno) {
114 getHandlers(methodName).add(new InvocationHandler()
    [all...]
  /frameworks/base/core/jni/
android_animation_PropertyValuesHolder.cpp 33 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName)
35 const char *nativeString = env->GetStringUTFChars(methodName, 0);
37 env->ReleaseStringUTFChars(methodName, nativeString);
42 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName)
44 const char *nativeString = env->GetStringUTFChars(methodName, 0);
46 env->ReleaseStringUTFChars(methodName, nativeString);
android_view_PointerIcon.cpp 113 #define GET_STATIC_METHOD_ID(var, clazz, methodName, methodDescriptor) \
114 var = env->GetStaticMethodID(clazz, methodName, methodDescriptor); \
115 LOG_FATAL_IF(! var, "Unable to find method " methodName);
117 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
118 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
119 LOG_FATAL_IF(! var, "Unable to find method " methodName);
android_view_InputDevice.cpp 80 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \
81 var = env->GetMethodID(clazz, methodName, methodDescriptor); \
82 LOG_FATAL_IF(! var, "Unable to find method " methodName);
  /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/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 15 String methodName, Object... params) {
16 super(String.format("%s(%s)", methodName, join(", ", params)),
  /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()));
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
TestCaseCollector.java 66 String methodName = null;
68 methodName = className.substring(hashPos + 1);
71 addTestClass(className, methodName);
78 * @param methodName may be null, in which case all "public void testNNN(void)" functions
82 public void addTestClass(String className, String methodName) throws ClassNotFoundException {
84 if (methodName != null) {
85 addSingleTestMethod(clazz, methodName);
  /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...]
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTarget.java 39 String methodName() default "";
43 * {@code methodName} is not accurate enough. E.g. for
44 * {@link java.util.regex.Pattern#compile(String)} {@code methodName} is not
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.h 64 bool hasMethod(NPIdentifier methodName);
65 bool invoke(NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result);
77 static bool NP_HasMethod(NPObject*, NPIdentifier methodName);
78 static bool NP_Invoke(NPObject*, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
NPRuntimeRemoveProperty.cpp 41 bool hasMethod(NPIdentifier methodName)
43 return methodName == pluginTest()->NPN_GetStringIdentifier("testRemoveProperty");
46 bool invoke(NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result)
48 assert(methodName == pluginTest()->NPN_GetStringIdentifier("testRemoveProperty"));
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 777 String methodName;
779 methodName = String.format("pair(device=%s)", device);
781 methodName = String.format("acceptPair(device=%s)", device);
785 fail(String.format("%s bluetooth not enabled", methodName));
807 fail(String.format("%s invalid state: state=%d", methodName, state));
817 writeOutput(String.format("%s completed in %d ms", methodName,
820 writeOutput(String.format("%s completed", methodName));
    [all...]
  /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/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 46 DEFINE_HAS_MEMBER_CHECK(hasMethod, bool, (NPIdentifier methodName));
47 DEFINE_HAS_MEMBER_CHECK(invoke, bool, (NPIdentifier methodName, const NPVariant*, uint32_t, NPVariant* result));
124 bool hasMethod(NPIdentifier methodName)
130 bool invoke(NPIdentifier methodName, const NPVariant*, uint32_t, NPVariant* result)
177 static bool NP_HasMethod(NPObject* npObject, NPIdentifier methodName)
179 return static_cast<T*>(npObject)->hasMethod(methodName);
182 static bool NP_Invoke(NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result)
184 return static_cast<T*>(npObject)->invoke(methodName, arguments, argumentCount, result);
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasMethodAnnotationTest.java 39 String methodName,
42 Method method = aClass.getMethod(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/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DeodexUtil.java 85 String methodName = m.group(1);
94 return parseAndResolveMethod(classDef, methodName, methodParams, methodRet);
97 private MethodIdItem parseAndResolveMethod(ClassPath.ClassDef classDef, String methodName, String methodParams,
99 StringIdItem methodNameItem = StringIdItem.lookupStringIdItem(dexFile, methodName);
252 public final String methodName;
258 InlineMethod(int methodType, String classType, String methodName, String parameters,
262 this.methodName = methodName;
277 this.methodIdItem = parseAndResolveMethod(classDef, methodName, parameters, returnType);
281 return String.format("%s->%s(%s)%s", classType, methodName, parameters, returnType)
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 640 String methodName;
644 ReflectionActionWithoutParams(int viewId, String methodName) {
646 this.methodName = methodName;
651 this.methodName = in.readString();
657 out.writeString(this.methodName);
668 method = klass.getMethod(this.methodName);
671 + this.methodName + "()");
677 + this.methodName + "()");
684 + this.methodName + "()")
    [all...]
  /dalvik/vm/oo/
Object.cpp 208 static inline int compareMethodHelper(Method* method, const char* methodName,
214 if (strcmp(methodName, method->name) != 0) {
469 const char* methodName, const char* descriptor)
472 methodName, descriptor);
490 const char* methodName)
497 if (strcmp(methods[i].name, methodName) == 0)
511 Method* dvmFindVirtualMethod(const ClassObject* clazz, const char* methodName,
514 return findMethodInListByProto(clazz, METHOD_VIRTUAL, false, methodName,
525 const char* methodName, const char* descriptor)
528 methodName, descriptor)
    [all...]
  /external/easymock/src/org/easymock/internal/
MethodSerializationWrapper.java 43 private String methodName;
49 methodName = m.getName();
77 Method m = clazz.getMethod(methodName, parameterTypes);

Completed in 1149 milliseconds

1 2 3 4 5 6 7 8 91011>>