/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Calendar.java | 182 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p> 247 * <p><strong><code>roll(f, delta)</code></strong> adds 253 * <p><strong>Roll rule</strong>. Larger fields are unchanged after the 260 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH, 265 * value, 30. Finally, the <strong>roll rule</strong> maintains the 270 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to 273 * Sunday May 30, 1999. This is because the roll rule imposes an 283 * <code>add()</code> and <code>roll()</code>, consider a user interface 292 * <code>add()</code> or <code>roll()</code>, depending on whether larger 296 * <p><b>Note:</b> You should always use {@link #roll roll} and {@link #add add} rathe 2758 public final void roll(int field, boolean up) method in class:Calendar 2760 roll(field, up ? +1 : -1); method 2831 public void roll(int field, int amount) { method in class:Calendar [all...] |
/art/runtime/interpreter/mterp/mips64/ |
footer.S | 39 * exception, handle it. Otherwise, roll back and retry with the reference
|
/external/boringssl/linux-x86_64/crypto/modes/ |
ghash-x86_64.S | 321 roll $8,%edx 326 roll $8,%edx 342 roll $8,%edx 362 roll $8,%edx 383 roll $8,%edx 403 roll $8,%edx 423 roll $8,%edx 443 roll $8,%edx 464 roll $8,%edx 484 roll $8,%ed [all...] |
/external/boringssl/mac-x86_64/crypto/modes/ |
ghash-x86_64.S | 320 roll $8,%edx 325 roll $8,%edx 341 roll $8,%edx 361 roll $8,%edx 382 roll $8,%edx 402 roll $8,%edx 422 roll $8,%edx 442 roll $8,%edx 463 roll $8,%edx 483 roll $8,%ed [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
IBMCalendarTest.java | [all...] |
ChineseTest.java | 430 * nastiness with roll is the MONTH field around leap months. 454 * Test the behavior of ChineseCalendar.roll(). The only real 455 * nastiness with roll is the MONTH field around leap months. 481 doRollAdd(ROLL, cal, tests); 484 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { 485 String name = roll ? "rolling" : "adding"; 495 if (roll) { 496 cal.roll(test[4], test[5]); [all...] |
HebrewTest.java | 48 * Test the behavior of HebrewCalendar.roll 49 * The only real nastiness with roll is the MONTH field, since a year can 54 // input roll by output 85 doRollAdd(ROLL, cal, tests); 92 * Test the behavior of HebrewCalendar.roll 93 * The only real nastiness with roll is the MONTH field, since a year can
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarCalc.java | 214 // ROLL / ADD 223 getRoll = new Checkbox("Roll",group2, false); 416 * to add or roll its value. 431 c.roll(field, isUp);
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
CalendarTest.java | 292 * Test method for 'com.ibm.icu.util.Calendar.roll(int, boolean)' 297 cal.roll(Calendar.DATE, true); 302 * Test method for 'com.ibm.icu.util.Calendar.roll(int, int)' 307 cal.roll(Calendar.DATE, 3);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
IBMCalendarTest.java | [all...] |
ChineseTest.java | 426 * nastiness with roll is the MONTH field around leap months. 450 * Test the behavior of ChineseCalendar.roll(). The only real 451 * nastiness with roll is the MONTH field around leap months. 477 doRollAdd(ROLL, cal, tests); 480 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { 481 String name = roll ? "rolling" : "adding"; 491 if (roll) { 492 cal.roll(test[4], test[5]); [all...] |
/external/libjpeg-turbo/ |
LICENSE.txt | 24 This section provides a roll-up of the libjpeg-turbo licensing terms, to the
|
/external/replicaisland/src/com/replica/replicaisland/ |
InputSystem.java | 45 public void roll(float x, float y) { method in class:InputSystem
|
/external/skia/site/dev/tools/ |
codesearch.md | 36 [cs.skia.org][1] |regexp | yes |no |skia |master |last DEPS roll + hours
|
/external/tcpdump/ |
rpl.h | 39 /* section 6 of draft-ietf-roll-rpl-19 */
|
/external/v8/tools/release/ |
auto_push.py | 52 # The roll ref points to the candidate to be rolled.
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
quaternion.hpp | 94 /// Build a quaternion from euler angles (pitch, yaw, roll), in radians. 260 /// Returns euler angles, yitch as x, yaw as y, roll as z. 268 /// Returns roll value of euler angles expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise. 272 GLM_FUNC_DECL T roll(detail::tquat<T, P> const & x);
|
/frameworks/base/docs/html/guide/topics/graphics/ |
drawable-animation.jd | 8 images, played in order, like a roll of film. The {@link
|
/frameworks/native/services/sensorservice/ |
OrientationSensor.cpp | 64 outEvent->orientation.roll = g.z;
|
/ndk/build/tools/ |
dev-platform-compress.sh | 70 # Let's roll
|
/external/ImageMagick/utilities/ |
display.1 | 101 \-roll geometry roll an image vertically or horizontally
|
display.1.in | 101 \-roll geometry roll an image vertically or horizontally
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
OrientationSensorExampleActivity.java | 37 // Monitor the phone's orientation sensor and plot the resulting azimuth pitch and roll values.
107 rollHistorySeries = new SimpleXYSeries("Roll");
|
/external/icu/icu4c/source/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);
|
/external/opencv3/samples/python2/ |
mosse.py | 100 f = np.roll(f, -h//2, 0) 101 f = np.roll(f, -w//2, 1)
|