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

  /device/asus/grouper/
gps.conf 1 NTP_SERVER=north-america.pool.ntp.org
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestSkyLoadingLagoon.java 51 Texture north = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_north.jpg"); local
60 Texture north = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_z.png");
66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
TestSkyLoadingPrimitives.java 51 Texture north = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_north.jpg");
59 Texture north = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_z.png"); local
64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestSkyLoading.java 50 Texture north = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_north.jpg"); local
55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SkyFactory.java 142 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale) {
143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10);
146 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale, int sphereRadius) {
155 Image northImg = north.getImage();
199 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) {
200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ);
  /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);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 207 Texture north = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_north.jpg"); local
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 259 Texture north = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_north.jpg"); local
264 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 844 bool north = m_panScrollStartPos.y() > (m_currentMousePosition.y() + ScrollView::noPanScrollRadius); local
847 if ((east || west || north || south) && m_panScrollButtonPressed)
850 if (north) {
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 758 milliseconds