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

1 2

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
MethodInfo.java 21 abstract public class MethodInfo {
23 protected MethodInfo() {
34 if (!(o instanceof MethodInfo))
36 return getSignature().equals(((MethodInfo)o).getSignature());
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc 20 // MethodInfo records the method names and type signatures of an SRPC server.
21 class MethodInfo {
24 MethodInfo(const RpcFunction function_ptr,
38 ~MethodInfo() {
51 NACL_DISALLOW_COPY_AND_ASSIGN(MethodInfo);
114 // Intern the methods into a mapping from identifiers to MethodInfo.
134 MethodInfo* method_info =
135 new MethodInfo(NULL, method_name, input_types, output_types, i);
154 MethodInfo* method_info = methods_[method_name];
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 25 public class MethodInfo {
33 * Constructs MethodInfo. Tuck the method return type away for
36 public MethodInfo(String name, String returnType) {
  /external/mockito/src/org/mockito/internal/stubbing/answers/
MethodInfo.java 15 public class MethodInfo {
19 public MethodInfo(Invocation theInvocation) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
JDWPMethodTestCase.java 41 static class MethodInfo {
47 public MethodInfo(long methodID, String name, String signature,
86 protected MethodInfo[] jdwpGetMethodsInfo(long classID) {
97 MethodInfo[] methodsInfo = new MethodInfo[declared];
99 methodsInfo[i] = new MethodInfo(
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 33 public class MethodInfo {
59 private MethodInfo(ConstPool cp) {
76 public MethodInfo(ConstPool cp, String methodname, String desc) {
84 MethodInfo(ConstPool cp, DataInputStream in) throws IOException {
108 public MethodInfo(ConstPool cp, String methodname, MethodInfo src,
406 * a new one is created. If this <code>MethodInfo</code> does not
423 * a new one is created. If this <code>MethodInfo</code> does not
475 * This method does not perform anything unless this <code>MethodInfo</code>
499 private void read(MethodInfo src, String methodname, Map classnames
    [all...]
  /external/proguard/lib/
retrace.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
retrace.jar 
  /external/proguard/src/proguard/retrace/
ReTrace.java 451 MethodInfo methodInfo = (MethodInfo)methodInfoIterator.next();
452 if (methodInfo.matches(lineNumber, type, arguments))
462 outLine.append(methodInfo.type).append(' ');
464 outLine.append(methodInfo.originalName);
467 outLine.append('(').append(methodInfo.arguments).append(')');
483 extraBuffer.append(methodInfo.type).append(' ');
485 extraBuffer.append(methodInfo.originalName);
488 extraBuffer.append('(').append(methodInfo.arguments).append(')')
    [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 25 public class MethodInfo extends MemberInfo implements AbstractMethodInfo, Resolvable {
26 public static final Comparator<MethodInfo> comparator = new Comparator<MethodInfo>() {
27 public int compare(MethodInfo a, MethodInfo b) {
38 MethodInfo m = findOverriddenMethod(name(), signature());
58 public MethodInfo findOverriddenMethod(String name, String signature) {
70 for (MethodInfo me : iface.methods()) {
92 public MethodInfo findRealOverriddenMethod(String name, String signature, HashSet notStrippable) {
108 for (MethodInfo me : iface.methods())
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 829 /// MethodInfo - Contains information about a method in a vtable.
831 struct MethodInfo {
843 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass,
849 MethodInfo()
855 typedef llvm::DenseMap<const CXXMethodDecl *, MethodInfo> MethodInfoMapTy;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 166 PVOID MethodInfo;
245 PVOID MethodInfo;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1310 milliseconds

1 2