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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
ClassRef.java 52 public void addMethod(MethodRef mref) {
DexData.java 419 sparseRefs[mMethodIds[i].classIdx].addMethod(newMethodRef);
  /external/proguard/src/proguard/
ClassSpecification.java 199 public void addMethod(MemberSpecification methodSpecification)
ConfigurationParser.java     [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
TypeWriter.java 49 public MethodWriter addMethod(TypeWriter returnType, String name) {
55 public MethodWriter addMethod(TypeMirror returnType, String name) {
62 public MethodWriter addMethod(TypeName returnType, String name) {
68 public MethodWriter addMethod(Class<?> returnType, String name) {
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassCoverageImpl.java 69 public void addMethod(final IMethodCoverage method) {
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
ClassPageTest.java 40 node.addMethod(new MethodCoverageImpl("a", "()V", null));
41 node.addMethod(new MethodCoverageImpl("b", "()V", null));
42 node.addMethod(new MethodCoverageImpl("c", "()V", null));
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 190 public void addMethod(Method method)
  /external/xmlrpcpp/src/
XmlRpcServer.cpp 32 XmlRpcServer::addMethod(XmlRpcServerMethod* method)
259 addMethod(_listMethods);
260 addMethod(_methodHelp);
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 107 classSpecification.addMethod((MemberSpecification)methodSpecifications.get(index));
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiClass.java 93 public void addMethod(ApiMethod method) {
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 153 public void addMethod(MethodInfo methInfo) {
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 224 mCurrentClass.addMethod((MethodInfo) mCurrentMethod);
  /external/javassist/src/main/javassist/
CtMember.java 64 void addMethod(CtMember method) {
CtNewWrappedMethod.java 154 classfile.addMethod(body);
158 cache.addMethod(new CtMethod(body, clazz));
CtClass.java 913 public void addMethod(CtMethod m) throws CannotCompileException {
    [all...]
  /external/jdiff/src/jdiff/
XMLToAPI.java 298 public static void addMethod(String name, String returnType,
APIHandler.java 122 XMLToAPI.addMethod(methodName, returnType, isAbstract, isNative,
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
InjectedClass.java 48 public void addMethod(InjectedMethod method) {
ModelAnalyzer.java 260 injectedClass.addMethod(new InjectedMethod(injectedClass, false, getName, type));
261 injectedClass.addMethod(new InjectedMethod(injectedClass, false, setName, "void",
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Intermediate.cpp 859 TIntermTyped* TIntermediate::addMethod(TIntermTyped* object, const TType& type, const TString* name, const TSourceLoc& loc)
    [all...]
  /cts/tests/signature/tests/src/android/signature/cts/tests/
JDiffClassDescriptionTest.java 156 clz.addMethod(method);
165 clz.addMethod(method);
174 clz.addMethod(method);
183 clz.addMethod(method);
192 clz.addMethod(method);
202 clz.addMethod(method);
212 clz.addMethod(method);
337 clz.addMethod(
349 clz.addMethod(
374 clz.addMethod(method)
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
CompilerChef.java 136 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "getColorFromResource",
138 injectedClass.addMethod(new InjectedMethod(injectedClass, true,
141 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "getDrawableFromResource",
143 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse",
145 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse",
147 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse",
149 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse",
151 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse",
153 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse",
155 injectedClass.addMethod(new InjectedMethod(injectedClass, true, "parse"
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 593 public int addMethod (final Method_info method)
  /system/tools/hidl/
Interface.cpp 447 bool Interface::addMethod(Method *method) {

Completed in 2303 milliseconds

1 2 3 4 5 6 7 8 91011>>