Home
last modified time | relevance | path

Searched defs:MethodInfo (Results 1 – 10 of 10) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DMethodInfo.java21 abstract public class MethodInfo { class
23 protected MethodInfo() { in MethodInfo() method in MethodInfo
/external/mockito/src/org/mockito/internal/stubbing/answers/
DMethodInfo.java15 public class MethodInfo { class
19 public MethodInfo(Invocation theInvocation) { in MethodInfo() method in MethodInfo
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodTestCase.java41 static class MethodInfo { class in JDWPMethodTestCase
47 public MethodInfo(long methodID, String name, String signature, in MethodInfo() method in JDWPMethodTestCase.MethodInfo
/external/javassist/src/main/javassist/bytecode/
DMethodInfo.java33 public class MethodInfo { class
59 private MethodInfo(ConstPool cp) { in MethodInfo() method in MethodInfo
76 public MethodInfo(ConstPool cp, String methodname, String desc) { in MethodInfo() method in MethodInfo
84 MethodInfo(ConstPool cp, DataInputStream in) throws IOException { in MethodInfo() method in MethodInfo
108 public MethodInfo(ConstPool cp, String methodname, MethodInfo src, in MethodInfo() method in MethodInfo
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dsrpc_client.h27 class MethodInfo; variable
Dsrpc_client.cc21 class MethodInfo { class
24 MethodInfo(const RpcFunction function_ptr, in MethodInfo() function in plugin::MethodInfo
/external/clang/lib/AST/
DVTableBuilder.cpp831 struct MethodInfo { struct in __anon64761f2f0111::ItaniumVTableBuilder
833 const CharUnits BaseOffset;
837 const CharUnits BaseOffsetInLayoutClass;
841 const uint64_t VTableIndex;
843 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, in MethodInfo() function
849 MethodInfo() in MethodInfo() argument
1128 const MethodInfo &MethodInfo = I->second; in ComputeThisAdjustments() local
1535 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
1603 MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, in AddMethods() local
2454 struct MethodInfo { struct in __anon64761f2f0511::VFTableBuilder
[all …]
/external/proguard/src/proguard/retrace/
DReTrace.java650 private static class MethodInfo class in ReTrace
659 …private MethodInfo(int firstLineNumber, int lastLineNumber, String type, String arguments, String … in MethodInfo() method in ReTrace.MethodInfo
/external/doclava/src/com/google/doclava/
DMethodInfo.java25 public class MethodInfo extends MemberInfo implements AbstractMethodInfo, Resolvable { class
262 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name, in MethodInfo() method in MethodInfo
/external/deqp/modules/glshared/
DglsDrawTest.cpp267 struct MethodInfo struct
269 bool indexed;
270 bool instanced;
271 bool ranged;
272 bool first;
273 bool baseVertex;
274 bool indirect;