Searched refs:initIDs (Results 1 – 13 of 13) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | UNIXProcess.java | 253 private static native void initIDs(); 256 initIDs();
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | UnixAsynchronousServerSocketChannelImpl.java | 372 private static native void initIDs(); in initIDs() method in UnixAsynchronousServerSocketChannelImpl 385 initIDs(); in initIDs() method
|
D | ServerSocketChannelImpl.java | 436 private static native void initIDs(); in initIDs() method in ServerSocketChannelImpl 441 initIDs(); in initIDs() method
|
D | DatagramChannelImpl.java | 1196 private static native void initIDs(); in initIDs() method in DatagramChannelImpl 1212 initIDs(); in initIDs() method
|
D | FileChannelImpl.java | 1287 private static native long initIDs(); in initIDs() method in FileChannelImpl 1292 allocationGranularity = initIDs();
|
/libcore/ojluni/src/main/native/ |
D | ServerSocketChannelImpl.c | 141 NATIVE_METHOD(Java_sun_nio_ch_ServerSocketChannelImpl, initIDs, "()V"),
|
D | FileChannelImpl.c | 288 NATIVE_METHOD(FileChannelImpl, initIDs, "()J"),
|
D | DatagramChannelImpl.c | 280 NATIVE_METHOD(DatagramChannelImpl, initIDs, "()V"),
|
D | UnixFileSystem_md.c | 501 NATIVE_METHOD(UnixFileSystem, initIDs, "()V"),
|
D | UNIXProcess_md.c | 998 NATIVE_METHOD(UNIXProcess, initIDs, "()V"),
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | UNIXProcess.java | 101 private static native void initIDs(); in initIDs() method in UNIXProcess
|
/libcore/ojluni/src/main/java/java/io/ |
D | UnixFileSystem.java | 431 private static native void initIDs(); in initIDs() method in UnixFileSystem 434 initIDs(); in initIDs() method
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 218 private static native long initIDs(); in initIDs() method in FileChannelImpl
|