Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/text/
DBidi.java107 Object direction = paragraph.getAttribute(TextAttribute.RUN_DIRECTION); in Bidi() local
333 private int direction; field in Bidi
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DStrictMathTest.java702 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD() local
767 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD() local
DMathTest.java838 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD() local
927 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD() local
/libcore/luni/src/main/java/java/lang/
DStrictMath.java1067 public static double nextAfter(double start, double direction) { in nextAfter()
1078 public static float nextAfter(float start, double direction) { in nextAfter()
DMath.java1126 public static double nextAfter(double start, double direction) { in nextAfter()
1137 public static float nextAfter(float start, double direction) { in nextAfter()
/libcore/luni/src/main/java/java/sql/
DStatement.java596 public void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
DResultSet.java1310 public void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java603 public void setFetchDirection(int direction) throws SQLException { in setFetchDirection()