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

/external/chromium_org/tools/
H A Droll_swarming_client.py30 def roll(deps_dir, key, reviewer, bug): function
65 print('No revision to roll!')
121 return roll(
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java45 public void roll(float x, float y) { method in class:InputSystem
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp91 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) argument
95 rotate(roll, Vector3(1, 0, 0));
/external/chromium_org/third_party/icu/source/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.cpp399 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
438 // Now do the standard roll computation on m, with the
452 Calendar::roll(field, amount, status);
457 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
458 roll((UCalendarDateFields)field, amount, status);
785 * 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.cpp1241 // for implementing add, roll, and computeFields.
1254 * their own overrides of {@link #roll roll} and {@link #add add}.
1536 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1538 roll((UCalendarDateFields)field, amount, status);
1541 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1560 // These are the standard roll instructions. These work for all
1605 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1641 // this era has real bounds, roll should wrap years
1672 // This is tricky, because during the roll w
[all...]
/external/icu/icu4c/source/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.cpp399 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
438 // Now do the standard roll computation on m, with the
452 Calendar::roll(field, amount, status);
457 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
458 roll((UCalendarDateFields)field, amount, status);
785 * 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.cpp1370 // for implementing add, roll, and computeFields.
1383 * their own overrides of {@link #roll roll} and {@link #add add}.
1665 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1667 roll((UCalendarDateFields)field, amount, status);
1670 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1689 // These are the standard roll instructions. These work for all
1734 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1770 // this era has real bounds, roll should wrap years
1801 // This is tricky, because during the roll w
[all...]
/external/qemu/android/
H A Dhw-sensors.c97 float roll; member in struct:__anon29146
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/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h583 * time field. For example, to roll the current date up by one day, call
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
585 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
595 * then attempting to roll the year past that limit will result in pinning the year
597 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
603 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
611 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
613 inline void roll(EDateFields field, UBool up, UErrorCode& status);
618 * time field. For example, to roll th
2445 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2452 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h583 * time field. For example, to roll the current date up by one day, call
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
585 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
595 * then attempting to roll the year past that limit will result in pinning the year
597 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
603 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
611 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
613 inline void roll(EDateFields field, UBool up, UErrorCode& status);
618 * time field. For example, to roll th
2478 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2485 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c417 static char roll[TZ_MAX_LEAPS]; variable
1837 if (roll[i]) {
2615 roll[j] = roll[j - 1];
2619 roll[i] = rolling;
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c417 static char roll[TZ_MAX_LEAPS]; variable
1837 if (roll[i]) {
2615 roll[j] = roll[j - 1];
2619 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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 522 milliseconds