HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 151 - 175 of 270) sorted by null

1 2 3 4 5 67 8 91011

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
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...]
  /system/core/libcutils/
tzstrftime.c 129 static char *getformat(int modifier, char *normal, char *underscore,
142 return normal;
  /device/samsung/crespo/
device_base.mk 210 # Screen size is "normal", density is "hdpi"
211 PRODUCT_AAPT_CONFIG := normal hdpi
  /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 3070 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 69 normal(true);
73 normal(false);
76 private void normal(boolean layoutlib5) { method in class:CanvasViewInfoTest
78 // Normal view hierarchy, no null keys anywhere
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 344 checkValue(res, R.configVarying.simple, "simple normal");
346 R.styleable.TestConfig, new String[]{"bag normal"});
548 checkValue(res, R.configVarying.simple, "simple normal");
550 R.styleable.TestConfig, new String[]{"bag normal"});
699 checkValue(res, R.configVarying.normal, "default");
706 checkValue(res, R.configVarying.simple, "simple normal");
708 checkValue(res, R.configVarying.normal, "normal");
717 checkValue(res, R.configVarying.normal, "normal");
    [all...]
  /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/quake/quake/src/QW/server/
sv_ents.c 59 d = DotProduct (org, plane->normal) - plane->dist;
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 226 <?cs else ?><?cs # it's normal offline docs ?>
  /external/libvpx/vp8/encoder/x86/
variance_impl_mmx.asm 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 230 // well-behaved (acts like a normal property), so it should work.
object-freeze.js 52 // Test normal data properties.

Completed in 1672 milliseconds

1 2 3 4 5 67 8 91011