Home
last modified time | relevance | path

Searched refs:roll (Results 1 – 25 of 35) sorted by relevance

12

/external/icu4c/i18n/unicode/
Dcalendar.h535 inline void roll(EDateFields field, UBool up, UErrorCode& status);
560 inline void roll(UCalendarDateFields field, UBool up, UErrorCode& status);
584 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
608 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
2124 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) in roll() function
2126 roll(field, (int32_t)(up ? +1 : -1), status); in roll()
2130 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) in roll() function
2132 roll((UCalendarDateFields) field, up, status); in roll()
Dgregocal.h362 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
375 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
/external/qemu/android/
Dhw-sensors.c77 float roll; member
294 sensor->u.orientation.roll); in _hwSensorClient_tick()
449 _hwSensors_setOrientation( HwSensors* h, float azimuth, float pitch, float roll )
454 s->u.orientation.roll = roll;
/external/icu4c/i18n/
Dhebrwcal.h261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
274 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
Dhebrwcal.cpp307 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in HebrewCalendar
337 Calendar::roll(field, amount, status); in roll()
341 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in HebrewCalendar
342 roll((UCalendarDateFields)field, amount, status); in roll()
Dgregocal.cpp816 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll() function in GregorianCalendar
817 roll((UCalendarDateFields) field, amount, status); in roll()
821 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in GregorianCalendar
904 Calendar::roll(field, amount, status); in roll()
927 Calendar::roll(field, amount, status); in roll()
1035 Calendar::roll(field, amount, status); in roll()
Ducal.cpp370 ((Calendar*)cal)->roll(field, amount, *status); in ucal_roll()
Dcalendar.cpp1344 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar
1346 roll((UCalendarDateFields)field, amount, status); in roll()
1349 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() function in Calendar
/external/icu4c/test/testdata/
Dcalendar.txt64 "roll",
78 "roll",
/external/icu4c/test/intltest/
Dcalregts.cpp1109 testCal->roll(UCAL_WEEK_OF_YEAR, amount,status); in test4103271()
1132 testCal->roll(UCAL_WEEK_OF_YEAR, -amount,status); in test4103271()
1278 cal->roll(UCAL_HOUR, amt,status); in test4114578()
1459 calendar->roll((UCalendarDateFields)-1, TRUE, status); in test4142933()
2133 cal.roll(DATA[i].field, amount, status); in TestJ81()
2577 c1->roll(Calendar::HOUR,(int32_t)3,status); in TestDeprecates()
2578 c2->roll(UCAL_HOUR,(int32_t)3,status); in TestDeprecates()
2587 c1->roll(Calendar::HOUR,(UBool)FALSE,status); in TestDeprecates()
2588 c2->roll(UCAL_HOUR,(UBool)FALSE,status); in TestDeprecates()
Dcaltest.cpp292 cal->roll(UCAL_SECOND, (UBool) TRUE, status); in TestGenericAPI()
309 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status); in TestGenericAPI()
926 temp->roll(e, 1, status); in TestAddRollExtensive()
936 temp->roll(e, -1, status); in TestAddRollExtensive()
1436 cal->roll(field,(int32_t)1,errorCode); in loop_addroll()
1438 calclone->roll(field2,(int32_t)1,errorCode); in loop_addroll()
1783 cal.roll(UCAL_DOW_LOCAL, amount, status); in TestWOY()
Ddadrcal.cpp221 toCalendar->roll((UCalendarDateFields)q, in testOps()
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT134 orientation:<azimuth>:<pitch>:<roll>
143 <x>, <y>, <z>, <azimuth>, <pitch>, <roll> and <celsius> are floating
/external/icu4c/tools/tzcode/
Dzic.c416 static char roll[TZ_MAX_LEAPS]; variable
1823 if (roll[i]) {
2562 roll[j] = roll[j - 1];
2566 roll[i] = rolling;
/external/webkit/JavaScriptGlue/
DChangeLog235 - roll out https://bugs.webkit.org/show_bug.cgi?id=21732
/external/srec/config/en.us/dictionary/
Dlarge.ok24547 rock$$$-and-roll rok~rOl
24548 rock$$-and-roll rok~rOl
24549 rock$-and-roll rok~rOl
24550 rock-and-roll rok~rOl
24620 roll rOl
/external/webkit/WebKit/mac/
DChangeLog-2006-02-096709 - roll out the fix for 4040321, since it is still pending CCC review.
7496 - roll out this change, since it causes a 1.5% performance regression
9209 we have decided to roll back the change with the regression and roll in
9246 Note that I will need to coordinate with Grant to have him roll out some code in Mail that
32424 I had to roll it out and we'll have to try again to fix the problem Ed was fixing.
33482 - at Scott and Don's request, roll out small text anti-aliasing cutoff
34317 Reworking the code to update the page icon led me to roll the WebIconDB API
DChangeLog73 …em/6570573> Some visit counts in History.plist have insanely high values, can roll over to negative
11224 - roll out fix for <rdar://problem/5726016> REGRESSION: Xcode News window renders
/external/e2fsprogs/po/
Dsv.po245 # egentligen ingen roll vilket tecken som st�r f�rst i den �versatta
/external/webkit/WebCore/
DChangeLog-2005-08-2315210 (roll in support for "const" keyword from KDE tree)
20215 - roll the fix for <rdar://problem/4060266> back in, since its
20223 - roll out the fix for <rdar://problem/4060266> since it was denied by CCC
20932 - roll out this change for now, since it was denied by CCC
20988 … I need to roll out Kevin's change to fix 3667701. It breaks contextual fragments, and hence breaks
25050 … by going down to the last leaf child of the root line box; a one line change we will roll out when
29269 we have decided to roll back the change with the regression and roll in
36418 - roll out the last change, it appears to cause a performance regression
54931 - fixed 3493939: ordered lists with type="A" roll over to A' after X rather than after Z
DChangeLog-2002-12-031197 get unioned with links or images that you roll over).
2273 Had to roll back some of the files I changed yesterday. I had missed the
2292 Just roll back all the changes from my 3091714 check-in below, except
DChangeLog-2003-10-253696 This may ultimately turn out to be an AppKit bug, and if so we can roll out this change
5147 - roll in change from KHTML to remove user and password from referrer
DChangeLog28777 - roll out https://bugs.webkit.org/show_bug.cgi?id=21732
35805 - roll out assertion breaking regression tests
45706 - roll out r36050 because it made svg/custom/invalid-fill-hex.svg fail,
49888 If this is a problem for Dashboard, we can either roll out this commit
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1014086 To get things working, I had to roll out
23154 - roll out that last change -- it was causing test failures;
26833 - roll out a last-minute change to my evaluateToBoolean patch that was incorrect.
26918 - roll out accidentally-checked in changes
/external/grub/
DChangeLog1208 roll, because 386 doesn't have bswap. Reported by Frode Vatvedt

12