Home
last modified time | relevance | path

Searched refs:test_string_literals (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/
H A Dgeneral.pass.cpp133 constexpr bool test_string_literals() { in test_string_literals() function
382 test_string_literals();
383 static_assert(test_string_literals());
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/
H A Dgeneral.pass.cpp185 constexpr bool test_string_literals() { in test_string_literals() function
420 test_string_literals();
421 static_assert(test_string_literals());
/aosp_15_r20/external/python/pycparser/tests/
Dtest_c_lexer.py462 def test_string_literals(self): member in TestCLexerErrors
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_grammar.py98 def test_string_literals(self): member in TokenTests
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_grammar.py256 def test_string_literals(self): member in TokenTests