Home
last modified time | relevance | path

Searched defs:Active (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/statechart/example/StopWatch/
DStopWatch.cpp77 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
DStopWatch2.cpp90 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/
DDeferralTest.cpp72 struct Active : sc::simple_state< Active, DeferralTest, Idle > struct
87 struct Running : sc::simple_state< Running, Active > argument
DInvalidTransitionTest1.cpp31 struct Active : sc::simple_state< struct
DInvalidTransitionTest2.cpp31 struct Active : sc::simple_state< struct
/third_party/boost/libs/statechart/example/Keyboard/
DKeyboard.cpp53 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/
DLatencyTuner.h128 Active, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp42 auto Active = CaseClusters.begin(); in clusterizeSwitch() local
DIceRegAlloc.h121 UnorderedRanges Active, Inactive, Handled; variable
DIceGlobalContext.h610 bool Active = false; variable
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dthreadpool.cc108 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/
DSampleAAGeometry.cpp753 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/
DShadowStackGCLowering.cpp169 bool Active = false; in doInitialization() local
DRegAllocPBQP.cpp329 IntervalSet Active(lowestEndPoint); in apply() local
DMachineOutliner.cpp267 ActiveState Active; member in __anon580efda50111::SuffixTree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp535 auto Active = Regions.begin(); in combineRegions() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h564 Active, enumerator
/third_party/mesa3d/src/mesa/main/
Dmtypes.h1891 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/
DVerifier.cpp2122 SmallPtrSet<Instruction *, 8> Active; in verifySiblingFuncletUnwinds() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1120 …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/
DAArch64AsmParser.cpp138 bool Active; member in __anonfc88a63c0111::AArch64AsmParser::PrefixInfo
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1150 …bool Active; // Set to true on Begin(), unless Coll… member
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1941 …bool Active; // Set to true on Begin(), unless Coll… member