HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 176 - 200 of 370) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 279 Date normal = format.parse("1970-01-01T00:00 EET"); local
281 assertEquals(60 * 60 * 1000, normal.getTime() - dst.getTime());
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 105 font-weight:normal;
318 font-weight: normal;
984 font-style: normal;
991 font-style: normal;
1159 font-weight: normal;
1236 font-weight: normal;
1257 line-height: normal;
1549 line-height: normal
1554 line-height: normal;
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 101 font-weight:normal;
314 font-weight: normal;
979 font-style: normal;
986 font-style: normal;
1148 font-weight: normal;
1225 font-weight: normal;
1246 line-height: normal;
1538 line-height: normal
1543 line-height: normal;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 105 font-weight:normal;
318 font-weight: normal;
983 font-style: normal;
990 font-style: normal;
1158 font-weight: normal;
1282 font-weight: normal;
1303 line-height: normal;
    [all...]
  /device/asus/grouper/
device-common.mk 23 PRODUCT_AAPT_CONFIG := normal large tvdpi hdpi
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 94 // look for a normal char transition
99 // was in range but not a normal transition
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 367 const RE normal(TypeParam(".*(\\w+)"));
368 EXPECT_STREQ(".*(\\w+)", normal.pattern());
829 const RE normal(NULL);
833 const RE normal(".*(\\w+");
    [all...]
  /external/gtest/test/
gtest-port_test.cc 387 const RE normal(TypeParam(".*(\\w+)"));
388 EXPECT_STREQ(".*(\\w+)", normal.pattern());
849 const RE normal(NULL);
853 const RE normal(".*(\\w+");
    [all...]
  /external/icu4c/
icu4c.css 438 font-weight: normal;
446 font-weight: normal;
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc 387 const RE normal(TypeParam(".*(\\w+)"));
388 EXPECT_STREQ(".*(\\w+)", normal.pattern());
849 const RE normal(NULL);
853 const RE normal(".*(\\w+");
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.h 72 vec3_t normal; member in struct:mplane_s
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 264 D3DVECTOR normal; member in struct:_D3DRMVERTEX
321 * Reflect a ray about a given normal. Returns its first argument.
  /external/quake/quake/src/QW/server/
model.c 75 d = DotProduct (p,plane->normal) - plane->dist;
1028 out->normal[j] = LittleFloat (in->normal[j]);
1029 if (out->normal[j] < 0)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 264 D3DVECTOR normal; member in struct:_D3DRMVERTEX
321 * Reflect a ray about a given normal. Returns its first argument.
  /external/quake/quake/src/WinQuake/
gl_model.h 69 vec3_t normal; member in struct:mplane_s
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 939 double normal = StrictMath.scalb(0.2345, -25); local
1093 float normal = StrictMath.scalb(0.2345f, -25); local
    [all...]
  /build/target/product/
mini.mk 23 PRODUCT_AAPT_CONFIG := normal ldpi mdpi hdpi xhdpi xxhdpi
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 83 * This is a getter rather than a normal property because the fileManager
mock_chrome.js 11 * Return a normal HTML5 filesystem api, rather than the real local
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 34 font-weight: normal;
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 241 white-space: normal;
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 125 Vector3f normal = terrain.getNormal(new Vector2f(intersection.x, intersection.z)); local
126 ((Arrow)markerNormal.getMesh()).setArrowExtent(normal);
432 // surface normal marker
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 85 font-weight: normal;
91 font-weight: normal;
    [all...]
  /external/v8/test/mjsunit/harmony/
block-for.js 105 // In a normal for statement the iteration variable is not

Completed in 588 milliseconds

1 2 3 4 5 6 78 91011>>