Home
last modified time | relevance | path

Searched refs:pkgpath (Results 1 – 25 of 2308) sorted by relevance

12345678910>>...93

/dports/science/hdf5/hdf5-1.10.6/java/src/
H A DMakefile.am39 pkgpath = hdf/hdf5lib macro
45 ${pkgpath}/callbacks/Callbacks.java \
53 ${pkgpath}/callbacks/H5E_walk_t.java \
98 ${pkgpath}/structs/H5A_info_t.java \
103 ${pkgpath}/structs/H5G_info_t.java \
108 ${pkgpath}/H5.java \
109 ${pkgpath}/HDF5Constants.java \
110 ${pkgpath}/HDF5GroupInfo.java \
111 ${pkgpath}/HDFArray.java \
112 ${pkgpath}/HDFNativeData.java
[all …]
/dports/science/hdf/hdf-4.2.15/java/src/
H A DMakefile.am19 pkgpath = hdf/hdflib macro
25 ${pkgpath}/HDFException.java \
27 ${pkgpath}/HDFArray.java \
28 ${pkgpath}/HDFChunkInfo.java \
29 ${pkgpath}/HDFCompInfo.java \
30 ${pkgpath}/HDFConstants.java \
34 ${pkgpath}/HDFLibrary.java \
36 ${pkgpath}/HDFNativeData.java \
37 ${pkgpath}/HDFNewCompInfo.java \
41 ${pkgpath}/HDFOldCompInfo.java \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/internal/gccgoimporter/
H A Dimporter_test.go19 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
77 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
83 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
88 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
94 {pkgpath: "nointerface", name: "I", want: "type I int"},
98 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
99 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
167 gofile := filepath.Join("testdata", test.pkgpath+".go")
171 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/internal/gccgoimporter/
H A Dimporter_test.go19 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
77 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
83 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
88 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
94 {pkgpath: "nointerface", name: "I", want: "type I int"},
98 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
99 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
167 gofile := filepath.Join("testdata", test.pkgpath+".go")
171 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/internal/gccgoimporter/
H A Dimporter_test.go19 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
77 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
83 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
88 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
94 {pkgpath: "nointerface", name: "I", want: "type I int"},
98 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
99 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
177 gofile := filepath.Join("testdata", test.pkgpath+".go")
181 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/internal/gccgoimporter/
H A Dimporter_test.go19 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
77 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
83 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
88 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
94 {pkgpath: "nointerface", name: "I", want: "type I int"},
98 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
99 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
177 gofile := filepath.Join("testdata", test.pkgpath+".go")
181 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/internal/gccgoimporter/
H A Dimporter_test.go20 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
75 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
81 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
86 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
90 {pkgpath: "issue27856", name: "M", want: "type M struct{E F}"},
92 {pkgpath: "nointerface", name: "I", want: "type I int"},
167 if test.pkgpath == "aliases" || test.pkgpath == "issue27856" || test.pkgpath == "issue29198" {
174 gofile := filepath.Join("testdata", test.pkgpath+".go")
178 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/internal/gccgoimporter/
H A Dimporter_test.go19 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
77 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
83 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
88 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
94 {pkgpath: "nointerface", name: "I", want: "type I int"},
98 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
99 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
177 gofile := filepath.Join("testdata", test.pkgpath+".go")
181 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/internal/gccgoimporter/
H A Dimporter_test.go20 pkgpath, name, want, wantval string member
25 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
75 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
81 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
86 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
90 {pkgpath: "issue27856", name: "M", want: "type M struct{E F}"},
92 {pkgpath: "nointerface", name: "I", want: "type I int"},
167 if test.pkgpath == "aliases" || test.pkgpath == "issue27856" || test.pkgpath == "issue29198" {
174 gofile := filepath.Join("testdata", test.pkgpath+".go")
178 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter_test.go23 pkgpath, name, want, wantval string member
29 pkg, err := imp(make(map[string]*types.Package), test.pkgpath, ".", nil)
81 {pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
87 {pkgpath: "time", name: "Duration", want: "type Duration int64"},
92 {pkgpath: "importsar", name: "Hello", want: "var Hello string"},
98 {pkgpath: "nointerface", name: "I", want: "type I int"},
102 {pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
103 {pkgpath: "notinheap", name: "S", want: "type S struct{}"},
181 gofile := filepath.Join("testdata", test.pkgpath+".go")
185 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
[all …]

12345678910>>...93