/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 21 sub r0, r4, #2 @ roll dPC back to this monitor instruction
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 21 sub a0, rPC, 2 # roll dPC back to this monitor instruction
|
/external/chromium_org/sql/ |
transaction.cc | 33 NOTREACHED() << "Attempting to roll back a nonexistent transaction. "
|
transaction.h | 19 // constructor will roll back the transaction. If you want to commit, you
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.h | 35 AKFLOAT* roll
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 514 * @tests java.util.GregorianCalendar#roll(int, int) 517 // Test for method void java.util.GregorianCalendar.roll(int, int) 520 gc.roll(Calendar.DAY_OF_MONTH, -1); 521 assertTrue("Failed to roll DAY_OF_MONTH down by 1", gc 525 gc.roll(Calendar.DAY_OF_MONTH, 25); 526 assertTrue("Failed to roll DAY_OF_MONTH up by 25", gc 530 gc.roll(Calendar.DAY_OF_MONTH, -10); 531 assertTrue("Failed to roll DAY_OF_MONTH down by 10", gc 537 * @tests java.util.GregorianCalendar#roll(int, boolean) 540 // 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";
|
/external/chromium/app/sql/ |
transaction.cc | 33 NOTREACHED() << "Attempting to roll back a nonexistent transaction. "
|
transaction.h | 19 // constructor will roll back the transaction. If you want to commit, you
|
/external/chromium_org/build/git-hooks/ |
pre-commit | 20 If you're really and truly trying to roll the version of a submodule, you should
|
/external/chromium_org/chrome/installer/util/ |
callback_work_item.h | 24 // // Roll forward work goes here. The return value indicates success/failure
|
/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]
|
/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,
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
ui.js | 338 theSpan.appendChild(document.createTextNode(', last roll is to ')); 342 rollbot.fetchCurrentRoll(function(roll) { 344 if (roll) { 345 var linkText = "" + roll.fromRevision + ":" + roll.toRevision; 346 theSpan.appendChild(base.createLinkNode(roll.url, linkText)); 347 if (roll.isStopped)
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlarray_legacy.c | 213 * Returns an array of three data points representing roll, pitch, and 218 * depth. In this case roll is defined as the rotation around the X 223 * <TR><TD>roll </TD><TD>X axis </TD></TR> 231 * Returns an array of three data points representing roll, pitch, and 235 * where roll is defined as the rotation around the axis along the 240 * <TR><TD>roll </TD><TD>Y axis </TD></TR> 246 * Returns an array of three data points representing roll, pitch, and 251 * is along the Z axis. In this convention roll is defined as the 256 * <TR><TD>roll </TD><TD>Z axis </TD></TR> 262 * Returns an array of three data points representing roll, pitch, and [all...] |
/external/chromium_org/third_party/icu/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);
|
/external/icu4c/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);
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
des-586.S | 964 roll $4,%eax 971 roll $20,%edi 978 roll $14,%eax 985 roll $22,%esi 992 roll $9,%eax 999 roll $1,%edi 1022 roll $23,%eax 1029 roll $10,%edi 1036 roll $18,%esi 1043 roll $12,%ed [all...] |
/external/openssl/crypto/des/asm/ |
des-586.S | 964 roll $4,%eax 971 roll $20,%edi 978 roll $14,%eax 985 roll $22,%esi 992 roll $9,%eax 999 roll $1,%edi 1022 roll $23,%eax 1029 roll $10,%edi 1036 roll $18,%esi 1043 roll $12,%ed [all...] |
/external/chromium_org/base/ |
pending_task.cc | 52 // Compare the difference to support integer roll-over.
|
/external/chromium_org/media/base/ |
audio_hash.h | 46 // positives related to incorrect sample position. Value chosen by dice roll.
|
/external/chromium_org/third_party/qcms/ |
qcms.gyp | 30 # removed on next roll.
|