/external/llvm/test/Transforms/PruneEH/ |
D | recursivetest.ll | 5 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
|
D | simpletest.ll | 12 to label %Normal unwind label %Except 14 Normal: ; preds = %0
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Completion.h | 34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated }; enumerator 42 Completion(ComplType type = Normal, JSValue value = JSValue())
|
D | Completion.cpp | 47 return Completion(Normal); in checkSyntax() 75 return Completion(Normal, result); in evaluate()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | ShadowData.h | 35 enum ShadowStyle { Normal, Inset }; enumerator 47 , m_style(Normal) in ShadowData()
|
D | ShadowData.cpp | 63 if (shadow->style() == Normal) { in calculateShadowExtent()
|
/external/v8/test/mjsunit/ |
D | debug-script.js | 47 } else if (scripts[i].type == Debug.ScriptType.Normal) { 88 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
|
D | mirror-object.js | 120 if (properties[i].propertyType() != debug.PropertyType.Normal) {
|
/external/llvm/test/Transforms/LowerSetJmp/ |
D | simpletest.ll | 15 br i1 %V, label %LongJumped, label %Normal 16 Normal: ; preds = %0
|
/external/e2fsprogs/tests/f_h_normal/ |
D | name | 1 Normal (signed) HTREE directory
|
/external/valgrind/main/massif/ |
D | ms_main.c | 1054 Normal = 77, enumerator 1156 case Normal: suffix = ( is_detailed_snapshot(snapshot) ? "d" : "." ); break; in VERB_snapshot() 1401 case Normal: in maybe_take_snapshot() 1456 snapshots[i].kind = Normal; in maybe_take_snapshot() 1571 maybe_take_snapshot(Normal, " alloc"); in record_block() 1642 maybe_take_snapshot(Normal, "dealloc"); in unrecord_block() 1761 maybe_take_snapshot(Normal, "realloc"); in realloc_block() 1938 maybe_take_snapshot(Normal, what); in new_mem_stack_2() 1950 maybe_take_snapshot(Normal, what); in die_mem_stack_2() 2084 maybe_take_snapshot(Normal, "startup"); in ms_instrument()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/ |
D | ActivateFontsQt.cpp | 94 f.setWeight(QFont::Normal); in activateFonts()
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | 3d-cube.js | 191 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/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | 3d-cube.js | 191 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/webkit/Source/WebCore/websockets/ |
D | WebSocketHandshake.h | 49 Incomplete, Normal, Failed, Connected enumerator
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSInjectedScriptManager.cpp | 58 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue) in createInjectedScript()
|
D | WorkerScriptController.cpp | 137 if (completionType == Normal || completionType == ReturnValue) in evaluate()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontPlatformDataQt.cpp | 47 return QFont::Normal; // QFont::Normal == Weight of 50 in toQFontWeight()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.h | 118 enum ExecutionFlag { Normal, InitializeAndReturn }; enumerator
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | main.cpp | 149 f.setWeight(QFont::Normal); in main()
|
/external/opencv/cvaux/src/ |
D | cvlee.cpp | 3439 CvDirection Normal = {-pDirectrice->direction->y,pDirectrice->direction->x}; in _cvCalcEdgePL() local 3442 pEdge->direction = _cvSeqPush(pVoronoiDiagram->DirectionSeq,&Normal); in _cvCalcEdgePL() 3449 map[1] = Normal.x; in _cvCalcEdgePL() 3450 map[4] = Normal.y; in _cvCalcEdgePL() 3451 map[0] = Normal.y; in _cvCalcEdgePL() 3452 map[3] = -Normal.x; in _cvCalcEdgePL() 3453 map[2] = pPoint0->x - Normal.x*half_h; in _cvCalcEdgePL() 3454 map[5] = pPoint0->y - Normal.y*half_h; in _cvCalcEdgePL() 3473 CvDirection Normal = {-pDirectrice->direction->y,pDirectrice->direction->x}; in _cvCalcEdgeLP() local 3476 pEdge->direction = _cvSeqPush(pVoronoiDiagram->DirectionSeq,&Normal); in _cvCalcEdgeLP() [all …]
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderFieldset.cpp | 155 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Normal); in paintBoxDecorations()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NPRuntimeObjectMap.cpp | 202 if (completionType == Normal) { in evaluate()
|
/external/quake/quake/src/WinQuake/ |
D | quake-rogue.spec.sh | 62 Normal Deathmatch. Friend fraggin' action!
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 136 double fromVal = from == Normal ? 1 : 0; in blendFunc() 137 double toVal = to == Normal ? 1 : 0; in blendFunc() 139 return result > 0 ? Normal : Inset; in blendFunc() 365 …ShadowData defaultShadowData(0, 0, 0, 0, Normal, property() == CSSPropertyWebkitBoxShadow, Color::… in blend()
|