Searched refs:roll (Results 1 - 25 of 33) sorted by relevance

12

/external/openssl/crypto/md5/asm/
H A Dmd5-586.s35 roll $7,%eax
45 roll $12,%edx
55 roll $17,%ecx
65 roll $22,%ebx
75 roll $7,%eax
85 roll $12,%edx
95 roll $17,%ecx
105 roll $22,%ebx
115 roll $7,%eax
125 roll
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-586.s79 roll $5,%ebp
91 roll $5,%ebp
103 roll $5,%ebp
115 roll $5,%ebp
127 roll $5,%ebp
139 roll $5,%ebp
151 roll $5,%ebp
163 roll $5,%ebp
175 roll $5,%ebp
187 roll
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Droll_unittest.py31 from webkitpy.tool.commands.roll import *
H A D__init__.py13 from webkitpy.tool.commands.roll import *
/external/icu4c/i18n/
H A Dchnsecal.h153 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode &status);
154 virtual void roll(EDateFields field, int32_t amount, UErrorCode &status);
H A Dhebrwcal.h50 * 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);
H A Dhebrwcal.cpp199 * <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 a
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
[all...]
H A Dchnsecal.cpp367 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().
H A Dgregocal.cpp28 * Fixed bug in roll()
34 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
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
905 Calendar::roll(field, amount, status);
919 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n",
928 Calendar::roll(field, amount, status);
932 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n",
936 // GregorianCalendar::roll( WEEK_OF_MONT
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DGregorianCalendarTest.java514 * @tests java.util.GregorianCalendar#roll(int, int)
517 // Test for method void java.util.GregorianCalendar.roll(int, int)
520 gc.roll(Calendar.DAY_OF_MONTH, -1);
521 assertTrue("Failed to roll DAY_OF_MONTH down by 1", gc
525 gc.roll(Calendar.DAY_OF_MONTH, 25);
526 assertTrue("Failed to roll DAY_OF_MONTH up by 25", gc
530 gc.roll(Calendar.DAY_OF_MONTH, -10);
531 assertTrue("Failed to roll DAY_OF_MONTH down by 10", gc
537 * @tests java.util.GregorianCalendar#roll(int, boolean)
540 // Test for method void java.util.GregorianCalendar.roll(in
[all...]
H A DCalendarTest.java692 * @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(in method in class:CalendarTest.MockCalendar
[all...]
/external/openssl/crypto/des/asm/
H A Ddes-586.s964 roll $4,%eax
971 roll $20,%edi
978 roll $14,%eax
985 roll $22,%esi
992 roll $9,%eax
999 roll $1,%edi
1022 roll $23,%eax
1029 roll $10,%edi
1036 roll $18,%esi
1043 roll
[all...]
H A Dcrypt586.s838 roll $23,%eax
845 roll $10,%esi
852 roll $18,%edi
859 roll $12,%esi
/external/icu4c/i18n/unicode/
H A Dcalendar.h545 * time field. For example, to roll the current date up by one day, call
546 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
547 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
553 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
556 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
564 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
566 inline void roll(EDateFields field, UBool up, UErrorCode& status);
570 * time field. For example, to roll the current date up by one day, call
571 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
572 * will roll th
2221 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2227 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
[all...]
H A Dgregocal.h15 * 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/openssl/crypto/aes/asm/
H A Daes-586.s114 roll $24,%ecx
131 roll $24,%edx
148 roll $24,%eax
165 roll $24,%ebx
1160 roll $8,%ecx
1164 roll $24,%eax
1167 roll $16,%ebx
1169 roll $8,%ebp
1203 roll $8,%edx
1207 roll
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java45 public void roll(float x, float y) { method in class:InputSystem
/external/qemu/android/
H A Dhw-sensors.c97 float roll; member in struct:__anon10842
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/icu4c/test/intltest/
H A Dcaltest.cpp331 logln("cal->roll(UCAL_SECOND)");
332 cal->roll(UCAL_SECOND, (UBool) TRUE, status);
334 cal->roll(UCAL_SECOND, (int32_t)0, status);
336 if (failure(status, "Calendar::roll")) return;
342 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
351 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
352 if (failure(status, "Calendar::roll")) return;
434 cal3->roll(Calendar::SECOND, (int32_t)0, status);
435 if (failure(status, "Calendar::roll(EDateFields, int32_t, UErrorCode)")) return;
507 ((Calendar *)cal)->roll(UCAL_HOU
[all...]
H A Dcalregts.cpp1151 testCal->roll(UCAL_WEEK_OF_YEAR, amount,status);
1159 opTypeStr = UnicodeString("roll(WOY,", "");
1174 testCal->roll(UCAL_WEEK_OF_YEAR, -amount,status);
1319 log(UnicodeString(" roll(HOUR,") + (amt<0?"":"+")+amt + ")= ");
1320 cal->roll(UCAL_HOUR, amt,status);
1334 if (fail) errln("Fail: roll/add misbehaves around DST onset/cease");
1488 * Bug states that ArrayIndexOutOfBoundsException is thrown by GregorianCalendar::roll()
1501 calendar->roll((UCalendarDateFields)-1, TRUE, status);
2145 // Uncomment these lines when add/roll supported on these fields.
2175 cal.roll(DAT
[all...]
H A Ddadrcal.cpp84 const UnicodeString kROLL("roll", "");
241 toCalendar->roll((UCalendarDateFields)q,
/external/v8/tools/
H A Dpush-to-trunk.sh53 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 \
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java236 * angles (y,r,p). Note that we are applying in order: roll, pitch, yaw but
243 * @param roll
244 * the Euler roll of rotation (in radians). (aka Heading, often
250 public Quaternion fromAngles(float yaw, float roll, float pitch) { argument
256 angle = roll * 0.5f;
280 * rotation angles (yaw,roll,pitch).<br/>
311 angles[1] = FastMath.atan2(2 * y * w - 2 * x * z, sqx - sqy - sqz + sqw); // roll or heading
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java986 * Rotates the spatial by the yaw, roll and pitch angles (in radians),
991 public Spatial rotate(float yaw, float roll, float pitch) { argument
994 q.fromAngles(yaw, roll, pitch);
/external/icu4c/tools/tzcode/
H A Dzic.c417 static char roll[TZ_MAX_LEAPS]; variable
1837 if (roll[i]) {
2583 roll[j] = roll[j - 1];
2587 roll[i] = rolling;

Completed in 437 milliseconds

12