Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp25 switch( config.runOrder() ) { in sortTests()
83 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()
85 m_currentSortOrder = config.runOrder(); in getAllTestsSorted()
Dcatch_commandline.cpp59 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
61 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
63 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
Dcatch_config.hpp50 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; member
101 RunTests::InWhatOrder runOrder() const override;
Dcatch_config.cpp58 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder() function in Catch::Config
Dcatch_interfaces_config.h72 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.hpp4025 virtual RunTests::InWhatOrder runOrder() const = 0;
4677 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; member
4727 RunTests::InWhatOrder runOrder() const override;
7826 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
7828 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
7830 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
8063 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder() function in Catch::Config
11772 switch( config.runOrder() ) { in sortTests()
11830 if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { in getAllTestsSorted()
11832 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()