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

1 2 3 4 5 6 7 891011>>

  /external/v8/test/mjsunit/
value-wrapper.js 103 // Test with normal setup of prototype.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 110 and load cycle, putting the document in a "normal" form.
documentnormalizedocument10.js 80 and load cycle, putting the document in a "normal" form.
documentnormalizedocument12.js 112 and load cycle, putting the document in a "normal" form.
  /external/webkit/Source/WebCore/inspector/front-end/
audits.css 83 font-weight: normal;
inspector.css 701 line-height: normal;
818 font-weight: normal;
1282 font-weight: normal;
1284 white-space: normal;
1351 font-weight: normal;
1353 white-space: normal;
1494 font-weight: normal;
    [all...]
  /external/quake/quake/src/QW/client/
gl_rsurf.c 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
100 surf->plane->normal[i]*dist;
322 // normal lightmaped poly
428 // normal lightmaped poly
776 glDepthMask (1); // back to normal Z buffering
1187 dot = DotProduct (modelorg, pplane->normal) - pplane->dist;
1275 dot = DotProduct (modelorg, plane->normal) - plane->dist;
    [all...]
r_sprite.c 66 pclipnormal = pclipplane->normal;
gl_model.c 96 d = DotProduct (p,plane->normal) - plane->dist;
1122 out->normal[j] = LittleFloat (in->normal[j]);
1123 if (out->normal[j] < 0)
    [all...]
model.c 94 d = DotProduct (p,plane->normal) - plane->dist;
1091 out->normal[j] = LittleFloat (in->normal[j]);
1092 if (out->normal[j] < 0)
    [all...]
  /external/quake/quake/src/WinQuake/
r_sprite.cpp 66 pclipnormal = pclipplane->normal;
gl_model.cpp 96 d = DotProduct (p,plane->normal) - plane->dist;
1113 out->normal[j] = LittleFloat (in->normal[j]);
1114 if (out->normal[j] < 0)
    [all...]
gl_rsurf.cpp 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
100 surf->plane->normal[i]*dist;
323 // normal lightmaped poly
424 // normal lightmaped poly
846 glDepthMask (1); // back to normal Z buffering
1256 dot = DotProduct (modelorg, pplane->normal) - pplane->dist;
1346 dot = DotProduct (modelorg, plane->normal) - plane->dist;
    [all...]
model.cpp 99 d = DotProduct (p,plane->normal) - plane->dist;
1109 out->normal[j] = LittleFloat (in->normal[j]);
1110 if (out->normal[j] < 0)
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
configure     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 3031 char normal[32], swapped[32]; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 1353 double normal = Math.scalb(0.2345, -25); local
1506 float normal = Math.scalb(0.2345f, -25); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 70 normal(true);
74 normal(false);
77 private void normal(boolean layoutlib5) { method in class:CanvasViewInfoTest
79 // Normal view hierarchy, no null keys anywhere
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 346 checkValue(res, R.configVarying.simple, "simple normal");
348 R.styleable.TestConfig, new String[]{"bag normal"});
550 checkValue(res, R.configVarying.simple, "simple normal");
552 R.styleable.TestConfig, new String[]{"bag normal"});
701 checkValue(res, R.configVarying.normal, "default");
708 checkValue(res, R.configVarying.simple, "simple normal");
710 checkValue(res, R.configVarying.normal, "normal");
719 checkValue(res, R.configVarying.normal, "normal");
    [all...]
  /device/asus/flo/
device-common.mk 35 PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
  /device/lge/mako/
device.mk 28 PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
  /device/samsung/tuna/
device.mk 34 PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
  /external/grub/docs/
texinfo.tex 468 % Make each space character in the input produce a normal interword
640 % @: forces normal size whitespace following.
665 % to keep its height that of a normal line. According to the rules for
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
756 % Do a \strut just to make the height of this box be normal, so the
757 % normal leading is inserted relative to the preceding line.
    [all...]
  /external/linux-tools-perf/Documentation/
Makefile 41 MANPAGE_XSL = manpage-normal.xsl
  /external/quake/quake/src/QW/server/
sv_ents.c 59 d = DotProduct (org, plane->normal) - plane->dist;

Completed in 703 milliseconds

1 2 3 4 5 6 7 891011>>