Searched defs:roll (Results 1 - 12 of 12) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java45 public void roll(float x, float y) { method in class:InputSystem
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DCalendarTest.java692 * @tests java.util.Calendar#roll(int, int)
698 // roll up
699 calendar.roll(Calendar.DATE, 5);
702 // roll down
703 calendar.roll(Calendar.DATE, -5);
706 // roll 0
707 calendar.roll(Calendar.DATE, 0);
710 // roll overweight
712 calendar.roll(Calendar.MONTH, 1);
786 public void roll(in method in class:CalendarTest.MockCalendar
[all...]
/external/icu4c/i18n/
H A Dhebrwcal.cpp199 * <b>Note:</b> You should always use {@link #roll roll} and add rather
278 * example, to roll the current date up by three days, you can call
279 * <code>roll(Calendar.DATE, 3)</code>. If the
282 * For example, calling <code>roll(Calendar.DATE, 10)</code>
291 * This method is able to roll
294 * additional fields in their overrides of <code>roll</code>.
296 * <b>Note:</b> You should always use roll and {@link #add add} rather
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:HebrewCalendar
324 // of ADAR_1, we need to roll a
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
[all...]
H A Dchnsecal.cpp367 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
406 // Now do the standard roll computation on m, with the
420 Calendar::roll(field, amount, status);
425 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
426 roll((UCalendarDateFields)field, amount, status);
725 * and a day-of-month. Used by add() and roll().
H A Dgregocal.cpp28 * Fixed bug in roll()
34 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
817 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:GregorianCalendar
818 roll((UCalendarDateFields) field, amount, status);
822 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:GregorianCalendar
905 Calendar::roll(field, amount, status);
919 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n",
928 Calendar::roll(field, amount, status);
932 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n",
936 // GregorianCalendar::roll( WEEK_OF_MONT
[all...]
H A Dcalendar.cpp1193 // for implementing add, roll, and computeFields.
1206 * their own overrides of {@link #roll roll} and {@link #add add}.
1488 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1490 roll((UCalendarDateFields)field, amount, status);
1493 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1512 // These are the standard roll instructions. These work for all
1557 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1585 // This is tricky, because during the roll we may have to shift
1644 // Now roll betwee
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java236 * angles (y,r,p). Note that we are applying in order: roll, pitch, yaw but
243 * @param roll
244 * the Euler roll of rotation (in radians). (aka Heading, often
250 public Quaternion fromAngles(float yaw, float roll, float pitch) { argument
256 angle = roll * 0.5f;
280 * rotation angles (yaw,roll,pitch).<br/>
311 angles[1] = FastMath.atan2(2 * y * w - 2 * x * z, sqx - sqy - sqz + sqw); // roll or heading
/external/qemu/android/
H A Dhw-sensors.c97 float roll; member in struct:__anon10842
154 * orientation:<azimuth>:<pitch>:<roll>
322 sensor->u.orientation.roll);
541 qemu_put_float(f, s->u.orientation.roll);
592 s->u.orientation.roll = qemu_get_float(f);
/external/icu4c/i18n/unicode/
H A Dcalendar.h545 * time field. For example, to roll the current date up by one day, call
546 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
547 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
553 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
556 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
564 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
566 inline void roll(EDateFields field, UBool up, UErrorCode& status);
570 * time field. For example, to roll the current date up by one day, call
571 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
572 * will roll th
2221 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2227 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java986 * Rotates the spatial by the yaw, roll and pitch angles (in radians),
991 public Spatial rotate(float yaw, float roll, float pitch) { argument
994 q.fromAngles(yaw, roll, pitch);
/external/icu4c/tools/tzcode/
H A Dzic.c417 static char roll[TZ_MAX_LEAPS]; variable
1837 if (roll[i]) {
2583 roll[j] = roll[j - 1];
2587 roll[i] = rolling;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1858 milliseconds