HomeSort by relevance Sort by last modified time
    Searched refs:testFindIndex (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/regexp/
find_test.go 193 func testFindIndex(test *FindTest, result []int, t *testing.T) {
209 func TestFindIndex(t *testing.T) {
211 testFindIndex(&test, MustCompile(test.pat).FindIndex([]byte(test.text)), t)
217 testFindIndex(&test, MustCompile(test.pat).FindStringIndex(test.text), t)
223 testFindIndex(&test, MustCompile(test.pat).FindReaderIndex(strings.NewReader(test.text)), t)
  /prebuilts/go/linux-x86/src/regexp/
find_test.go 193 func testFindIndex(test *FindTest, result []int, t *testing.T) {
209 func TestFindIndex(t *testing.T) {
211 testFindIndex(&test, MustCompile(test.pat).FindIndex([]byte(test.text)), t)
217 testFindIndex(&test, MustCompile(test.pat).FindStringIndex(test.text), t)
223 testFindIndex(&test, MustCompile(test.pat).FindReaderIndex(strings.NewReader(test.text)), t)
  /frameworks/base/tests/net/java/android/net/
NetworkStatsTest.java 50 public void testFindIndex() throws Exception {
    [all...]

Completed in 2062 milliseconds