HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 51 - 75 of 663) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/wilhelm/src/itf/
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 */
  /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/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);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
des-586-mac.S 959 roll $4,%eax
966 roll $20,%edi
973 roll $14,%eax
980 roll $22,%esi
987 roll $9,%eax
994 roll $1,%edi
1017 roll $23,%eax
1024 roll $10,%edi
1031 roll $18,%esi
1038 roll $12,%ed
    [all...]
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/qemu/include/qemu/
bitops.h 189 * @shift: bits to roll
199 * @shift: bits to roll
209 * @shift: bits to roll
219 * @shift: bits to roll
229 * @shift: bits to roll
239 * @shift: bits to roll
249 * @shift: bits to roll
259 * @shift: bits to roll
  /art/test/098-ddmc/
expected.txt 8 Confirm when we overflow, we don't roll over to zero. b/17392248
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random_uniform.c 47 * to re-roll.
  /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/sql/
transaction.h 19 // constructor will roll back the transaction. If you want to commit, you
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Matrix.h 29 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
  /external/iptables/iptables/
iptables-apply.8 26 Sets the timeout after which the script will roll back to the previous
  /external/chromium_org/tools/
safely-roll-blink.py 6 """Generate a CL to roll Blink to the specified revision number and post
92 print 'Blink roll %s:%s' % (old_rev, new_rev)
95 commit_msg = ('Blink roll %s:%s\n'
safely-roll-deps.py 6 """Generate a CL to roll a DEPS entry to the specified revision number and post
131 print '%s roll %s:%s' % (project.title(), old_rev, new_rev)
134 commit_msg = options.message or '%s roll %s:%s\n' % (project.title(),
  /external/llvm/test/CodeGen/X86/
rot32.ll 7 ; CHECK: roll %cl
51 ; CHECK: roll $7
84 ; CHECK: roll $25
  /frameworks/base/core/java/android/hardware/
SensorListener.java 58 * <p>values[2]: Roll, rotation around Y axis (-90<=roll<=90), with positive values
61 * <p>Note that this definition of yaw, pitch and roll is different from the
  /hardware/ti/omap4-aah/camera/
SensorListener.cpp 50 float z = sen_events[i].vector.roll;
55 CAMHAL_LOGVB(" azimuth = %f pitch = %f roll = %f",
58 sen_events[i].vector.roll);
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 52 float z = sen_events[i].vector.roll;
57 CAMHAL_LOGVB(" azimuth = %f pitch = %f roll = %f",
60 sen_events[i].vector.roll);
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
content_analysis_sse2.cc 41 // o*o will have a maximum of 255*255 = 65025. This will roll over
68 // Add to 64 bit running sum as to not roll over.
128 // will not roll over a 32 bit accumulator.
142 // on well behaved content. A specially crafted image could roll over.
207 // Add to 32 bit running sum as to not roll over.

Completed in 274 milliseconds

1 23 4 5 6 7 8 91011>>