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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/webkit/tools/layout_tests/
test_expectations.txt 32 # EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL
  /external/icu4c/layout/
LookupTables.cpp 16 Someday, if we need more performance, we can un-roll them.
  /external/iptables/iptables/
iptables-apply.8 26 Sets the timeout after which the script will roll back to the previous
  /ndk/sources/android/support/src/musl-multibyte/
mbsnrtowcs.c 54 /* have to roll back partial character */
  /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'
  /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/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);
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_APIs.c 349 @param[out] roll Roll angle in degree.
355 AKFLOAT* roll,
381 *roll = g_prms.mf_roll;
386 *accuracy, *azimuth, *pitch, *roll);
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_position.jd 70 the orientation sensor provides azimuth (yaw), pitch, and roll values during a single sensor event.
111 <td>Roll (angle around the y-axis).</td>
155 <li>Roll (degrees of rotation around the y axis). This value is positive when the positive z axis
161 <p>This definition is different from yaw, pitch, and roll used in aviation, where the X axis is
162 along the long side of the plane (tail to nose). Also, for historical reasons the roll angle is
169 the roll component is 0). As a result, the orientation sensor was deprecated in Android 2.2 (API
178 sensor. We recommend that you do this only if a device has negligible roll.</p>
  /external/icu4c/i18n/unicode/
calendar.h 583 * time field. For example, to roll the current date up by one day, call
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
585 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
595 * then attempting to roll the year past that limit will result in pinning the year
597 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
603 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
611 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
613 inline void roll(EDateFields field, UBool up, UErrorCode& status);
618 * time field. For example, to roll the current date up by one day, cal
2444 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2451 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
hebrwcal.cpp 199 * <b>Note:</b> You should always use {@link #roll roll} and add rather
278 * example, to roll the current date up by three days, you can call
279 * <code>roll(Calendar.DATE, 3)</code>. If the
282 * For example, calling <code>roll(Calendar.DATE, 10)</code>
291 * This method is able to roll
294 * additional fields in their overrides of <code>roll</code>.
296 * <b>Note:</b> You should always use roll and {@link #add add} rather
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:HebrewCalendar
324 // of ADAR_1, we need to roll an extra month to make up for it
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
    [all...]
  /external/icu4c/i18n/
hebrwcal.cpp 199 * <b>Note:</b> You should always use {@link #roll roll} and add rather
278 * example, to roll the current date up by three days, you can call
279 * <code>roll(Calendar.DATE, 3)</code>. If the
282 * For example, calling <code>roll(Calendar.DATE, 10)</code>
291 * This method is able to roll
294 * additional fields in their overrides of <code>roll</code>.
296 * <b>Note:</b> You should always use roll and {@link #add add} rather
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:HebrewCalendar
324 // of ADAR_1, we need to roll an extra month to make up for it
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
    [all...]
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 275 ALOGV("sensor_callback() azimuth = %f pitch = %f roll = %f",
278 sensorEvents[i].vector.roll);
280 if ((sensorEvents[i].vector.roll > 0.0) &&
  /external/chromium_org/chrome/installer/util/
work_item_list_unittest.cc 98 // The value must have been deleted first in roll back otherwise the key
213 // The value must have been deleted first in roll back otherwise the key
271 // The value must have been deleted first in roll back otherwise the key
  /frameworks/base/core/java/android/util/
AtomicFile.java 142 * write stream, and roll back to the previous state of the file.
184 * incomplete write, this will roll back to the last good data before
190 * write and roll back, causing the new data currently being written to
  /frameworks/support/v4/java/android/support/v4/util/
AtomicFile.java 136 * write stream, and roll back to the previous state of the file.
153 * incomplete write, this will roll back to the last good data before
159 * write and roll back, causing the new data currently being written to
  /bootable/recovery/tools/ota/
convert-to-bmp.py 20 # Python Imaging Library doesn't write RGBA BMP files, so we roll
  /external/chromium/chrome/common/extensions/docs/server/
README 27 1. Increment the version in app.yaml so we can roll back if the update breaks.
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap.js 60 // The empty trace name means "(here)", so don't roll those up into
  /external/chromium_org/chrome/common/extensions/docs/server2/
README 33 1. Increment the version in app.yaml so we can roll back if the update breaks.
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
rollbot.js 39 var rollSubjectRegexp = /Blink roll (\d+):(\d+)/;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
actions_unittests.js 33 text: 'Roll out',

Completed in 1914 milliseconds

1 23 4 5 6 7 8 91011>>