/prebuilts/go/darwin-x86/src/cmd/go/ |
main.go | 613 // Avoid .foo, _foo, and testdata directory trees. 615 if strings.HasPrefix(elem, ".") || strings.HasPrefix(elem, "_") || elem == "testdata" { 694 // Avoid .foo, _foo, and testdata directory trees, but do not avoid "." or "..". 697 if dot || strings.HasPrefix(elem, "_") || elem == "testdata" {
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
lostcancel.go | 5 package testdata package
|
shift.go | 7 package testdata package
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
bench_test.go | 41 f, err := os.Open("testdata/code.json.gz")
|
/prebuilts/go/darwin-x86/src/image/ |
decode_example_test.go | 27 // reader, err := os.Open("testdata/video-001.q50.420.jpeg")
|
/prebuilts/go/darwin-x86/src/image/png/ |
writer_test.go | 53 qfn := "testdata/pngsuite/" + fn + ".png"
|
/prebuilts/go/darwin-x86/src/runtime/ |
crash_unix_test.go | 22 // sigquit is the signal to send to kill a hanging testdata program.
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 77 // find . -type d -not -path "./exp" -not -path "./exp/*" -printf "\t\"%p\",\n" | sort | sed "s/\.\///" | grep -v testdata
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
parser_test.go | 100 } else if fi.IsDir() && fi.Name() != "testdata" {
|
/prebuilts/go/linux-x86/src/cmd/go/ |
main.go | 613 // Avoid .foo, _foo, and testdata directory trees. 615 if strings.HasPrefix(elem, ".") || strings.HasPrefix(elem, "_") || elem == "testdata" { 694 // Avoid .foo, _foo, and testdata directory trees, but do not avoid "." or "..". 697 if dot || strings.HasPrefix(elem, "_") || elem == "testdata" {
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
lostcancel.go | 5 package testdata package
|
shift.go | 7 package testdata package
|
/prebuilts/go/linux-x86/src/encoding/json/ |
bench_test.go | 41 f, err := os.Open("testdata/code.json.gz")
|
/prebuilts/go/linux-x86/src/image/ |
decode_example_test.go | 27 // reader, err := os.Open("testdata/video-001.q50.420.jpeg")
|
/prebuilts/go/linux-x86/src/image/png/ |
writer_test.go | 53 qfn := "testdata/pngsuite/" + fn + ".png"
|
/prebuilts/go/linux-x86/src/runtime/ |
crash_unix_test.go | 22 // sigquit is the signal to send to kill a hanging testdata program.
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 77 // find . -type d -not -path "./exp" -not -path "./exp/*" -printf "\t\"%p\",\n" | sort | sed "s/\.\///" | grep -v testdata
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_io.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_io.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | [all...] |
/build/soong/third_party/zip/ |
reader_test.go | 23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file 38 // which names a file in the testdata/ directory containing the 315 rc, err = OpenReader(filepath.Join("testdata", zt.Name)) 425 } else if c, err = ioutil.ReadFile("testdata/" + ft.File); err != nil { 475 data, err := ioutil.ReadFile(filepath.Join("testdata", fileName))
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
reader_test.go | 23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file 38 // which names a file in the testdata/ directory containing the 315 rc, err = OpenReader(filepath.Join("testdata", zt.Name)) 425 } else if c, err = ioutil.ReadFile("testdata/" + ft.File); err != nil { 475 data, err := ioutil.ReadFile(filepath.Join("testdata", fileName))
|
/prebuilts/go/linux-x86/src/archive/zip/ |
reader_test.go | 23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file 38 // which names a file in the testdata/ directory containing the 315 rc, err = OpenReader(filepath.Join("testdata", zt.Name)) 425 } else if c, err = ioutil.ReadFile("testdata/" + ft.File); err != nil { 475 data, err := ioutil.ReadFile(filepath.Join("testdata", fileName))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_zipfile.py | [all...] |