/third_party/boost/libs/statechart/example/StopWatch/ |
D | StopWatch.cpp | 77 struct Active : sc::simple_state< Active, StopWatch, Stopped > struct 80 typedef sc::transition< EvReset, Active > reactions; argument 82 Active() : elapsedTime_( 0.0 ) {} in Active() function 98 struct Running : IElapsedTime, sc::simple_state< Running, Active > argument
|
D | StopWatch2.cpp | 90 struct Active : sc::simple_state< Active, StopWatch, Stopped > struct 93 typedef sc::transition< EvReset, Active > reactions; argument 95 Active() : elapsedTime_( 0.0 ) {} in Active() function 111 struct Running : sc::simple_state< Running, Active > argument
|
/third_party/boost/libs/statechart/test/ |
D | DeferralTest.cpp | 72 struct Active : sc::simple_state< Active, DeferralTest, Idle > struct 87 struct Running : sc::simple_state< Running, Active > argument
|
D | InvalidTransitionTest1.cpp | 31 struct Active : sc::simple_state< struct
|
D | InvalidTransitionTest2.cpp | 31 struct Active : sc::simple_state< struct
|
/third_party/boost/libs/statechart/example/Keyboard/ |
D | Keyboard.cpp | 53 struct Active: sc::simple_state< struct 61 struct NumLockOn : sc::simple_state< NumLockOn, Active::orthogonal< 0 > > argument
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | LatencyTuner.h | 128 Active, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.cpp | 42 auto Active = CaseClusters.begin(); in clusterizeSwitch() local
|
D | IceRegAlloc.h | 121 UnorderedRanges Active, Inactive, Handled; variable
|
D | IceGlobalContext.h | 610 bool Active = false; variable
|
/third_party/mindspore/mindspore/core/mindrt/src/thread/ |
D | threadpool.cc | 108 void Worker::Active(Task *task, int task_id) { in Active() function in mindspore::Worker 118 void Worker::Active() { in Active() function in mindspore::Worker
|
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 753 struct Active { struct 754 Active* fNext; argument 768 Active fActive; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 169 bool Active = false; in doInitialization() local
|
D | RegAllocPBQP.cpp | 329 IntervalSet Active(lowestEndPoint); in apply() local
|
D | MachineOutliner.cpp | 267 ActiveState Active; member in __anon580efda50111::SuffixTree
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 535 auto Active = Regions.begin(); in combineRegions() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.h | 564 Active, enumerator
|
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 1891 GLboolean Active; /**< Is transform feedback enabled? */ member 1967 GLboolean Active; member 2050 unsigned Active:1; /**< inside Begin/EndPerfQuery */ member 3314 GLboolean Active; /**< inside Begin/EndQuery */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 2122 SmallPtrSet<Instruction *, 8> Active; in verifySiblingFuncletUnwinds() local
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 1120 …bool Active; // Set to true on Begin(), unless Coll… member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 138 bool Active; member in __anonfc88a63c0111::AArch64AsmParser::PrefixInfo
|
/third_party/mesa3d/src/imgui/ |
D | imgui_internal.h | 1150 …bool Active; // Set to true on Begin(), unless Coll… member
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 1941 …bool Active; // Set to true on Begin(), unless Coll… member
|