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

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/doc/codewalk/
functions.xml 18 Pig is a two-player game played with a 6-sided die. Each turn, you may roll or stay.
20 <li> If you roll a 1, you lose all points for your turn and play passes to
21 your opponent. Any other roll adds its value to your turn score. </li>
48 <step title="Multiple return values" src="doc/codewalk/pig.go:/\/\/ roll returns/,/true\n}/">
52 The functions <code>roll</code> and <code>stay</code> each return a pair of
66 <step title="Function literals and closures" src="doc/codewalk/pig.go:/return func/,/return roll\n\t}/">
  /prebuilts/go/linux-x86/doc/codewalk/
functions.xml 18 Pig is a two-player game played with a 6-sided die. Each turn, you may roll or stay.
20 <li> If you roll a 1, you lose all points for your turn and play passes to
21 your opponent. Any other roll adds its value to your turn score. </li>
48 <step title="Multiple return values" src="doc/codewalk/pig.go:/\/\/ roll returns/,/true\n}/">
52 The functions <code>roll</code> and <code>stay</code> each return a pair of
66 <step title="Function literals and closures" src="doc/codewalk/pig.go:/return func/,/return roll\n\t}/">
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
GregorianCalendarTest.java 516 * java.util.GregorianCalendar#roll(int, int)
519 // Test for method void java.util.GregorianCalendar.roll(int, int)
522 gc.roll(Calendar.DAY_OF_MONTH, -1);
523 assertTrue("Failed to roll DAY_OF_MONTH down by 1", gc
527 gc.roll(Calendar.DAY_OF_MONTH, 25);
528 assertTrue("Failed to roll DAY_OF_MONTH up by 25", gc
532 gc.roll(Calendar.DAY_OF_MONTH, -10);
533 assertTrue("Failed to roll DAY_OF_MONTH down by 10", gc
539 * java.util.GregorianCalendar#roll(int, boolean)
542 // Test for method void java.util.GregorianCalendar.roll(int, boolean
    [all...]
  /external/skia/site/dev/sheriffing/
index.md 18 + [What to do if DEPS roll fails to land](#deps_roll_failures)
113 ### What to do if DEPS roll fails to land
115 A common cause of DEPS roll failures are layout tests. Find the offending Skia CL by examining the commit hash range in the DEPS roll and revert (or talk to the commit author if they are available). If you do revert then keep an eye on the next DEPS roll to make sure it succeeds.
128 * DEPS roll #,
142 * Note: this change is usually done in the DEPS roll patch itself
150 * Retry the DEPS roll (for the 1st/dispreferred option this usually means just retrying the layout bots)
158 * Wait for the Blink patch to roll into Chrome
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 27 * roll back to the backup file. This can be solved... but is it worth it and
107 * Roll back changes.
111 throw new IllegalStateException("no file to roll back");
  /external/vulkan-validation-layers/libs/glm/gtx/
euler_angles.inl 143 T const & roll
150 T tmp_cb = glm::cos(roll);
151 T tmp_sb = glm::sin(roll);
178 T const & roll
185 T tmp_cb = glm::cos(roll);
186 T tmp_sb = glm::sin(roll);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RollRecoveryEntry.java 28 * no recovery roll is needed.
31 public static final String TYPE = "roll";
  /external/vboot_reference/tests/
vb21_misc_tests.c 358 "preamble version roll forward");
360 TEST_EQ(v, 0x20003, "roll forward");
362 /* Newer version without result success doesn't roll forward */
367 "preamble version no roll forward 1");
369 TEST_EQ(v, 0x20002, "no roll forward");
371 /* Newer version with success but for other slot doesn't roll forward */
376 "preamble version no roll forward 2");
378 TEST_EQ(v, 0x20002, "no roll forward");
vboot_api_kernel4_tests.c 173 test_slk(0, 0, "Roll forward");
180 test_slk(0, 0, "Don't roll forward during try B");
217 test_slk(0, 0, "Dev doesn't roll forward");
229 test_slk(0, 0, "Recovery doesn't roll forward");
  /bionic/tests/libs/
dlext_test_library.cpp 20 return 4; // chosen by fair dice roll.
  /external/libchrome/base/
pending_task.cc 48 // Compare the difference to support integer roll-over.
  /external/libyuv/files/
DEPS 8 # Roll the Chromium Git hash to pick up newer versions of all the
  /external/llvm/test/CodeGen/X86/
2007-03-16-InlineAsm.ll 15 %tmp2 = call i32 asm "roll $1,$0", "=r,I,0,~{dirflag},~{fpsr},~{flags},~{cc}"( i32 7, i32 %tmp1 ) ; <i32> [#uses=1]
sunkaddr-ext.ll 3 ; Test to make sure that if math that can roll over has been used we don't
  /frameworks/wilhelm/src/itf/
I3DLocation.c 189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
195 (-360000 <= roll) && (roll <= 360000))) {
202 thiz->mOrientationAngles.mRoll = roll;
I3DMacroscopic.c 70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
76 (-360000 <= roll) && (roll <= 360000))) {
83 thiz->mOrientationAngles.mRoll = roll;
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_APIs.h 65 AKFLOAT* roll,
  /ndk/sources/android/support/src/musl-multibyte/
mbsnrtowcs.c 48 /* have to roll back partial character */
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_386.s 24 ROLL $shift, a; \
38 ROLL $shift, a; \
47 ROLL $shift, a; \
58 ROLL $shift, a; \
md5block_amd64.s 48 ROLL $shift, a; \
83 ROLL $shift, a; \
112 ROLL $shift, a; \
144 ROLL $shift, a; \
md5block_amd64p32.s 52 ROLL $shift, a; \
87 ROLL $shift, a; \
116 ROLL $shift, a; \
148 ROLL $shift, a; \
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_386.s 24 ROLL $shift, a; \
38 ROLL $shift, a; \
47 ROLL $shift, a; \
58 ROLL $shift, a; \
md5block_amd64.s 48 ROLL $shift, a; \
83 ROLL $shift, a; \
112 ROLL $shift, a; \
144 ROLL $shift, a; \
md5block_amd64p32.s 52 ROLL $shift, a; \
87 ROLL $shift, a; \
116 ROLL $shift, a; \
148 ROLL $shift, a; \
  /external/icu/icu4c/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);

Completed in 2548 milliseconds

12 3 4 5 6 7 8 91011>>