Searched defs:methodSignature (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitiveProxy.java57 String methodSignature,
63 super(methodSignature, primID, srctype, comptype, dsttype);
56 GraphicsPrimitiveProxy(Class owner, String relativeClassName, String methodSignature, int primID, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DDrawGlyphListLCD.java43 methodSignature = "DrawGlyphListLCD(...)".toString(); field in class:DrawGlyphListLCD
60 super(methodSignature, primTypeID, srctype, comptype, dsttype);
68 super(pNativePrim, methodSignature, primTypeID,
H A DDrawPath.java41 public final static String methodSignature = field in class:DrawPath
59 super(methodSignature, primTypeID,
68 super(pNativePrim, methodSignature, primTypeID,
H A DFillPath.java41 public final static String methodSignature = field in class:FillPath
59 super(methodSignature, primTypeID,
68 super(pNativePrim, methodSignature, primTypeID,
H A DFillSpans.java48 public final static String methodSignature = "FillSpans(...)".toString(); field in class:FillSpans
65 super(methodSignature, primTypeID, srctype, comptype, dsttype);
73 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawGlyphList.java42 public final static String methodSignature = "DrawGlyphList(...)".toString(); field in class:DrawGlyphList
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
67 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawGlyphListAA.java42 public final static String methodSignature = "DrawGlyphListAA(...)".toString(); field in class:DrawGlyphListAA
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
67 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawLine.java47 public final static String methodSignature = "DrawLine(...)".toString(); field in class:DrawLine
63 super(methodSignature, primTypeID, srctype, comptype, dsttype);
71 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawParallelogram.java45 public final static String methodSignature = field in class:DrawParallelogram
63 super(methodSignature, primTypeID,
72 super(pNativePrim, methodSignature, primTypeID,
H A DDrawPolygons.java44 public final static String methodSignature = "DrawPolygons(...)".toString(); field in class:DrawPolygons
61 super(methodSignature, primTypeID, srctype, comptype, dsttype);
69 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawRect.java47 public final static String methodSignature = "DrawRect(...)".toString(); field in class:DrawRect
64 super(methodSignature, primTypeID, srctype, comptype, dsttype);
72 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DFillParallelogram.java43 public final static String methodSignature = field in class:FillParallelogram
61 super(methodSignature, primTypeID,
70 super(pNativePrim, methodSignature, primTypeID,
H A DFillRect.java47 public final static String methodSignature = "FillRect(...)".toString(); field in class:FillRect
64 super(methodSignature, primTypeID, srctype, comptype, dsttype);
72 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DBlitBg.java57 public static final String methodSignature = "BlitBg(...)".toString(); field in class:BlitBg
96 super(methodSignature, primTypeID, srctype, comptype, dsttype);
104 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DScaledBlit.java48 public static final String methodSignature = "ScaledBlit(...)".toString(); field in class:ScaledBlit
89 super(methodSignature, primTypeID, srctype, comptype, dsttype);
97 super(pNativePrim, methodSignature, primTypeID,
H A DTransformBlit.java49 public static final String methodSignature = field in class:TransformBlit
91 super(methodSignature, primTypeID, srctype, comptype, dsttype);
99 super(pNativePrim, methodSignature, primTypeID,
H A DTransformHelper.java48 public static final String methodSignature = field in class:TransformHelper
81 super(methodSignature, primTypeID, srctype,
90 super(pNativePrim, methodSignature, primTypeID,
H A DBlit.java53 public static final String methodSignature = "Blit(...)".toString(); field in class:Blit
93 super(methodSignature, primTypeID, srctype, comptype, dsttype);
101 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DMaskBlit.java51 public static final String methodSignature = "MaskBlit(...)".toString(); field in class:MaskBlit
90 super(methodSignature, primTypeID, srctype, comptype, dsttype);
98 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DMaskFill.java53 public static final String methodSignature = "MaskFill(...)".toString(); field in class:MaskFill
112 super(methodSignature, primTypeID, srctype, comptype, dsttype);
120 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
/openjdk7/jdk/src/share/back/
H A Dinvoker.h49 char *methodSignature; member in struct:InvokeRequest
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DStackFrame.java56 private String methodSignature; field in class:StackFrame
61 public StackFrame(String methodName, String methodSignature, argument
64 this.methodSignature = methodSignature;
78 return methodSignature;
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanOperationInfo.java109 methodSignature(method),
315 private static MBeanParameterInfo[] methodSignature(Method method) { method in class:MBeanOperationInfo
/openjdk7/jdk/test/com/sun/jdi/
H A DMultiBreakpointsTest.java254 String methodSignature) {
260 Method method = findMethod(rt, methodName, methodSignature);
252 setBreakpoint(String clsName, String methodName, String methodSignature) argument
H A DEarlyReturnNegativeTest.java194 String methodSignature) {
200 Method method = findMethod(rt, methodName, methodSignature);
192 setBreakpoint(String clsName, String methodName, String methodSignature) argument

Completed in 96 milliseconds

12