Home
last modified time | relevance | path

Searched refs:initIDs (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DUNIXProcess.java253 private static native void initIDs();
256 initIDs();
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousServerSocketChannelImpl.java372 private static native void initIDs(); in initIDs() method in UnixAsynchronousServerSocketChannelImpl
385 initIDs(); in initIDs() method
DServerSocketChannelImpl.java436 private static native void initIDs(); in initIDs() method in ServerSocketChannelImpl
441 initIDs(); in initIDs() method
DDatagramChannelImpl.java1196 private static native void initIDs(); in initIDs() method in DatagramChannelImpl
1212 initIDs(); in initIDs() method
DFileChannelImpl.java1287 private static native long initIDs(); in initIDs() method in FileChannelImpl
1292 allocationGranularity = initIDs();
/libcore/ojluni/src/main/native/
DServerSocketChannelImpl.c141 NATIVE_METHOD(Java_sun_nio_ch_ServerSocketChannelImpl, initIDs, "()V"),
DFileChannelImpl.c288 NATIVE_METHOD(FileChannelImpl, initIDs, "()J"),
DDatagramChannelImpl.c280 NATIVE_METHOD(DatagramChannelImpl, initIDs, "()V"),
DUnixFileSystem_md.c501 NATIVE_METHOD(UnixFileSystem, initIDs, "()V"),
DUNIXProcess_md.c998 NATIVE_METHOD(UNIXProcess, initIDs, "()V"),
/libcore/ojluni/annotations/hiddenapi/java/lang/
DUNIXProcess.java101 private static native void initIDs(); in initIDs() method in UNIXProcess
/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java431 private static native void initIDs(); in initIDs() method in UnixFileSystem
434 initIDs(); in initIDs() method
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java218 private static native long initIDs(); in initIDs() method in FileChannelImpl