Searched refs:addMethod (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebKit/android/jni/ |
D | GeolocationPermissionsBridge.cpp | 48 jmethodID addMethod = env->GetMethodID(setClass, "add", "(Ljava/lang/Object;)Z"); in getOrigins() local 54 env->CallBooleanMethod(set, addMethod, originString); in getOrigins()
|
/external/proguard/src/proguard/ |
D | ClassSpecification.java | 199 public void addMethod(MemberSpecification methodSpecification) in addMethod() method in ClassSpecification
|
D | ConfigurationParser.java | 771 classSpecification.addMethod( in parseMemberSpecificationArguments() 795 classSpecification.addMethod( in parseMemberSpecificationArguments() 897 classSpecification.addMethod( in parseMemberSpecificationArguments()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ClassEditor.java | 190 public void addMethod(Method method) in addMethod() method in ClassEditor
|
D | MemberAdder.java | 242 classEditor.addMethod(newProgramMethod); in visitProgramMethod()
|
/external/proguard/src/proguard/ant/ |
D | ClassSpecificationElement.java | 107 classSpecification.addMethod((MemberSpecification)methodSpecifications.get(index)); in createClassSpecification()
|
/external/jdiff/src/jdiff/ |
D | XMLToAPI.java | 294 public static void addMethod(String name, String returnType, in addMethod() method in XMLToAPI
|
D | APIHandler.java | 121 XMLToAPI.addMethod(methodName, returnType, isAbstract, isNative, in startElement()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 593 public int addMethod (final Method_info method) in addMethod() method in ClassDef
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 511 m_clinitID = cls.addMethod (clinit); in visit() 667 cls.addMethod (preclinit); in visit()
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 579 addMethod = Add method... key
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 24823 (MethodList::addMethod):
|