HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 101 - 125 of 618) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/ots/src/
cff_type2_charstring.h 26 // an ordinary fonts, and could be dangerous: random, put, get, index, roll.
  /external/chromium_org/third_party/sqlite/src/test/
tkt3457.test 24 # To roll back a hot-journal file, the application needs read and write
  /external/chromium_org/third_party/usrsctp/
usrsctp.gyp 134 # happens and we re-roll DEPS for usrsctp, we can remove the manual
  /external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 36 PERSISTFILE_BASENAME: "/tmp/v8-auto-roll-tempfile",
push_to_trunk.py 396 "this script to automate creation of the roll CL? If yes, enter the "
432 args = "checkout -b v8-roll-%s" % self._state["trunk_revision"]
460 print "Please enter the email address of a reviewer for the roll CL: ",
498 "revision %s. Please don't forget to roll this new version into "
544 "directory to automate the V8 roll."))
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_reservation_manager.h 45 // that case, the backend should roll back the reservation.
  /external/openssh/openbsd-compat/
bsd-arc4random.c 140 * to re-roll.
  /external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
SDL_dummyaudio.c 153 /* We're ready to rock and roll. :-) */
  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 45 public void roll(float x, float y) { method in class:InputSystem
  /external/v8/tools/
push-to-trunk.sh 53 V8 roll.
346 git checkout -b "v8-roll-$TRUNK_REVISION" \
357 echo -n "Please enter the email address of a reviewer for the roll CL: "
386 $MAJOR.$MINOR.$BUILD. Please don't forget to roll this new version into \
  /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
903 roll(field, true); method
924 roll(field, false); method
1090 public void roll(int field, int value) { method in class:Calendar
1094 roll(field, increment); method
1104 public abstract void roll(int field, boolean increment); method in class:Calendar
    [all...]
  /ndk/build/tools/
build-ndk-stack.sh 86 # Let's roll
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc 182 // then we'll miss it in the roll up. We have to add it in manually.
190 "delete roll." << entry.Get(syncable::ID);
  /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/icu4c/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/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 134 orientation:<azimuth>:<pitch>:<roll>
143 <x>, <y>, <z>, <azimuth>, <pitch>, <roll> and <celsius> are floating
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 692 * @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(int field, boolean increment) method in class:CalendarTest.MockCalendar
    [all...]
  /libcore/luni/src/test/java/tests/api/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/icu4c/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 406 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
445 // Now do the standard roll computation on m, with the
459 Calendar::roll(field, amount, status);
464 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
465 roll((UCalendarDateFields)field, amount, status);
792 * and a day-of-month. Used by add() and roll().
    [all...]
  /external/qemu/android/
hw-sensors.c 97 float roll; member in struct:__anon27437
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);

Completed in 2059 milliseconds

1 2 3 45 6 7 8 91011>>