HomeSort by relevance Sort by last modified time
    Searched refs:goodbye (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 206 {"hello, (.+)", "goodbye, ${1}", "hello, world", "goodbye, world"},
207 {"hello, (.+)", "goodbye, $1x", "hello, world", "goodbye, "},
208 {"hello, (.+)", "goodbye, ${1}x", "hello, world", "goodbye, worldx"},
210 {"hello, (?P<noun>.+)", "goodbye, $noun!", "hello, world", "goodbye, world!"},
211 {"hello, (?P<noun>.+)", "goodbye, ${noun}", "hello, world", "goodbye, world"}
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 206 {"hello, (.+)", "goodbye, ${1}", "hello, world", "goodbye, world"},
207 {"hello, (.+)", "goodbye, $1x", "hello, world", "goodbye, "},
208 {"hello, (.+)", "goodbye, ${1}x", "hello, world", "goodbye, worldx"},
210 {"hello, (?P<noun>.+)", "goodbye, $noun!", "hello, world", "goodbye, world!"},
211 {"hello, (?P<noun>.+)", "goodbye, ${noun}", "hello, world", "goodbye, world"}
    [all...]
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader_test.go 57 "goodbye",
58 "goodbye, world",
  /prebuilts/go/linux-x86/src/compress/zlib/
reader_test.go 57 "goodbye",
58 "goodbye, world",
  /art/test/098-ddmc/src/
Main.java 85 System.out.println("Goodbye");
87 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations()); local
88 System.out.println("goodbye=" + goodbye);
  /prebuilts/go/darwin-x86/test/interface/
convert.go 36 var u = U("goodbye")
  /prebuilts/go/linux-x86/test/interface/
convert.go 36 var u = U("goodbye")
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 209 {"nested range", "{{range .X}}hello{{range .Y}}goodbye{{end}}{{end}}", noError,
210 `{{range .X}}"hello"{{range .Y}}"goodbye"{{end}}{{end}}`},
229 {"with with else", "{{with .X}}hello{{else}}goodbye{{end}}", noError,
230 `{{with .X}}"hello"{{else}}"goodbye"{{end}}`},
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 209 {"nested range", "{{range .X}}hello{{range .Y}}goodbye{{end}}{{end}}", noError,
210 `{{range .X}}"hello"{{range .Y}}"goodbye"{{end}}{{end}}`},
229 {"with with else", "{{with .X}}hello{{else}}goodbye{{end}}", noError,
230 `{{with .X}}"hello"{{else}}"goodbye"{{end}}`},
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml_test.go 25 <goodbye />
53 StartElement{Name{"", "goodbye"}, []Attr{}},
54 EndElement{Name{"", "goodbye"}},
90 StartElement{Name{"ns2", "goodbye"}, []Attr{}},
91 EndElement{Name{"ns2", "goodbye"}},
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 25 <goodbye />
53 StartElement{Name{"", "goodbye"}, []Attr{}},
54 EndElement{Name{"", "goodbye"}},
90 StartElement{Name{"ns2", "goodbye"}, []Attr{}},
91 EndElement{Name{"ns2", "goodbye"}},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 34 | Hello and goodbye
111 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pydoc.py 41 | Hello and goodbye
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pydoc.py 41 | Hello and goodbye
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
  /prebuilts/go/darwin-x86/src/bytes/
example_test.go 81 var b = []byte("Hello, goodbye, etc!")
82 b = bytes.TrimSuffix(b, []byte("goodbye, etc!"))
90 var b = []byte("Goodbye,, world!")
91 b = bytes.TrimPrefix(b, []byte("Goodbye,"))
  /prebuilts/go/linux-x86/src/bytes/
example_test.go 81 var b = []byte("Hello, goodbye, etc!")
82 b = bytes.TrimSuffix(b, []byte("goodbye, etc!"))
90 var b = []byte("Goodbye,, world!")
91 b = bytes.TrimPrefix(b, []byte("Goodbye,"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 41 | Hello and goodbye
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 41 | Hello and goodbye
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 349 name: "goodbye",
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 349 name: "goodbye",
  /external/python/cpython2/Lib/test/
test_pydoc.py 47 | Hello and goodbye
146 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
  /external/python/cpython3/Lib/test/
test_pydoc.py 62 | Hello and goodbye
170 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 92 // fmt.Println("goodbye")
95 // // goodbye
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go     [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 92 // fmt.Println("goodbye")
95 // // goodbye
    [all...]

Completed in 795 milliseconds

1 2