Home
last modified time | relevance | path

Searched refs:Started (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp212 BitVector Started, Ended; in calculateLiveIntervals() local
213 Started.resize(NumAllocas); in calculateLiveIntervals()
221 Started.set(AllocaNo); in calculateLiveIntervals()
232 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart); in calculateLiveIntervals()
233 if (!Started.test(AllocaNo)) { in calculateLiveIntervals()
234 Started.set(AllocaNo); in calculateLiveIntervals()
240 if (Started.test(AllocaNo)) { in calculateLiveIntervals()
242 Started.reset(AllocaNo); in calculateLiveIntervals()
249 if (Started.test(AllocaNo)) in calculateLiveIntervals()
DTargetPassConfig.cpp391 Started = (StartAfter == nullptr) && (StartBefore == nullptr); in setStartStopPasses()
529 Started = true; in addPass()
532 if (Started && !Stopped) { in addPass()
558 Started = true; in addPass()
559 if (Stopped && !Started) in addPass()
/third_party/boost/more/getting_started/
Dindex.rst6 |(logo)|__ Getting Started
15 .. Admonition:: Use the latest version of this Getting Started guide
17 The `Boost website version of this Getting Started guide`_ may
22 .. _`Boost website version of this Getting Started guide`:
65 | **Next:** `Getting Started on Microsoft Windows`__
66 | **or:** `Getting Started on Unix variants (e.g. Linux, MacOS)`__
/third_party/boost/libs/msm/doc/HTML/examples/
DSimpleTimer.cpp66 Started) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
93 Started == Stopped + start_timer /(target_(m_counter)= event_(m_timer)) ,
94 Stopped == Started + stop_timer ,
96 Started + tick
102 Ringing == Started + start_ringing
/third_party/boost/libs/msm/doc/PDF/examples/
DSimpleTimer.cpp66 Started) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
93 Started == Stopped + start_timer /(target_(m_counter)= event_(m_timer)) ,
94 Stopped == Started + stop_timer ,
96 Started + tick
102 Ringing == Started + start_ringing
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamWaitState.cpp71 EXPECT_EQ(next, StreamState::Started) << "next = " << convertToText(next); in checkStopWhileWaiting()
79 r = mStream->waitForStateChange(StreamState::Started, &next, 1000 * kNanosPerMillisecond); in checkStopWhileWaiting()
96 EXPECT_EQ(next, StreamState::Started) << "next = " << convertToText(next); in checkCloseWhileWaiting()
104 r = mStream->waitForStateChange(StreamState::Started, &next, 1000 * kNanosPerMillisecond); in checkCloseWhileWaiting()
DtestStreamStates.cpp77 EXPECT_EQ(next, StreamState::Started); in checkStreamStateIsStartedAfterStartingTwice()
85 ASSERT_EQ(next, StreamState::Started); in checkStreamStateIsStartedAfterStartingTwice()
159 ASSERT_EQ(next, StreamState::Started); in TEST_F()
220 ASSERT_EQ(next, StreamState::Started); in TEST_F()
/third_party/boost/boost/asio/detail/
Dwinrt_async_manager.hpp154 case AsyncStatus::Started: in __anon008142ec0302()
185 case AsyncStatus::Started: in __anon008142ec0402()
220 case AsyncStatus::Started: in __anon008142ec0502()
261 case AsyncStatus::Started: in __anon008142ec0602()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_async_manager.hpp154 case AsyncStatus::Started: in __anon9c04baf30302()
185 case AsyncStatus::Started: in __anon9c04baf30402()
220 case AsyncStatus::Started: in __anon9c04baf30502()
261 case AsyncStatus::Started: in __anon9c04baf30602()
/third_party/flutter/flutter/packages/flutter_tools/templates/module/common/
DREADME.md.tmpl5 ## Getting Started
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/flutterapp/
DREADME.md5 ## Getting Started
/third_party/boost/
DINSTALL1 See ./index.html for information about this release. The "Getting Started"
/third_party/boost/libs/proto/doc/
Dgetting_started.qbk8 [section:getting_started Getting Started]
/third_party/boost/libs/metaparse/example/getting_started/
DREADME1 This example contains the code snippets of Getting Started. These headers are
/third_party/skia/third_party/externals/oboe/docs/
DREADME.md9 - [Getting Started with Oboe](GettingStarted.md)
/third_party/typescript_eslint/docs/getting-started/plugin-development/
DREADME.md1 # Getting Started - Writing an ESLint Plugin in TypeScript
/third_party/flutter/flutter/packages/flutter_tools/templates/package/
DREADME.md.tmpl5 ## Getting Started
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/
DREADME.md.tmpl5 ## Getting Started
/third_party/flutter/flutter/packages/flutter_tools/templates/app/
DREADME.md.tmpl5 ## Getting Started
/third_party/ejdb/src/bindings/ejdb2_flutter/example/
DREADME.md5 ## Getting Started
/third_party/typescript_eslint/docs/getting-started/
DREADME.md1 # Getting Started
/third_party/boost/libs/compute/doc/
Dintroduction.qbk16 Started].
/third_party/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog12 * Started reporting a rate of transactions per second rather than
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp257 case StreamState::Started: in requestStart()
272 setState(StreamState::Started); in requestStart()
/third_party/typescript_eslint/packages/scope-manager/
DREADME.md15 ## Getting Started
17 **[You can find our Getting Started docs here](../../docs/getting-started/linting/README.md)**

1234567