HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 126 - 150 of 663) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 45 public void roll(float x, float y) { method in class:InputSystem
  /frameworks/base/docs/html/guide/topics/graphics/
drawable-animation.jd 8 images, played in order, like a roll of film. The {@link
  /frameworks/native/services/sensorservice/
OrientationSensor.cpp 58 outEvent->orientation.roll = g.z;
  /libcore/luni/src/main/java/java/util/
Calendar.java 159 * {@code set()}, {@code add()}, and {@code roll()}.
228 * <strong>{@code roll(f, delta)}</strong> adds {@code delta} to
234 * <strong>Roll rule</strong>. Larger fields are unchanged after the call. A
241 * set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
246 * sets it to the closest possible value, 30. Finally, the <strong>roll rule</strong>
252 * {@code roll(Calendar.WEEK_OF_MONTH, -1)} sets the calendar to Tuesday
254 * sets the calendar to Sunday May 30, 1999. This is because the roll rule
264 * and {@code roll()}, consider a user interface component with
272 * {@code add()} or {@code roll()}, depending on whether larger
277 * <b>Note:</b> You should always use {@code roll} and {@code add} rather tha
915 roll(field, true); method
936 roll(field, false); method
1102 public void roll(int field, int value) { method in class:Calendar
1106 roll(field, increment); method
1116 public abstract void roll(int field, boolean increment); method in class:Calendar
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 15 * Fixed bug in roll()
353 * For more information, see the documentation for Calendar::roll().
356 * @param amount Indicates amount to roll.
360 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
362 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
366 * For more information, see the documentation for Calendar::roll().
369 * @param amount Indicates amount to roll.
375 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
gregocal.h 15 * Fixed bug in roll()
353 * For more information, see the documentation for Calendar::roll().
356 * @param amount Indicates amount to roll.
360 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
362 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
366 * For more information, see the documentation for Calendar::roll().
369 * @param amount Indicates amount to roll.
375 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 134 orientation:<azimuth>:<pitch>:<roll>
143 <x>, <y>, <z>, <azimuth>, <pitch>, <roll> and <celsius> are floating
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsps2.c 232 3 -1 roll % tab dom v
245 4 -1 roll % val2 cell0 y1 tab
246 3 -1 roll % val2 y1 tab cell0
250 3 1 roll % val2 y0 y1 y0
253 3 -1 roll % y0 (y1-y0) val2
506 _cmsIOPrintf(m, "3 -1 roll "); // tab dom v
516 _cmsIOPrintf(m, "4 -1 roll "); // val2 cell0 y1 tab
517 _cmsIOPrintf(m, "3 -1 roll "); // val2 y1 tab cell0
520 _cmsIOPrintf(m, "3 1 roll "); // val2 y0 y1 y0
522 _cmsIOPrintf(m, "3 -1 roll "); // y0 (y1-y0) val
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 692 * 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(int field, boolean increment) method in class:CalendarTest.MockCalendar
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
gregocal.cpp 28 * Fixed bug in roll()
34 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
812 * Roll a field by a signed amount.
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
    [all...]
chnsecal.cpp 367 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().
  /external/icu/icu4c/source/i18n/
gregocal.cpp 28 * Fixed bug in roll()
34 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
812 * Roll a field by a signed amount.
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
    [all...]
chnsecal.cpp 399 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().
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 406 logln("cal->roll(UCAL_SECOND)");
407 cal->roll(UCAL_SECOND, (UBool) TRUE, status);
409 cal->roll(UCAL_SECOND, (int32_t)0, status);
411 if (failure(status, "Calendar::roll")) return;
417 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
425 // Roll back to January
426 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
427 if (failure(status, "Calendar::roll")) return;
509 cal3->roll(Calendar::SECOND, (int32_t)0, status);
510 if (failure(status, "Calendar::roll(EDateFields, int32_t, UErrorCode)")) return
    [all...]
  /external/qemu/android/
hw-sensors.c 97 float roll; member in struct:__anon32864
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/vixl/test/
test-simulator-a64.cc 182 // Roll up the loop to keep the code size down.
283 // Roll up the loop to keep the code size down.
400 // Roll up the loop to keep the code size down.
532 // Roll up the loop to keep the code size down.
658 // Roll up the loop to keep the code size down.
772 // Roll up the loop to keep the code size down.
    [all...]
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 127 } else if (command.equals("roll")) {
287 System.err.println(" roll <dx> <dy> (Default: trackball)");
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 172 * DPAD_DOWN we actually roll the spinner up. When the
173 * key event is DPAD_UP we roll the spinner down.
  /art/test/098-ddmc/src/
Main.java 44 System.out.println("Confirm when we overflow, we don't roll over to zero. b/17392248");
  /development/ndk/platforms/android-19/include/android/
sensor.h 102 float roll; member in struct:ASensorVector::__anon1237::__anon1239
  /development/ndk/platforms/android-9/include/android/
sensor.h 102 float roll; member in struct:ASensorVector::__anon1806::__anon1808
  /external/ceres-solver/include/ceres/
rotation.h 119 // The {pitch,roll,yaw} Euler angles are rotations around the {x,y,z}
449 const T roll(euler[1] * degrees_to_radians);
454 const T c2 = cos(roll);
455 const T s2 = sin(roll);
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 53 // ('r' refers to 'roll call' ie installation, and 'a' refers to 'active').
  /external/chromium_org/chrome/installer/util/
work_item_list.h 23 // provides functionalities to carry out or roll back the sequence of actions
  /external/chromium_org/components/sync_driver/
sync_prefs.h 134 // Get/set/clear first sync time of current user. Used to roll back browsing

Completed in 898 milliseconds

1 2 3 4 56 7 8 91011>>