HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 26 - 50 of 258) sorted by null

12 3 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 153 /* We're ready to rock and roll. :-) */
  /external/quake/quake/src/QW/client/
bothdefs.h 58 #define ROLL 2
cl_input.c 272 if (cl.viewangles[ROLL] > 50)
273 cl.viewangles[ROLL] = 50;
274 if (cl.viewangles[ROLL] < -50)
275 cl.viewangles[ROLL] = -50;
  /external/quake/quake/src/WinQuake/
cl_input.cpp 280 if (cl.viewangles[ROLL] > 50)
281 cl.viewangles[ROLL] = 50;
282 if (cl.viewangles[ROLL] < -50)
283 cl.viewangles[ROLL] = -50;
view.cpp 753 cl.viewent.angles[ROLL] -= v_idlescale.value * sin(cl.time*v_iroll_cycle.value) * v_iroll_level.value;
795 r_refdef.viewangles[ROLL] += v_idlescale.value * sin(cl.time*v_iroll_cycle.value) * v_iroll_level.value;
805 Roll is induced by movement and damage
813 r_refdef.viewangles[ROLL] += side;
817 r_refdef.viewangles[ROLL] += v_dmg_time/v_kicktime.value*v_dmg_roll;
824 r_refdef.viewangles[ROLL] = 80; // dead view angle
910 angles[ROLL] = ent->angles[ROLL];
  /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/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_callback_ao.cpp 300 // roll-over the index to 0 if it reaches the end.
340 // roll-over the index
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 134 orientation:<azimuth>:<pitch>:<roll>
143 <x>, <y>, <z>, <azimuth>, <pitch>, <roll> and <celsius> are floating
  /external/webkit/JavaScriptCore/jit/
JITCall.cpp 109 // Speculatively roll the callframe, assuming argCount will match the arity.
265 // Speculatively roll the callframe, assuming argCount will match the arity.
398 // Speculatively roll the callframe, assuming argCount will match the arity.
495 // Speculatively roll the callframe, assuming argCount will match the arity.
561 // Speculatively roll the callframe, assuming argCount will match the arity.
687 // Speculatively roll the callframe, assuming argCount will match the arity.
  /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 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/test/intltest/
caltest.cpp 308 logln("cal1->roll(UCAL_SECOND)");
309 cal->roll(UCAL_SECOND, (UBool) TRUE, status);
312 if (failure(status, "Calendar::roll")) return;
317 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
325 // Roll back to January
326 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
327 if (failure(status, "Calendar::roll")) return;
931 logln("Testing GregorianCalendar roll...");
939 temp->roll(e, 1, status)
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_callbacks.cpp 135 // roll-over the index
278 // roll-over the index
422 // roll-over the index
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_callbacks.cpp 135 // roll-over the index
279 // roll-over the index
424 // roll-over the index
  /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.
  /external/emma/core/java12/com/vladium/emma/report/
Item.java 79 // plenty of exceptions to the additive roll up rule:
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 183 /* We're ready to rock and roll. :-) */
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 239 /* We're ready to rock and roll. :-) */
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c 88 #else /* roll our own */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 197 * @retval OMX_NoError Success, ready to roll
486 * @retval OMX_NoError Success, ready to roll
533 * @retval OMX_NoError Success, ready to roll
563 * @retval OMX_NoError Success, ready to roll
711 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 174 * @retval OMX_NoError Success, ready to roll
455 * @retval OMX_NoError Success, ready to roll
503 * @retval OMX_NoError Success, ready to roll
543 * @retval OMX_NoError Success, ready to roll
662 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 180 * @retval OMX_NoError Success, ready to roll
421 * @retval OMX_NoError Success, ready to roll
469 * @retval OMX_NoError Success, ready to roll
509 * @retval OMX_NoError Success, ready to roll
625 * @retval OMX_NoError Success, ready to roll
756 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 188 * @retval OMX_NoError Success, ready to roll
480 * @retval OMX_NoError Success, ready to roll
526 * @retval OMX_NoError Success, ready to roll
575 * @retval OMX_NoError Success, ready to roll
711 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 194 * @retval OMX_NoError Success, ready to roll
534 * @retval OMX_NoError Success, ready to roll
582 * @retval OMX_NoError Success, ready to roll
612 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 200 * @retval OMX_NoError Success, ready to roll
575 * @retval OMX_NoError Success, ready to roll
622 * @retval OMX_NoError Success, ready to roll
671 * @retval OMX_NoError Success, ready to roll
    [all...]

Completed in 88 milliseconds

12 3 4 5 6 7 8 91011