Home
last modified time | relevance | path

Searched refs:runOrder (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp26 switch( config.runOrder() ) { in sortTests()
92 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()
94 m_currentSortOrder = config.runOrder(); in getAllTestsSorted()
Dcatch_commandline.cpp64 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
66 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
68 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
Dcatch_config.hpp55 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; member
106 RunTests::InWhatOrder runOrder() const override;
Dcatch_config.cpp67 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder() function in Catch::Config
Dcatch_interfaces_config.h75 virtual RunTests::InWhatOrder runOrder() const = 0;
/external/bcc/tests/cc/
Dcatch.hpp3397 virtual RunTests::InWhatOrder runOrder() const = 0;
3494 runOrder( RunTests::InDeclarationOrder ), in ConfigData()
3516 RunTests::InWhatOrder runOrder; member
3581 virtual RunTests::InWhatOrder runOrder() const { return m_data.runOrder; } in runOrder() function in Catch::Config
4644 config.runOrder = RunTests::InDeclarationOrder; in setOrder()
4646 config.runOrder = RunTests::InLexicographicalOrder; in setOrder()
4648 config.runOrder = RunTests::InRandomOrder; in setOrder()
6422 switch( config.runOrder() ) { in sortTests()
6500 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()
6502 m_currentSortOrder = config.runOrder(); in getAllTestsSorted()
/external/catch2/single_include/catch2/
Dcatch.hpp4490 virtual RunTests::InWhatOrder runOrder() const = 0;
5259 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; member
5309 RunTests::InWhatOrder runOrder() const override;
9704 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
9706 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
9708 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
9960 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder() function in Catch::Config
13990 switch( config.runOrder() ) { in sortTests()
14056 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()
14058 m_currentSortOrder = config.runOrder(); in getAllTestsSorted()
/external/libabigail/tests/lib/
Dcatch.hpp4521 virtual RunTests::InWhatOrder runOrder() const = 0;
5291 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; member
5342 RunTests::InWhatOrder runOrder() const override;
9759 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
9761 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
9763 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
10019 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder() function in Catch::Config
14160 switch( config.runOrder() ) { in sortTests()
14255 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()
14257 m_currentSortOrder = config.runOrder(); in getAllTestsSorted()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp5948 std::vector<int> runOrder(m_iterationOrder.size()); in logSamples() local
5950 runOrder[m_iterationOrder[ndx]] = ndx; in logSamples()
5972 << runOrder[sampleNdx] in logSamples()