Searched defs:FindTest (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | find_test.go | 18 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 …]
|
D | all_test.go | 81 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/ |
D | test_formatparagraph.py | 40 class FindTest(unittest.TestCase): class
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_format.py | 43 class FindTest(unittest.TestCase): class
|