Searched defs:locate (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DCorbaServerRequestDispatcher.java47 * Handle a locate request.
49 public IOR locate(ObjectKey key); method in interface:CorbaServerRequestDispatcher
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DBootstrapServerRequestDispatcher.java135 * Locates the object mentioned in the locate requests, and returns
139 public IOR locate( ObjectKey objectKey) { method in class:BootstrapServerRequestDispatcher
H A DINSServerRequestDispatcher.java51 * XXX PI points are not invoked in either dispatch() or locate() method this
68 public IOR locate(ObjectKey okey) { method in class:INSServerRequestDispatcher
69 // send a locate forward with the right IOR. If the insKey is not
78 // send a locate forward with the right IOR. If the insKey is not
92 // If entry is not null then the locate is with an INS Object key,
H A DCorbaServerRequestDispatcherImpl.java123 * Called from ORB.locate when a LocateRequest arrives.
127 * between a locate and a request. Note that this only checks that
136 public IOR locate(ObjectKey okey) method in class:CorbaServerRequestDispatcherImpl
140 dprint(".locate->");
156 dprint(".locate<-");
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphListLCD.java47 public static DrawGlyphListLCD locate(SurfaceType srctype, method in class:DrawGlyphListLCD
52 GraphicsPrimitiveMgr.locate(primTypeID,
H A DDrawPath.java46 public static DrawPath locate(SurfaceType srctype, method in class:DrawPath
51 GraphicsPrimitiveMgr.locate(primTypeID,
H A DFillPath.java46 public static FillPath locate(SurfaceType srctype, method in class:FillPath
51 GraphicsPrimitiveMgr.locate(primTypeID,
H A DFillSpans.java52 public static FillSpans locate(SurfaceType srctype, method in class:FillSpans
57 GraphicsPrimitiveMgr.locate(primTypeID,
H A DDrawGlyphList.java46 public static DrawGlyphList locate(SurfaceType srctype, method in class:DrawGlyphList
51 GraphicsPrimitiveMgr.locate(primTypeID,
94 maskop = MaskFill.locate(srctype, comptype, dsttype);
H A DDrawGlyphListAA.java46 public static DrawGlyphListAA locate(SurfaceType srctype, method in class:DrawGlyphListAA
51 GraphicsPrimitiveMgr.locate(primTypeID,
92 maskop = MaskFill.locate(srctype, comptype, dsttype);
H A DDrawLine.java51 public static DrawLine locate(SurfaceType srctype, method in class:DrawLine
55 return (DrawLine) GraphicsPrimitiveMgr.locate(primTypeID,
H A DDrawParallelogram.java50 public static DrawParallelogram locate(SurfaceType srctype, method in class:DrawParallelogram
55 GraphicsPrimitiveMgr.locate(primTypeID,
H A DDrawPolygons.java48 public static DrawPolygons locate(SurfaceType srctype, method in class:DrawPolygons
53 GraphicsPrimitiveMgr.locate(primTypeID,
H A DDrawRect.java51 public static DrawRect locate(SurfaceType srctype, method in class:DrawRect
56 GraphicsPrimitiveMgr.locate(primTypeID,
H A DFillParallelogram.java48 public static FillParallelogram locate(SurfaceType srctype, method in class:FillParallelogram
53 GraphicsPrimitiveMgr.locate(primTypeID,
H A DFillRect.java51 public static FillRect locate(SurfaceType srctype, method in class:FillRect
56 GraphicsPrimitiveMgr.locate(primTypeID,
100 fillop = MaskFill.locate(srctype, comptype, dsttype);
H A DBlitBg.java63 public static BlitBg locate(SurfaceType srctype, method in class:BlitBg
68 GraphicsPrimitiveMgr.locate(primTypeID,
80 BlitBg blit = locate(src, comp, dst);
169 FillRect fillop = FillRect.locate(SurfaceType.AnyColor,
H A DScaledBlit.java54 public static ScaledBlit locate(SurfaceType srctype, method in class:ScaledBlit
59 GraphicsPrimitiveMgr.locate(primTypeID,
71 ScaledBlit blit = locate(src, comp, dst);
H A DTransformBlit.java56 public static TransformBlit locate(SurfaceType srctype, method in class:TransformBlit
61 GraphicsPrimitiveMgr.locate(primTypeID,
73 TransformBlit blit = locate(src, comp, dst);
H A DTransformHelper.java55 public static TransformHelper locate(SurfaceType srctype) { method in class:TransformHelper
57 GraphicsPrimitiveMgr.locate(primTypeID,
68 TransformHelper helper = locate(src);
H A DBlit.java59 public static Blit locate(SurfaceType srctype, method in class:Blit
64 GraphicsPrimitiveMgr.locate(primTypeID,
77 Blit blit = locate(src, comp, dst);
193 performop = MaskBlit.locate(srctype, comptype, dsttype);
H A DGraphicsPrimitiveMgr.java39 * 2. locate an instance of a primitve based on characteristics
135 public synchronized static GraphicsPrimitive locate(int primTypeID, method in class:GraphicsPrimitiveMgr
138 return locate(primTypeID,
144 public synchronized static GraphicsPrimitive locate(int primTypeID, method in class:GraphicsPrimitiveMgr
203 prim = locate(spec);
228 private static GraphicsPrimitive locate(PrimitiveSpec spec) { method in class:GraphicsPrimitiveMgr
H A DMaskBlit.java57 public static MaskBlit locate(SurfaceType srctype, method in class:MaskBlit
62 GraphicsPrimitiveMgr.locate(primTypeID,
74 MaskBlit blit = locate(src, comp, dst);
H A DMaskFill.java63 public static MaskFill locate(SurfaceType srctype, method in class:MaskFill
68 GraphicsPrimitiveMgr.locate(primTypeID,
82 * Note that this uses locatePrim, not locate, so it can return
179 fillop = FillRect.locate(srctype,
182 maskop = MaskBlit.locate(SurfaceType.IntArgb, comptype, dsttype);
/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp98 virtual MemPointer* locate(address addr) { function in class:MemPointerIterator
113 // locate an existing reserved memory region that contains specified address,
116 virtual MemPointer* locate(address addr) { function in class:VMMemPointerIterator
132 // callers via locate method.

Completed in 66 milliseconds

12