Home
last modified time | relevance | path

Searched defs:ofd (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/jdk/internal/math/FloatingDecimal/
DTestFloatingDecimal.java106 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[j]); in testAppendToDouble() local
131 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[j]); in testAppendToFloat() local
156 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[j]); in testParseDouble() local
179 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[j]); in testParseFloat() local
202 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[i]); in testToJavaFormatStringDoubleFixed() local
220 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[j]); in testToJavaFormatStringDoubleRandom() local
239 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[i]); in testToJavaFormatStringFloatFixed() local
257 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[j]); in testToJavaFormatStringFloatRandom() local
/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxFileSystem.java71 void copyNonPosixAttributes(int ofd, int nfd) { in copyNonPosixAttributes()
DLinuxUserDefinedFileAttributeView.java298 static void copyExtendedAttributes(int ofd, int nfd) { in copyExtendedAttributes()
357 private static void copyExtendedAttribute(int ofd, byte[] name, int nfd) in copyExtendedAttribute()