HomeSort by relevance Sort by last modified time
    Searched full:heading (Results 426 - 450 of 664) sorted by null

<<11121314151617181920>>

  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 775 float heading[1]; local
780 //ComputeAndOrientation(heading[0], euler, s->orientation.v);
    [all...]
  /external/bison/tests/
existing.at 875 HEADING EMPTY_BLOCK
1039 HEADING BLOCK
1047 HEADING
1053 HEADING
1125 HEADING : MBEE_FMAL_PAR_P HSTATEMENTSEPARATOR {}
1231 HEADING
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 183 void checkResults(const char *heading, RBBITest *test);
184 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
221 void BITestData::checkResults(const char *heading, RBBITest *test) {
235 err(heading, test, expectedIndex-1, actualIndex);
241 err(heading, test, expectedIndex, actualIndex-1);
247 err(heading, test, expectedIndex, actualIndex);
259 heading, fLineNum.elementAt(expectedIndex),
272 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
286 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
288 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected)
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 181 void checkResults(const char *heading, RBBITest *test);
182 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
219 void BITestData::checkResults(const char *heading, RBBITest *test) {
233 err(heading, test, expectedIndex-1, actualIndex);
239 err(heading, test, expectedIndex, actualIndex-1);
245 err(heading, test, expectedIndex, actualIndex);
257 heading, fLineNum.elementAt(expectedIndex),
270 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
284 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
286 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected)
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 521 \newtoks \evenheadline % Token sequence for heading line of even pages
522 \newtoks \oddheadline % Token sequence for heading line of odd pages
    [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 1266 #side-nav li span.heading,
1854 /* API reference: heading marking
1868 /* API reference: heading for "Parameters", "See Also", etc.,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 1266 #side-nav li span.heading,
1854 /* API reference: heading marking
1868 /* API reference: heading for "Parameters", "See Also", etc.,
    [all...]
  /external/sonivox/docs/
JET_Creator_User_Manual.html 131 mso-style-link:"Heading 2 Char";
    [all...]
  /packages/apps/Calendar/res/values/
strings.xml 354 <!-- This is shown as part of the heading at the top of a list of today's events. -->
356 <!-- This is shown as part of the heading at the top of a list of today's events. -->
358 <!-- This is shown as part of the heading at the top of a list of today's events. -->
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 244 * the Euler roll of rotation (in radians). (aka Heading, often
311 angles[1] = FastMath.atan2(2 * y * w - 2 * x * z, sqx - sqy - sqz + sqw); // roll or heading
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 750 # function: Process heading number generated by HTML::Toc.
756 # Store heading number as output suffix
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp437.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp737.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp775.py 181 u'\x01' # 0x0001 -> START OF HEADING
442 0x0001: 0x0001, # START OF HEADING
    [all...]
cp850.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp852.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp855.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp857.py 181 u'\x01' # 0x0001 -> START OF HEADING
442 0x0001: 0x0001, # START OF HEADING
    [all...]
cp858.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp860.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp861.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp862.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp863.py 182 u'\x01' # 0x0001 -> START OF HEADING
443 0x0001: 0x0001, # START OF HEADING
    [all...]
cp864.py 180 u'\x01' # 0x0001 -> START OF HEADING
441 0x0001: 0x0001, # START OF HEADING
    [all...]

Completed in 1173 milliseconds

<<11121314151617181920>>