/external/openssl/crypto/aes/asm/ |
aesni-sha1-x86_64.S | 84 roll $5,%eax 98 roll $5,%ebp 116 roll $5,%edx 130 roll $5,%ecx 149 roll $5,%ebx 165 roll $5,%eax 181 roll $5,%ebp 197 roll $5,%edx 214 roll $5,%ecx 230 roll $5,%eb [all...] |
/external/chromium_org/skia/ |
skia_test_expectations.txt | 22 # that the DEPS roll would break some webkit layout_tests, please follow 32 # your Skia DEPS roll. 36 # Add this file to your DEPS roll CL. 38 # 4. Run your DEPS roll CL through the trybots again, and confirm your CL does 42 # 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
posterize.pl | 110 /U {C0 newpath 4 copy 4 2 roll 8 7 roll M L L L closepath stroke 118 /Hi {newpath 4 copy 4 2 roll 8 7 roll M L L L Hi_Color setrgbcolor fill closepath} bind def 119 /Med {newpath 4 copy 4 2 roll 8 7 roll M L L L Med_Color setrgbcolor fill closepath} bind def 120 /Lo {newpath 4 copy 4 2 roll 8 7 roll M L L L Lo_Color setrgbcolor fill closepath} bind def 121 /None {newpath 4 copy 4 2 roll 8 7 roll M L L L None_Color setrgbcolor fill closepath} bind de [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
calendar.txt | 135 "roll", 149 "roll", 233 // chinese roll tests 237 "roll", 244 "roll", 251 "roll", 258 "roll", 265 "roll", 272 "roll", 279 "roll", [all...] |
/external/icu/icu4c/source/test/testdata/ |
calendar.txt | 187 "roll", 201 "roll", 285 // chinese roll tests 289 "roll", 296 "roll", 303 "roll", 310 "roll", 317 "roll", 324 "roll", 331 "roll", [all...] |
/external/libnfc-nxp/src/ |
phHciNfc.c | 179 /* Roll Back the State Machine to its Original State */ 277 /* Roll Back the State Machine to its Original State */ 403 /* Roll Back the State Machine to its Original State */ 438 /* Roll Back the State Machine to its Original State */ 509 /* Roll Back the State Machine to its Original State */ 606 /* Roll Back the State Machine to its Original State */ 614 /* Roll Back the State Machine to its Original State */ 626 /* Roll Back the State Machine to its Original State */ 724 /* Roll Back the State Machine to its Original State */ 772 /* Roll Back the State Machine to its Original State * [all...] |
/external/chromium_org/sql/ |
transaction.cc | 29 DCHECK(is_open_) << "Attempting to roll back a nonexistent transaction. "
|
/external/chromium_org/third_party/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/chromium_org/v8/ |
.DEPS.git | 5 # FOR HOW TO ROLL DEPS
|
/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...] |
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.h | 35 AKFLOAT* roll
|
/external/chromium_org/sync/protocol/ |
sync_protocol_error.h | 45 // Client told to stop syncing this device and roll back local data. 72 // Disable sync and roll back local model to pre-sync state.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
GregorianCalendarTest.java | 508 * java.util.GregorianCalendar#roll(int, int) 511 // Test for method void java.util.GregorianCalendar.roll(int, int) 514 gc.roll(Calendar.DAY_OF_MONTH, -1); 515 assertTrue("Failed to roll DAY_OF_MONTH down by 1", gc 519 gc.roll(Calendar.DAY_OF_MONTH, 25); 520 assertTrue("Failed to roll DAY_OF_MONTH up by 25", gc 524 gc.roll(Calendar.DAY_OF_MONTH, -10); 525 assertTrue("Failed to roll DAY_OF_MONTH down by 10", gc 531 * java.util.GregorianCalendar#roll(int, boolean) 534 // Test for method void java.util.GregorianCalendar.roll(int, boolean [all...] |
/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/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";
|
/bionic/tests/libs/ |
dlext_test_library.cpp | 20 return 4; // chosen by fair dice roll.
|
/external/chromium_org/chrome/installer/util/ |
callback_work_item.h | 24 // // Roll forward work goes here. The return value indicates success/failure
|
/external/chromium_org/third_party/qcms/ |
qcms.gyp | 30 # removed on next roll.
|
/external/chromium_org/tools/android/adb_profile_chrome/ |
chrome_controller_unittest.py | 15 # TODO(skyostil): Remove this once category queries roll into stable.
|
/external/chromium_org/tools/ |
roll_swarming_client.py | 30 def roll(deps_dir, key, reviewer, bug): function 65 print('No revision to roll!') 78 'Roll %s/ to %s.\n' 121 return roll(
|
/external/chromium_org/v8/tools/push-to-trunk/ |
chromium_roll.py | 16 PERSISTFILE_BASENAME: "/tmp/v8-chromium-roll-tempfile", 76 self.GitCreateBranch("v8-roll-%s" % self["trunk_revision"]) 97 print "Please enter the email address of a reviewer for the roll CL: ", 143 "directory to automate the V8 roll."))
|
/external/chromium_org/webkit/tools/layout_tests/ |
test_expectations.txt | 32 # EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL
|
/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;
|