Searched refs:Normal (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/remoting/host/setup/
H A Dpin_validator_unittest.cc11 TEST(IsPinValidTest, Normal) {
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DQuad.java114 setBuffer(Type.Normal, 3, new float[]{0, 0, 1,
H A DStripBox.java149 if (getBuffer(Type.Normal) == null){
163 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(normals));
H A DBox.java150 if (getBuffer(Type.Normal) == null){
151 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(GEOMETRY_NORMALS_DATA));
H A DCylinder.java224 // VertexBuffer nvb = getBuffer(Type.Normal);
233 setBuffer(Type.Normal, 3, createVector3Buffer(getFloatBuffer(Type.Normal), vertCount));
280 FloatBuffer nb = getFloatBuffer(Type.Normal);
H A DLine.java74 setBuffer(Type.Normal, 3, new float[]{0, 0, 1,
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShadowData.h36 enum ShadowStyle { Normal, Inset }; enumerator in enum:WebCore::ShadowStyle
74 , m_style(Normal)
H A DShadowData.cpp58 if (shadow->style() == Normal) {
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-script.js54 } else if (scripts[i].type == Debug.ScriptType.Normal) {
94 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
/external/v8/test/mjsunit/
H A Ddebug-script.js53 } else if (scripts[i].type == Debug.ScriptType.Normal) {
94 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h34 enum Type { Normal, Spin, RW }; enumerator in enum:Mutex::Type
36 explicit Mutex(Type type = Normal);
H A Dtsan_test_util_linux.cc107 if (type_ == Normal)
119 CHECK(type_ == Normal);
128 if (type_ == Normal)
138 if (type_ == Normal)
148 if (type_ == Normal)
159 if (type_ == Normal)
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_unittest.cc45 TEST_F(DisplayErrorObserverTest, Normal) {
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl_chromeos_unittest.cc61 // Normal mode, external app should be installed.
62 TEST_F(ExternalProviderImplTest, Normal) {
/external/chromium_org/media/base/
H A Dtest_helpers.h72 static VideoDecoderConfig Normal();
75 // Returns a configuration that is larger in dimensions than Normal().
79 // Returns coded size for Normal and Large config.
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DClipboardChromiumTest.cpp53 TEST(ClipboardChromiumTest, Normal)
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.h53 Incomplete, Normal, Failed, Connected, ModeMax enumerator in enum:WebCore::WebSocketHandshake::Mode
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkPanose.h268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
H A DSkOTTable_OS_2_V0.h31 ((Normal, SkTEndian_SwapBE16(400)))
/external/skia/src/sfnt/
H A DSkPanose.h268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
H A DSkOTTable_OS_2_V0.h31 ((Normal, SkTEndian_SwapBE16(400)))
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_http_client_unittest.cc25 TEST(ParseWebViewsInfo, Normal) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDrawer.js66 Normal: 1,
204 case WebInspector.Drawer.AnimationType.Normal:
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp45 bool &Normal, bool Bold) {
53 if (Normal)
60 Normal = !Normal;
754 bool Normal = true;
755 applyTemplateHighlighting(OS, Message, Normal, Bold);
756 assert(Normal && "Formatting should have returned to normal");
44 applyTemplateHighlighting(raw_ostream &OS, StringRef Str, bool &Normal, bool Bold) argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js191 for (; i > -1; i--) CurN[i] = VMulti2(MQube, Q.Normal[i]);
304 Q.Normal = new Array();
305 for (var i = 0; i < Q.Edge.length; i++) Q.Normal[i] = CalcNormal(Q[Q.Edge[i][0]].V, Q[Q.Edge[i][1]].V, Q[Q.Edge[i][2]].V);

Completed in 1878 milliseconds

12345