Home
last modified time | relevance | path

Searched defs:FindTest (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dfind_test.go18 type FindTest struct { struct
19 pat string
20 text string
21 matches [][]int
24 func (t FindTest) String() string {
204 func testFindIndex(test *FindTest, result []int, t *testing.T) {
294 func testFindAllIndex(test *FindTest, result [][]int, t *testing.T) {
329 func testSubmatchBytes(test *FindTest, n int, submatches []int, result [][]byte, t *testing.T) {
370 func testSubmatchString(test *FindTest, n int, submatches []int, result []string, t *testing.T) {
406 func testSubmatchIndices(test *FindTest, n int, expect, result []int, t *testing.T) {
[all …]
Dall_test.go81 func matchTest(t *testing.T, test *FindTest) {
103 func matchFunctionTest(t *testing.T, test *FindTest) {
119 func copyMatchTest(t *testing.T, test *FindTest) {
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py40 class FindTest(unittest.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py43 class FindTest(unittest.TestCase): class