HomeSort by relevance Sort by last modified time
    Searched refs:north (Results 1 - 6 of 6) sorted by null

  /device/asus/grouper/
gps.conf 1 NTP_SERVER=north-america.pool.ntp.org
  /device/htc/flounder/gps/qct/
gps.conf 1 NTP_SERVER=north-america.pool.ntp.org
  /frameworks/native/services/sensorservice/
Fusion.cpp 264 vec3_t north(cross_product(up, east));
265 R << east << north << up;
325 vec3_t north( cross_product(up, east) );
327 const float l = 1 / length(north);
328 north *= l;
330 update(north, Bm, magSTDEV*l);
  /frameworks/native/libs/ui/tests/
vec_test.cpp 240 vec3 north(0, 1, 0);
241 vec3 up( cross(east, north) );
243 EXPECT_EQ(dot(east, north), 0);
245 EXPECT_EQ(distance(east, north), sqrtf(2));
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.cpp 270 bool north = m_panScrollStartPos.y() > (lastKnownMousePosition.y() + ScrollView::noPanScrollRadius); local
273 if (m_autoscrollType == AutoscrollForPan && (east || west || north || south))
276 if (north) {
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 511 milliseconds