Home
last modified time | relevance | path

Searched refs:_sr (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/
Dcrypt.py20 _sr = _SystemRandom() variable
66 s += ''.join(_sr.choice(_saltchars) for char in range(method.salt_chars))
/external/catch2/projects/SelfTest/IntrospectiveTests/
DString.tests.cpp144 using Catch::operator"" _sr;
145 constexpr auto sr2 = ""_sr;
/external/catch2/include/internal/
Dcatch_enum_values_registry.cpp51 return "{** unexpected enum value **}"_sr; in lookup()
Dcatch_stringref.h95 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
Dcatch_run_context.cpp173 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo()
335 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()
/external/catch2/single_include/catch2/
Dcatch.hpp673 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { in operator ""_sr()
10545 return "{** unexpected enum value **}"_sr; in lookup()
12613 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo()
12775 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()
/external/libabigail/tests/lib/
Dcatch.hpp676 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef { in operator ""_sr()
10603 return "{** unexpected enum value **}"_sr; in lookup()
12756 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo()
12918 …m_lastAssertionInfo = { "TEST_CASE"_sr, testCaseInfo.lineInfo, StringRef(), ResultDisposition::Nor… in runCurrentTest()