/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVXCheckAnalyzer.java | 87 // roll pitch yaw RMS error ( \sqrt{\frac{1}{n} \sum e_i^2 }) 93 // roll pitch yaw max error 334 * Attitude record in time roll pitch yaw format. 339 public double roll; field in class:RVCVXCheckAnalyzer.AttitudeRec 346 roll = aroll; 354 roll = rpy[0]; 362 roll = rec.time; 367 // copy roll-pitch-yaw value but leave the time specified by atime 370 roll = rec.time; 378 roll = aroll 769 double roll = (1-alpha) * rec.get(j).roll + alpha * rec.get(j+1).roll; local 772 resampled.get(i).set(timebase.get(i).time, roll, pitch, yaw); local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
Calendar.java | 148 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p> 213 * <p><strong><code>roll(f, delta)</code></strong> adds 219 * <p><strong>Roll rule</strong>. Larger fields are unchanged after the 226 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH, 231 * value, 30. Finally, the <strong>roll rule</strong> maintains the 236 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to 239 * Sunday May 30, 1999. This is because the roll rule imposes an 249 * <code>add()</code> and <code>roll()</code>, consider a user interface 258 * <code>add()</code> or <code>roll()</code>, depending on whether larger 262 * <p><b>Note:</b> You should always use {@link #roll roll} and {@link #add add} rathe 1662 public final void roll(int field, boolean up) method in class:Calendar 1723 public void roll(int field, int amount) { method in class:Calendar [all...] |
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
MOCK_RANGE_RESPONSE_2_PAGE_1 | 20 "message": "Update V8 to version 4.8.161.\n\nSummary of changes available at:\nhttps://chromium.googlesource.com/v8/v8/+log/bb6df7e1..1eef3579\n\nPlease follow these instructions for assigning/CC\u0027ing issues:\nhttps://code.google.com/p/v8-wiki/wiki/TriagingIssues\n\nPlease close rolling in case of a roll revert:\nhttps://v8-roll.appspot.com/\n\nTBR\u003dhablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org\n\nReview URL: https://codereview.chromium.org/1430483003\n\nCr-Commit-Position: refs/heads/master@{#356397}\n"
|
/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-trace/catapult/telemetry/telemetry/internal/actions/ |
gesture_common.js | 43 // visualViewportWidth properties roll into stable.
|
/external/dhcpcd-6.8.2/compat/ |
arc4random_uniform.c | 49 * to re-roll.
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
CalendarICU.java | 210 public void roll(int field, boolean up) { method in class:CalendarICU 212 fIcuCal.roll(field, up); 216 public void roll(int field, int amount) { method in class:CalendarICU 218 fIcuCal.roll(field, amount);
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
Sample40_PopMsg.java | 53 // Population roll call
|
/external/iptables/iptables/ |
iptables-apply.8 | 26 Sets the timeout after which the script will roll back to the previous
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-425585.js | 36 // Roll our own non-strict assertEquals replacement.
|
/external/llvm/test/CodeGen/X86/ |
rot32.ll | 7 ; CHECK: roll %cl 51 ; CHECK: roll $7 84 ; CHECK: roll $25
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfKeyCode.h | 45 // roll and the frame's position within the roll: 53 // prefix prefix to identify film roll
|
/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/icu/icu4c/source/test/intltest/ |
calregts.cpp | [all...] |
/external/webrtc/webrtc/modules/video_processing/ |
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. 132 // will not roll over a 32 bit accumulator. 146 // on well behaved content. A specially crafted image could roll over. 211 // Add to 32 bit running sum as to not roll over.
|
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarTest.java | 134 static public final boolean ROLL = true; 138 * Process test cases for <code>add</code> and <code>roll</code> methods. 144 * <li>3: field to roll or add to 145 * <li>4: amount to roll or add 157 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method; 160 public void doRollAdd(boolean roll, Calendar cal, int[][] tests) 162 String name = roll ? "rolling" : "adding"; 176 if (roll) { [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarTest.java | 130 static public final boolean ROLL = true; 134 * Process test cases for <code>add</code> and <code>roll</code> methods. 140 * <li>3: field to roll or add to 141 * <li>4: amount to roll or add 153 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method; 156 public void doRollAdd(boolean roll, Calendar cal, int[][] tests) 158 String name = roll ? "rolling" : "adding"; 172 if (roll) { [all...] |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
RbnfDemo.java | 249 roll(100); 256 roll(10); 263 roll(1); 287 roll(-100); 294 roll(-10); 301 roll(-1); 383 void roll(int delta) { method in class:RbnfDemo
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
SensorManagerFacade.java | 61 * 5= X+Z, 6 = Y+Z, 7 = X+Y+Z. For orientation X = azimuth, Y = pitch and Z = roll. <br> 83 * 1297160391.2820001, u'ymag': -8.9375, u'zmag': -41.0625, u'roll': -0.031366908922791481, 89 * s6 = [-0.26701245009899138, -0.47323511242866517, -0.031366908922791481] ---(azimuth, pitch, roll 249 @Rpc(description = "Returns the most recently received orientation values.", returns = "a List of Doubles [azimuth, pitch, roll].") 411 mSensorReadings.putDouble("roll", mRoll); 448 mSensorReadings.putDouble("roll", mRoll); 455 mSensorReadings.putDouble("roll", mRoll);
|
/external/webrtc/tools/autoroller/ |
roll_chromium_revision.py | 10 """Script to roll chromium_revision in the WebRTC DEPS file.""" 258 commit_msg = ['Roll chromium_revision %s (%s)\n' % (rev_interval, 325 logging.info('Creating roll branch: %s', ROLL_BRANCH_NAME) 335 logging.info('Removing previous roll branch (%s)', ROLL_BRANCH_NAME) 373 help='Removes any previous local roll branch.') 375 help=('Chromium Git revision to roll to. Defaults to the ' 436 '%s (#%s). To roll to older revisions, you must pass the '
|
/external/icu/icu4c/source/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 2508 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar 2515 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar [all...] |