Home
last modified time | relevance | path

Searched refs:test_syntax (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_launcher.py51 test_syntax = re.compile(r"\A[\w|-]+\.[\w|-]+_(32|64)bit\Z")
53 …self.assertIsNotNone(test_syntax.match(t), '"{}" should be in the form "<class>.<method>_{{32,64}}…
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_syntax.py732 from test import test_syntax
733 support.run_doctest(test_syntax, verbosity=True)
Dtest_string.py216 def test_syntax(self): member in BytesAliasTest
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs1329 fn test_syntax() { in test_syntax() function