Home
last modified time | relevance | path

Searched refs:chanDir (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/aegis/aegis-4.25.D510/test/01/
H A Dt0180a.sh170 chanDir=$work/chan-dev-dir
243 $bin/aegis -db 10 -v -dir $chanDir > LOG 2>&1
248 $bin/aegis -nf $chanDir/aegis.conf -v -c 10 > LOG 2>&1
251 cat > $chanDir/aegis.conf << 'EOF'
330 $bin/aegis -db 11 -v -dir $chanDir > LOG 2>&1
334 $bin/aegis -nt $chanDir/test/00/t0001a.sh -v > LOG 2>&1
337 cat > $chanDir/test/00/t0001a.sh << 'EOF'
347 cat > $chanDir/hosttest/0001/main.cc << EOF
451 $bin/aegis -db 10 -v -dir $chanDir > LOG 2>&1
517 $bin/aegis -db 11 -v -dir $chanDir > LOG 2>&1
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/old/netchan/
H A Dcommon.go75 type chanDir struct { struct
84 names map[string]*chanDir
203 *chanDir anonMember
222 func newNetChan(name string, id int, ch *chanDir, ed *encDec, size int, count int64) *netChan { argument
223 c := &netChan{chanDir: ch, name: name, id: id, size: size, ed: ed, count: count}
H A Dexport.go288 names: make(map[string]*chanDir),
381 exp.names[name] = &chanDir{ch, dir}
H A Dimport.go213 nch := newNetChan(name, id, &chanDir{ch, dir}, imp.encDec, size, int64(n))
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
362 func (t *rtype) chanDir() chanDir { func
367 return chanDir(tt.dir)
626 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
631 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
362 func (t *rtype) chanDir() chanDir { func
367 return chanDir(tt.dir)
626 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
631 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
362 func (t *rtype) chanDir() chanDir { func
367 return chanDir(tt.dir)
626 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
631 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
400 func (t *rtype) chanDir() chanDir { func
405 return chanDir(tt.dir)
664 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
669 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
400 func (t *rtype) chanDir() chanDir { func
405 return chanDir(tt.dir)
664 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
669 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
400 func (t *rtype) chanDir() chanDir { func
405 return chanDir(tt.dir)
664 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
669 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/reflectlite/
H A Dtype.go164 type chanDir int type
167 recvDir chanDir = 1 << iota // <-chan
400 func (t *rtype) chanDir() chanDir { func
405 return chanDir(tt.dir)
664 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
669 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/reflectlite/
H A Dtype.go187 type chanDir int type
190 recvDir chanDir = 1 << iota // <-chan
539 func (t *rtype) chanDir() chanDir { func
544 return chanDir(tt.dir)
833 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
838 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/reflectlite/
H A Dtype.go190 type chanDir int type
193 recvDir chanDir = 1 << iota // <-chan
586 func (t *rtype) chanDir() chanDir { func
591 return chanDir(tt.dir)
880 if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
885 return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/importer/
H A Dsupport.go63 func chanDir(d int) types2.ChanDir { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir { func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/internal/gcimporter/
H A Dsupport.go79 func chanDir(d int) types.ChanDir { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/internal/go/gcimporter/
H A Diimport.go522 dir := chanDir(int(r.uint64()))
691 func chanDir(d int) types.ChanDir { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/golang.org/x/tools/go/internal/gcimporter/
H A Diimport.go529 dir := chanDir(int(r.uint64()))
682 func chanDir(d int) types.ChanDir { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/golang.org/x/tools/go/internal/gcimporter/
H A Diimport.go529 dir := chanDir(int(r.uint64()))
682 func chanDir(d int) types.ChanDir { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/golang.org/x/tools/go/internal/gcimporter/
H A Diimport.go529 dir := chanDir(int(r.uint64()))
682 func chanDir(d int) types.ChanDir { func
/dports/sysutils/nomad/nomad-1.1.0/vendor/golang.org/x/tools/go/internal/gcimporter/
H A Diimport.go529 dir := chanDir(int(r.uint64()))
682 func chanDir(d int) types.ChanDir { func
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/internal/go/gcimporter/
H A Diimport.go530 dir := chanDir(int(r.uint64()))
699 func chanDir(d int) types.ChanDir { func

12345678