HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 76 - 100 of 618) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.S 316 roll $8,%edx
321 roll $8,%edx
337 roll $8,%edx
357 roll $8,%edx
378 roll $8,%edx
398 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
459 roll $8,%edx
479 roll $8,%ed
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 42 Llabel: roll %eax # [4] [8]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.S 316 roll $8,%edx
321 roll $8,%edx
337 roll $8,%edx
357 roll $8,%edx
378 roll $8,%edx
398 roll $8,%edx
418 roll $8,%edx
438 roll $8,%edx
459 roll $8,%edx
479 roll $8,%ed
    [all...]
  /external/qemu/
Makefile 71 # let's roll
  /external/qemu/distrib/sdl-1.2.15/
Makefile 57 # let's roll
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 128 // - For roll events that occur in quick succession to accumulate.
129 // - For roll events that occur with more time between them, lessen the impact of older events
130 // - In the absence of roll events, fade the roll out over time.
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Random.c 66 * of 6 will simulate a fair 6-sided dice roll.
  /ndk/tests/build/merge-string-literals/
build.sh 6 # temporary directory, because that's how we roll.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 545 * time field. For example, to roll the current date up by one day, call
546 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
547 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
553 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
556 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
564 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
566 inline void roll(EDateFields field, UBool up, UErrorCode& status);
570 * time field. For example, to roll the current date up by one day, call
571 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
572 * will roll the year value in the range between getMinimum(Calendar::YEAR) and th
2215 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2221 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tkt2409.test 111 # transaction, SQLite had no choice but to roll back the transaction.
179 # transaction, SQLite had no choice but to roll back the transaction.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 115 // roll the properties back to system values
154 // roll the properties back to system values
195 // roll the properties back to system values
236 // roll the properties back to system values
412 // roll the properties back to system values
447 // roll the properties back to system values
484 // roll the properties back to system values
519 // roll the properties back to system values
557 // roll the properties back to system values
601 // roll the properties back to system value
    [all...]
  /external/chromium_org/v8/tools/
push-to-trunk.sh 53 V8 roll.
338 to automate creation of the roll CL? If yes, enter the path to (and including) \
366 git checkout -b "v8-roll-$TRUNK_REVISION" \
377 echo -n "Please enter the email address of a reviewer for the roll CL: "
406 $MAJOR.$MINOR.$BUILD. Please don't forget to roll this new version into \
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-x86_64.S 271 roll $24,%eax
272 roll $24,%ebx
305 roll $24,%ecx
306 roll $24,%edx
725 roll $8,%eax
726 roll $8,%ecx
730 roll $8,%ebx
731 roll $8,%edx
743 roll $24,%r8d
744 roll $24,%r11
    [all...]
aes-586.S 114 roll $24,%ecx
131 roll $24,%edx
148 roll $24,%eax
165 roll $24,%ebx
1161 roll $8,%ecx
1165 roll $24,%eax
1168 roll $16,%ebx
1170 roll $8,%ebp
1204 roll $8,%edx
1208 roll $24,%eb
    [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.S 271 roll $24,%eax
272 roll $24,%ebx
305 roll $24,%ecx
306 roll $24,%edx
725 roll $8,%eax
726 roll $8,%ecx
730 roll $8,%ebx
731 roll $8,%edx
743 roll $24,%r8d
744 roll $24,%r11
    [all...]
aes-586.S 114 roll $24,%ecx
131 roll $24,%edx
148 roll $24,%eax
165 roll $24,%ebx
1161 roll $8,%ecx
1165 roll $24,%eax
1168 roll $16,%ebx
1170 roll $8,%ebp
1204 roll $8,%edx
1208 roll $24,%eb
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 316 logln("cal->roll(UCAL_SECOND)");
317 cal->roll(UCAL_SECOND, (UBool) TRUE, status);
319 cal->roll(UCAL_SECOND, (int32_t)0, status);
321 if (failure(status, "Calendar::roll")) return;
327 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
335 // Roll back to January
336 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
337 if (failure(status, "Calendar::roll")) return;
419 cal3->roll(Calendar::SECOND, (int32_t)0, status);
420 if (failure(status, "Calendar::roll(EDateFields, int32_t, UErrorCode)")) return
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 366 logln("cal->roll(UCAL_SECOND)");
367 cal->roll(UCAL_SECOND, (UBool) TRUE, status);
369 cal->roll(UCAL_SECOND, (int32_t)0, status);
371 if (failure(status, "Calendar::roll")) return;
377 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
385 // Roll back to January
386 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
387 if (failure(status, "Calendar::roll")) return;
469 cal3->roll(Calendar::SECOND, (int32_t)0, status);
470 if (failure(status, "Calendar::roll(EDateFields, int32_t, UErrorCode)")) return
    [all...]
  /external/chromium/app/sql/
transaction_unittest.cc 87 // Rolling back any part of a transaction should roll back all of them.
  /external/chromium_org/chrome/browser/ui/cocoa/
custom_frame_view.mm 43 // roll overs for our close widgets, but things should still function
  /external/chromium_org/content/test/data/media/
getusermedia.html 26 // be rolling, the title should be changed and the stream is let roll for a
  /external/chromium_org/sql/
transaction_unittest.cc 85 // Rolling back any part of a transaction should roll back all of them.
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_runtime_features.py 42 # FIXME: valid_values and defaults should probably roll into one object.
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
actions.js 65 this.textContent = 'Roll out';

Completed in 2298 milliseconds

1 2 34 5 6 7 8 91011>>