Home
last modified time | relevance | path

Searched refs:BeforeStart (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.cpp44 SourceLocation BeforeStart = Start.getLocWithOffset(-1); in findPreviousTokenStart() local
45 if (BeforeStart.isInvalid() || BeforeStart.isMacroID()) in findPreviousTokenStart()
48 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
/external/catch2/include/internal/
Dcatch_interfaces_config.h51 BeforeStart = 1, enumerator
53 BeforeStartAndExit = BeforeStart | BeforeExit
Dcatch_commandline.cpp97 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
Dcatch_session.cpp247 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
/external/llvm-project/clang/lib/Tooling/Transformer/
DRangeSelector.cpp69 SourceLocation BeforeStart = Start.getLocWithOffset(-1); in findPreviousTokenStart() local
70 if (BeforeStart.isInvalid() || BeforeStart.isMacroID()) in findPreviousTokenStart()
73 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
/external/webrtc/rtc_base/deprecated/
Drecursive_critical_section_unittest.cc104 void BeforeStart() { ASSERT_TRUE(start_event_.Wait(kLongTime)); } in BeforeStart() function in rtc::__anona6a33b290111::RunnerBase
136 BeforeStart(); in OnMessage()
165 BeforeStart(); in OnMessage()
/external/libchrome/base/threading/
Dsimple_thread.h133 virtual void BeforeStart() {} in BeforeStart() function
Dsimple_thread.cc49 BeforeStart(); in StartAsync()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp423 tuple_type{"start", Catch::WaitForKeypress::BeforeStart},
/external/catch2/single_include/catch2/
Dcatch.hpp4466 BeforeStart = 1, enumerator
4468 BeforeStartAndExit = BeforeStart | BeforeExit
9737 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
13307 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()
/external/libabigail/tests/lib/
Dcatch.hpp4496 BeforeStart = 1, enumerator
4498 BeforeStartAndExit = BeforeStart | BeforeExit
9792 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
13450 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()