Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 159) sorted by relevance

1234567

/external/llvm/test/Transforms/PruneEH/
Drecursivetest.ll5 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
6 Normal: ; preds = %0
14 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
15 Normal: ; preds = %0
Dsimpletest.ll12 to label %Normal unwind label %Except
14 Normal: ; preds = %0
/external/webkit/Source/JavaScriptCore/runtime/
DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated }; enumerator
42 Completion(ComplType type = Normal, JSValue value = JSValue())
DCompletion.cpp47 return Completion(Normal); in checkSyntax()
75 return Completion(Normal, result); in evaluate()
/external/skia/src/sfnt/
DSkPanose.h268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
/external/webkit/Source/WebCore/rendering/style/
DShadowData.h35 enum ShadowStyle { Normal, Inset }; enumerator
47 , m_style(Normal) in ShadowData()
/external/v8/test/mjsunit/
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/
Dtsan_test_util_linux.cc107 if (type_ == Normal) in Init()
119 CHECK(type_ == Normal); in StaticInit()
128 if (type_ == Normal) in Destroy()
138 if (type_ == Normal) in Lock()
148 if (type_ == Normal) in TryLock()
159 if (type_ == Normal) in Unlock()
Dtsan_test_util.h34 enum Type { Normal, Spin, RW }; enumerator
36 explicit Mutex(Type type = Normal);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DStripBox.java149 if (getBuffer(Type.Normal) == null){ in duUpdateGeometryNormals()
163 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(normals)); in duUpdateGeometryNormals()
DBox.java150 if (getBuffer(Type.Normal) == null){ in duUpdateGeometryNormals()
151 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(GEOMETRY_NORMALS_DATA)); in duUpdateGeometryNormals()
DCylinder.java233 setBuffer(Type.Normal, 3, createVector3Buffer(getFloatBuffer(Type.Normal), vertCount)); in updateGeometry()
280 FloatBuffer nb = getFloatBuffer(Type.Normal); in updateGeometry()
DQuad.java114 setBuffer(Type.Normal, 3, new float[]{0, 0, 1, in updateGeometry()
DLine.java74 setBuffer(Type.Normal, 3, new float[]{0, 0, 1, in updateGeometry()
/external/llvm/test/CodeGen/AArch64/
Dfastcc-reserved.ll14 ; Normal frame setup stuff:
40 ; Normal frame setup again
/external/e2fsprogs/tests/f_h_normal/
Dname1 Normal (signed) HTREE directory
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DTangentBinormalGenerator.java124 && mesh.getBuffer(Type.Normal) != null){ in generate()
139 if (mesh.getBuffer(Type.Normal) == null) { in generate()
394 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData(); in linkVertices()
433 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData(); in processTriangleData()
616 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData(); in genNormalLines()
655 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData(); in genTangentLines()
/external/valgrind/main/massif/
Dms_main.c1050 Normal = 77, enumerator
1152 case Normal: suffix = ( is_detailed_snapshot(snapshot) ? "d" : "." ); break; in VERB_snapshot()
1397 case Normal: in maybe_take_snapshot()
1452 snapshots[i].kind = Normal; in maybe_take_snapshot()
1567 maybe_take_snapshot(Normal, " alloc"); in record_block()
1638 maybe_take_snapshot(Normal, "dealloc"); in unrecord_block()
1757 maybe_take_snapshot(Normal, "realloc"); in realloc_block()
1947 maybe_take_snapshot(Normal, what); in new_mem_stack_2()
1959 maybe_take_snapshot(Normal, what); in die_mem_stack_2()
2127 maybe_take_snapshot(Normal, "startup"); in ms_instrument()
[all …]
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
DActivateFontsQt.cpp94 f.setWeight(QFont::Normal); in activateFonts()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp45 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument
53 if (Normal) in applyTemplateHighlighting()
60 Normal = !Normal; in applyTemplateHighlighting()
750 bool Normal = true; in printDiagnosticMessage() local
751 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage()
752 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
/external/webkit/Source/WebCore/websockets/
DWebSocketHandshake.h49 Incomplete, Normal, Failed, Connected enumerator
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
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]…
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
DFloatToFixed.java63 VertexBuffer normals = mesh.getBuffer(Type.Normal); in convertToFixed()
91 normals = new VertexBuffer(Type.Normal); in convertToFixed()
94 mesh.clearBuffer(Type.Normal); in convertToFixed()
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
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]…
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
DLighting.j3md21 // Normal map is in BC5/ATI2n/LATC/3Dc compression format
55 // Normal map

1234567