/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; \
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1block_386.s | 44 ROLL $1, DI; \ 70 ROLL $30, b; \ 73 ROLL $5, SI; \
|
sha1block_amd64p32.s | 37 ROLL $1, R10; \ 62 ROLL $30, b; \ 65 ROLL $5, R8; \
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1block_386.s | 44 ROLL $1, DI; \ 70 ROLL $30, b; \ 73 ROLL $5, SI; \
|
sha1block_amd64p32.s | 37 ROLL $1, R10; \ 62 ROLL $30, b; \ 65 ROLL $5, R8; \
|
/external/icu/icu4c/source/test/intltest/ |
calregts.cpp | [all...] |
/external/skia/tools/ |
compare_codereview.py | 327 roll = CodeReviewHTMLParser.parse(roll_url) 328 all_bots = set(control) & set(roll) # Set intersection. 331 'Error: control %s and roll %s have no common trybots.' 332 % (list(control), list(roll))) 336 roll_name = '[roll %s]' % roll_url.split('/')[-1] 341 if (roll[bot].status == 'success'): 347 if control[bot].status != 'failure' and roll[bot].status != 'failure': 354 ( roll[bot].status, roll_name, roll[bot].url)]: 373 (roll[bot].status, roll_name, roll[bot].url)]) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarRegressionTest.java | 716 Object ROLL = new Object(); 737 ROLL, new Integer(1), d[4], d[5], 738 ROLL, new Integer(1), d[6], d[7], 749 else testCal.roll(Calendar.WEEK_OF_YEAR, amount); 750 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") + 761 else testCal.roll(Calendar.WEEK_OF_YEAR, -amount); 762 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") + [all...] |
CalendarTestFmwk.java | 133 static public final boolean ROLL = true; 137 * Process test cases for <code>add</code> and <code>roll</code> methods. 143 * <li>3: field to roll or add to 144 * <li>4: amount to roll or add 156 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method; 159 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) 161 String name = roll ? "rolling" : "adding"; 175 if (roll) { [all...] |
DangiTest.java | 294 * nastiness with roll is the MONTH field around leap months. 319 * Test the behavior of KoreanLunarCalendar.roll(). The only real 320 * nastiness with roll is the MONTH field around leap months. 347 doRollAddDangi(ROLL, cal, tests); 350 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { 351 String name = roll ? "rolling" : "adding"; 361 if (roll) { 362 cal.roll(test[4], test[5]);
|
HebrewTest.java | 45 * Test the behavior of HebrewCalendar.roll 46 * The only real nastiness with roll is the MONTH field, since a year can 52 // input roll by output 83 doRollAdd(ROLL, cal, tests); 90 * Test the behavior of HebrewCalendar.roll 91 * The only real nastiness with roll is the MONTH field, since a year can
|
IslamicTest.java | 54 // input roll by output 72 doRollAdd(ROLL, cal, tests); 75 doRollAdd(ROLL, cal, tests); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarRegressionTest.java | 715 Object ROLL = new Object(); 736 ROLL, new Integer(1), d[4], d[5], 737 ROLL, new Integer(1), d[6], d[7], 748 else testCal.roll(Calendar.WEEK_OF_YEAR, amount); 749 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") + 760 else testCal.roll(Calendar.WEEK_OF_YEAR, -amount); 761 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") + [all...] |
CalendarTestFmwk.java | 132 static public final boolean ROLL = true; 136 * Process test cases for <code>add</code> and <code>roll</code> methods. 142 * <li>3: field to roll or add to 143 * <li>4: amount to roll or add 155 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method; 158 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) 160 String name = roll ? "rolling" : "adding"; 174 if (roll) { [all...] |
DangiTest.java | 293 * nastiness with roll is the MONTH field around leap months. 318 * Test the behavior of KoreanLunarCalendar.roll(). The only real 319 * nastiness with roll is the MONTH field around leap months. 346 doRollAddDangi(ROLL, cal, tests); 349 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { 350 String name = roll ? "rolling" : "adding"; 360 if (roll) { 361 cal.roll(test[4], test[5]);
|
HebrewTest.java | 44 * Test the behavior of HebrewCalendar.roll 45 * The only real nastiness with roll is the MONTH field, since a year can 51 // input roll by output 82 doRollAdd(ROLL, cal, tests); 89 * Test the behavior of HebrewCalendar.roll 90 * The only real nastiness with roll is the MONTH field, since a year can
|
IslamicTest.java | 53 // input roll by output 71 doRollAdd(ROLL, cal, tests); 74 doRollAdd(ROLL, cal, tests); [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 178 "ROLL",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 178 "ROLL",
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
amd64enc.s | [all...] |