HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 326 - 350 of 732) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/www/source/
english.xml     [all...]
francais.xml     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GregorianCalendar.java 534 * Roll a field by a signed amount.
536 public void roll(int field, int amount) { method in class:GregorianCalendar
585 super.roll(field, amount);
    [all...]
ChineseCalendar.java 505 * and a day-of-month. Used by add() and roll().
561 public void roll(int field, int amount) { method in class:ChineseCalendar
596 // Now do the standard roll computation on m, with the
610 super.roll(field, amount);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GregorianCalendar.java 553 * Roll a field by a signed amount.
556 public void roll(int field, int amount) { method in class:GregorianCalendar
605 super.roll(field, amount);
    [all...]
ChineseCalendar.java 521 * and a day-of-month. Used by add() and roll().
579 public void roll(int field, int amount) { method in class:ChineseCalendar
614 // Now do the standard roll computation on m, with the
628 super.roll(field, amount);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
Decal.java 158 * @param roll Angle in degrees to rotate around the Z axis */
159 public void setRotation (float yaw, float pitch, float roll) {
160 rotation.setEulerAngles(yaw, pitch, roll);
  /external/pdfium/third_party/bigint/
BigUnsigned.cc 173 // one does not roll over.
364 // Roll-over a carry as necessary.
511 // Roll-over a borrow as necessary.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 759 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
779 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
809 # A SpooledTemporaryFile should roll over to a real file on fileno()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tempfile.py 759 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
779 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
809 # A SpooledTemporaryFile should roll over to a real file on fileno()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 759 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
779 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
809 # A SpooledTemporaryFile should roll over to a real file on fileno()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 759 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
779 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
809 # A SpooledTemporaryFile should roll over to a real file on fileno()
  /art/runtime/interpreter/mterp/arm/
footer.S 81 * exception, handle it. Otherwise, roll back and retry with the reference
  /art/runtime/interpreter/mterp/arm64/
footer.S 79 * exception, handle it. Otherwise, roll back and retry with the reference
  /art/runtime/interpreter/mterp/x86/
footer.S 96 * exception, handle it. Otherwise, roll back and retry with the reference
  /device/google/contexthub/firmware/src/
spi.c 414 * roll back and fire the callback immediately.
  /external/ImageMagick/tests/
validate.h 167 "-roll +20+10",
  /external/autotest/server/
test.py 112 # if installation fails roll back the host
  /external/chromium-trace/catapult/third_party/coverage/coverage/
results.py 165 This holds the basic statistics from `Analysis`, and is used to roll
  /external/icu/icu4c/source/layout/
LETableReference.h 403 * roll forward by one <T> size.
  /external/libpcap/
nametoaddr.c 431 /* Roll our own */
  /external/pdfium/build/
standalone.gypi 424 # This is here so that all files get recompiled after a clang roll and
  /external/skia/include/gpu/
GrDrawContext.h 254 * TODO: Figure out a better model that allows us to roll this method into drawBatch.
  /external/webp/src/utils/
quant_levels_dec.c 98 if (p->cur_ == p->end_) p->cur_ = p->start_; // roll-over
  /frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java 253 // If we roll forward until after the re-set moratorium, then it expires.

Completed in 3615 milliseconds

<<11121314151617181920>>