Searched refs:skeleton (Results 1 - 7 of 7) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DAttributeGen.java89 * more granular interfaceMethod, stub, skeleton, dispatchSkeleton.
136 protected void skeleton (Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) method in class:AttributeGen
141 super.skeleton (symbolTable, a, stream, index);
147 super.skeleton (symbolTable, a, stream, index + 1);
150 } // skeleton
H A DFactories.java128 public Skeleton skeleton () method in class:Factories
131 } // skeleton
H A DInterfaceGen.java82 * 2.) Generate the skeleton if required by calling generateSkeletn ()
106 // for local servant case just generate the skeleton, but
111 // encapsulate stub and skeleton generation.
157 // factories.skeleton ().generate (symbolTable, i);
159 factories.skeleton ().generate (symbolTable, i);
H A DSkeleton.java218 * Close the skeleton class. The singleton ORB member is
452 ((MethodGen)method.generator ()).skeleton
H A DValueGen.java130 factories.skeleton ().generate (symbolTable, v);
H A DMethodGen.java97 * more granular interfaceMethod, stub, skeleton, dispatchSkeleton.
182 protected void skeleton (Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) method in class:MethodGen
196 } // skeleton
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME29 The image conversion process is controlled by a function skeleton
49 code skeleton in <img_scaleloop.h> to perform the work of converting
255 the name of the function you wish to create and then include the skeleton
276 #include "img_scaleloop.h" /* include the skeleton */

Completed in 55 milliseconds