HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
bitops.h 38 * @shift: bits to roll
49 * @shift: bits to roll
  /external/chromium/third_party/icu/source/test/testdata/
calendar.txt 135 "roll",
149 "roll",
233 // chinese roll tests
237 "roll",
244 "roll",
251 "roll",
258 "roll",
265 "roll",
272 "roll",
279 "roll",
    [all...]
  /external/icu4c/test/testdata/
calendar.txt 135 "roll",
149 "roll",
233 // chinese roll tests
237 "roll",
244 "roll",
251 "roll",
258 "roll",
265 "roll",
272 "roll",
279 "roll",
    [all...]
  /external/libnfc-nxp/src/
phHciNfc.c 179 /* Roll Back the State Machine to its Original State */
277 /* Roll Back the State Machine to its Original State */
403 /* Roll Back the State Machine to its Original State */
438 /* Roll Back the State Machine to its Original State */
509 /* Roll Back the State Machine to its Original State */
606 /* Roll Back the State Machine to its Original State */
614 /* Roll Back the State Machine to its Original State */
626 /* Roll Back the State Machine to its Original State */
724 /* Roll Back the State Machine to its Original State */
772 /* Roll Back the State Machine to its Original State *
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER_DEBUG.S 25 sub r0, r4, #2 @ roll dPC back to this monitor instruction
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 98 * Roll back changes.
102 throw new IllegalStateException("no file to roll back");
  /libcore/luni/src/test/java/tests/api/java/util/
GregorianCalendarTest.java 635 * @tests java.util.GregorianCalendar#roll(int, int)
640 method = "roll",
644 // Test for method void java.util.GregorianCalendar.roll(int, int)
647 gc.roll(Calendar.DAY_OF_MONTH, -1);
648 assertTrue("Failed to roll DAY_OF_MONTH down by 1", gc
652 gc.roll(Calendar.DAY_OF_MONTH, 25);
653 assertTrue("Failed to roll DAY_OF_MONTH up by 25", gc
657 gc.roll(Calendar.DAY_OF_MONTH, -10);
658 assertTrue("Failed to roll DAY_OF_MONTH down by 10", gc
664 * @tests java.util.GregorianCalendar#roll(int, boolean
    [all...]
  /system/media/opensles/libopensles/
I3DLocation.c 189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
195 (-360000 <= roll) && (roll <= 360000))) {
202 this->mOrientationAngles.mRoll = roll;
I3DMacroscopic.c 70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
76 (-360000 <= roll) && (roll <= 360000))) {
83 this->mOrientationAngles.mRoll = roll;
  /external/chromium/third_party/icu/source/i18n/
hebrwcal.h 50 * make sure to use the {@link #roll roll} and {@link #add add} methods
252 * For more information, see the documentation for Calendar::roll().
255 * @param amount Indicates amount to roll.
261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
265 * For more information, see the documentation for Calendar::roll().
268 * @param amount Indicates amount to roll.
272 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
274 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
hebrwcal.cpp 199 * <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 an extra month to make up for it
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
    [all...]
  /external/icu4c/i18n/
hebrwcal.h 50 * make sure to use the {@link #roll roll} and {@link #add add} methods
252 * For more information, see the documentation for Calendar::roll().
255 * @param amount Indicates amount to roll.
261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
265 * For more information, see the documentation for Calendar::roll().
268 * @param amount Indicates amount to roll.
272 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
274 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
hebrwcal.cpp 199 * <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 an extra month to make up for it
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 134 * roll: Rotation around Y axis (-90<=roll<=90), with positive values when
137 * Note: For historical reasons the roll angle is positive in the clockwise
143 * (+roll) .--> |
145 * | | roll: rotation around Y axis
148 * note that +Y == -roll
152 * Note: This definition is different from yaw, pitch and roll used in aviation
202 * with the definition of roll given earlier.
283 float roll; member in struct:__anon9515::__anon9516::__anon9518
  /external/icu4c/layout/
LookupTables.cpp 16 Someday, if we need more performance, we can un-roll them.
  /frameworks/base/core/java/android/hardware/
SensorListener.java 58 * <p>values[2]: Roll, rotation around Y axis (-90<=roll<=90), with positive values
61 * <p>Note that this definition of yaw, pitch and roll is different from the
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /external/qemu/android/
hw-sensors.c 77 float roll; member in struct:__anon5700
128 * orientation:<azimuth>:<pitch>:<roll>
294 sensor->u.orientation.roll);
449 _hwSensors_setOrientation( HwSensors* h, float azimuth, float pitch, float roll )
454 s->u.orientation.roll = roll;
  /external/quake/quake/src/WinQuake/
in_dos.cpp 587 extern_control->viewangles[ROLL] = cl.viewangles[ROLL];
592 Con_DPrintf("IN: y:%f p:%f r:%f f:%f s:%f u:%f\n", extern_control->viewangles[YAW], extern_control->viewangles[PITCH], extern_control->viewangles[ROLL], extern_control->forwardmove, extern_control->sidemove, extern_control->upmove);
596 Con_DPrintf("OUT: y:%f p:%f r:%f f:%f s:%f u:%f\n", extern_control->viewangles[YAW], extern_control->viewangles[PITCH], extern_control->viewangles[ROLL], extern_control->forwardmove, extern_control->sidemove, extern_control->upmove);
600 cl.viewangles[ROLL] = extern_control->viewangles[ROLL];
  /bionic/libm/amd64/
s_remquo.S 50 roll $4,%eax
s_remquof.S 50 roll $4,%eax
  /bionic/libm/i387/
s_remquo.S 48 roll $4,%eax
s_remquof.S 48 roll $4,%eax
  /bootable/recovery/tools/ota/
convert-to-bmp.py 20 # Python Imaging Library doesn't write RGBA BMP files, so we roll

Completed in 635 milliseconds

1 2 3 4 5 6 7 8 91011>>