Searched refs:initIDs (Results 76 - 100 of 143) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTEvent.java256 initIDs();
320 private static native void initIDs(); method in class:AWTEvent
H A DScrollPane.java98 private static native void initIDs(); method in class:ScrollPane
104 initIDs();
H A DScrollbar.java284 private static native void initIDs(); method in class:Scrollbar
290 initIDs();
H A DFrame.java370 initIDs();
1254 private static native void initIDs(); method in class:Frame
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseEvent.java392 initIDs();
408 private static native void initIDs(); method in class:MouseEvent
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java94 initIDs();
97 private static native void initIDs(); method in class:Win32GraphicsDevice
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java78 private static native void initIDs(Class xorComp); method in class:GDIWindowSurfaceData
81 initIDs(XORComposite.class);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java307 private static native void initIDs(); method in class:X11GraphicsConfig
310 initIDs ();
H A DX11GraphicsDevice.java74 private static native void initIDs(); method in class:X11GraphicsDevice
78 initIDs();
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java47 initIDs();
54 private static native void initIDs(); method in class:XRBackendNative
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java413 private static native void initIDs(); method in class:SctpServerChannelImpl
422 initIDs();
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DCUPSPrinter.java55 private static native boolean initIDs(); method in class:CUPSPrinter
81 libFound = initIDs();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java656 private native static void initIDs() throws DebuggerException; method in class:ProcDebuggerLocal
661 initIDs();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java677 initIDs();
681 private static native void initIDs(); method in class:WindbgDebuggerLocal
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgSurfaceData.java53 private static native void initIDs(Class ICM, Class ICMColorData); method in class:BufImgSurfaceData
71 initIDs(IndexColorModel.class, ICMColorData.class);
H A DGifImageDecoder.java346 private static native void initIDs(); method in class:GifImageDecoder
351 initIDs();
H A DIntegerComponentRaster.java94 static private native void initIDs(); method in class:IntegerComponentRaster
98 initIDs();
H A DByteComponentRaster.java79 static private native void initIDs(); method in class:ByteComponentRaster
83 initIDs();
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DSinglePixelPackedSampleModel.java85 private static native void initIDs(); method in class:SinglePixelPackedSampleModel
88 initIDs();
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipFile.java82 initIDs();
85 private static native void initIDs(); method in class:ZipFile
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java602 private static native void initIDs(); method in class:Win32FileSystem
605 initIDs();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java609 private static native void initIDs(); method in class:Net
613 initIDs();
/openjdk7/jdk/make/sun/awt/
H A DFILES_c_windows.gmk207 initIDs.cpp \
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java263 private static native void initIDs(); method in class:DualStackPlainDatagramSocketImpl
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintDialog.cpp163 AwtPrintControl::initIDs(env, cls);

Completed in 104 milliseconds

123456