Home
last modified time | relevance | path

Searched refs:tchan (Results 1 – 25 of 684) sorted by path

12345678910>>...28

/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/pubsub/pstest/
H A Dfake.go920 var tchan <-chan time.Time
922 tchan = time.After(st.timeout)
931 case <-tchan:
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/test/
H A Dchannelz_linux_go110_test.go74 tchan, _ := channelz.GetTopChannels(0, 0)
75 if len(tchan) != 1 {
76 t.Fatalf("There should only be one top channel, not %d", len(tchan))
78 if len(tchan[0].SubChans) != 1 {
79 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
82 for id = range tchan[0].SubChans {
H A Dchannelz_test.go876 if len(tchan) != 1 {
879 if len(tchan[0].SubChans) != 1 {
1000 if len(tchan) != 1 {
1003 if len(tchan[0].SubChans) != 1 {
1007 for id = range tchan[0].SubChans {
1066 if len(tchan) != 1 {
1069 if len(tchan[0].SubChans) != 1 {
1180 if len(tchan) != 1 {
1183 if len(tchan[0].SubChans) != 1 {
1340 if len(tchan) != 1 {
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmidiport.cpp1608 int tchan; in updateDrumMaps() local
1619 tchan = mt->outChannel(); in updateDrumMaps()
1620 if(tchan != chan) in updateDrumMaps()
1622 tpatch = hwCtrlState(tchan, CTRL_PROGRAM); in updateDrumMaps()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DResponseDefs.sc631 …"MIDI Message Received:\n\ttype: %\n\tsrc: %\n\tchan: %\n\tnum: %\n\tval: %\n\n".postf(type, src, …
677 …"MIDI Message Received:\n\ttype: %\n\tsrc: %\n\tchan: %\n\tnum: %\n\n".postf(type, src, chan, num);
840 …"MIDIFunc learned: type: %\tnum: %\tval: %\tchan: %\tsrcID: %\t\n".postf(msgType, num, val, chan, …
851 "MIDIFunc learned: type: %\tval: %\tchan: %\tsrcID: %\t\n".postf(msgType, val, chan, srcID);
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajjava.c225 static ajint java_seqset_attrib(int tchan,
1756 if(java_snd(tchan,buf,n,errstd) < 0) in java_emboss_fork()
1805 if(java_snd(tchan,buf,n,errstd) < 0) in java_batch_fork()
1847 if(java_snd(tchan,buf,n,errstd) < 0) in java_make_dir()
1889 if(java_snd(tchan,buf,n,errstd) < 0) in java_delete_file()
2892 int tchan; in java_jembossctl() local
2949 tchan = commpipe[1]; in java_jembossctl()
5522 if(java_block(tchan,block)==-1) in java_pipe_write()
5548 ufds.fd = tchan; in java_pipe_write()
5587 FD_SET(tchan,&fdw); in java_pipe_write()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Djembossctl.c3711 int tchan = 1; in jembossctl_pipe_write() local
3722 if(jembossctl_java_block(tchan,block)==-1) in jembossctl_pipe_write()
3744 ufds.fd = tchan; in jembossctl_pipe_write()
3751 while((sent=write(tchan,p,n-(p-buf)))==-1 && errno==EINTR); in jembossctl_pipe_write()
3778 FD_SET(tchan,&fdw); in jembossctl_pipe_write()
3781 ret = select(tchan+1,&fdr,&fdw,NULL,&tfd); in jembossctl_pipe_write()
3783 if(ret && ret!=-1 && FD_ISSET(tchan,&fdw)) in jembossctl_pipe_write()
3785 while((sent=write(tchan,p,n-(p-buf)))==-1 && errno==EINTR); in jembossctl_pipe_write()
3800 if(jembossctl_java_block(tchan,block)==-1) in jembossctl_pipe_write()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/pubsub/pstest/
H A Dfake.go920 var tchan <-chan time.Time
922 tchan = time.After(st.timeout)
931 case <-tchan:
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/grpc/test/
H A Dchannelz_linux_go110_test.go73 tchan, _ := channelz.GetTopChannels(0, 0)
74 if len(tchan) != 1 {
75 t.Fatalf("There should only be one top channel, not %d", len(tchan))
77 if len(tchan[0].SubChans) != 1 {
78 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
81 for id = range tchan[0].SubChans {
H A Dchannelz_test.go883 if len(tchan) != 1 {
886 if len(tchan[0].SubChans) != 1 {
983 if len(tchan) != 1 {
986 if len(tchan[0].SubChans) != 1 {
990 for id = range tchan[0].SubChans {
1048 if len(tchan) != 1 {
1051 if len(tchan[0].SubChans) != 1 {
1161 if len(tchan) != 1 {
1164 if len(tchan[0].SubChans) != 1 {
1318 if len(tchan) != 1 {
[all …]
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/pubsub/pstest/
H A Dfake.go1061 var tchan <-chan time.Time
1063 tchan = time.After(st.timeout)
1072 case <-tchan:
/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/pubsub/pstest/
H A Dfake.go1061 var tchan <-chan time.Time
1063 tchan = time.After(st.timeout)
1072 case <-tchan:
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/test/
H A Dchannelz_linux_go110_test.go74 tchan, _ := channelz.GetTopChannels(0, 0)
75 if len(tchan) != 1 {
76 t.Fatalf("There should only be one top channel, not %d", len(tchan))
78 if len(tchan[0].SubChans) != 1 {
79 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
82 for id = range tchan[0].SubChans {
H A Dchannelz_test.go880 if len(tchan) != 1 {
883 if len(tchan[0].SubChans) != 1 {
1004 if len(tchan) != 1 {
1007 if len(tchan[0].SubChans) != 1 {
1011 for id = range tchan[0].SubChans {
1070 if len(tchan) != 1 {
1073 if len(tchan[0].SubChans) != 1 {
1184 if len(tchan) != 1 {
1187 if len(tchan[0].SubChans) != 1 {
1357 if len(tchan) != 1 {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/test/
H A Dchannelz_linux_go110_test.go74 tchan, _ := channelz.GetTopChannels(0, 0)
75 if len(tchan) != 1 {
76 t.Fatalf("There should only be one top channel, not %d", len(tchan))
78 if len(tchan[0].SubChans) != 1 {
79 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
82 for id = range tchan[0].SubChans {
H A Dchannelz_test.go891 if len(tchan) != 1 {
894 if len(tchan[0].SubChans) != 1 {
992 if len(tchan) != 1 {
995 if len(tchan[0].SubChans) != 1 {
999 for id = range tchan[0].SubChans {
1058 if len(tchan) != 1 {
1061 if len(tchan[0].SubChans) != 1 {
1172 if len(tchan) != 1 {
1175 if len(tchan[0].SubChans) != 1 {
1332 if len(tchan) != 1 {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/grpc/test/
H A Dchannelz_linux_go110_test.go75 tchan, _ := channelz.GetTopChannels(0)
76 if len(tchan) != 1 {
77 t.Fatalf("There should only be one top channel, not %d", len(tchan))
79 if len(tchan[0].SubChans) != 1 {
80 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
83 for id = range tchan[0].SubChans {
H A Dchannelz_test.go810 if len(tchan) != 1 {
813 if len(tchan[0].SubChans) != 1 {
911 if len(tchan) != 1 {
914 if len(tchan[0].SubChans) != 1 {
918 for id = range tchan[0].SubChans {
977 if len(tchan) != 1 {
980 if len(tchan[0].SubChans) != 1 {
1082 if len(tchan) != 1 {
1085 if len(tchan[0].SubChans) != 1 {
1239 if len(tchan) != 1 {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/google.golang.org/grpc/grpc-go-1.23.0/test/
H A Dchannelz_linux_go110_test.go74 tchan, _ := channelz.GetTopChannels(0, 0)
75 if len(tchan) != 1 {
76 t.Fatalf("There should only be one top channel, not %d", len(tchan))
78 if len(tchan[0].SubChans) != 1 {
79 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
82 for id = range tchan[0].SubChans {
H A Dchannelz_test.go891 if len(tchan) != 1 {
894 if len(tchan[0].SubChans) != 1 {
992 if len(tchan) != 1 {
995 if len(tchan[0].SubChans) != 1 {
999 for id = range tchan[0].SubChans {
1058 if len(tchan) != 1 {
1061 if len(tchan[0].SubChans) != 1 {
1172 if len(tchan) != 1 {
1175 if len(tchan[0].SubChans) != 1 {
1332 if len(tchan) != 1 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/pubsub/pstest/
H A Dfake.go1071 var tchan <-chan time.Time
1073 tchan = time.After(st.timeout)
1082 case <-tchan:
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/test/
H A Dchannelz_linux_go110_test.go74 tchan, _ := channelz.GetTopChannels(0, 0)
75 if len(tchan) != 1 {
76 t.Fatalf("There should only be one top channel, not %d", len(tchan))
78 if len(tchan[0].SubChans) != 1 {
79 …ere should only be one subchannel under top channel %d, not %d", tchan[0].ID, len(tchan[0].SubChan…
82 for id = range tchan[0].SubChans {
H A Dchannelz_test.go879 if len(tchan) != 1 {
882 if len(tchan[0].SubChans) != 1 {
1003 if len(tchan) != 1 {
1006 if len(tchan[0].SubChans) != 1 {
1010 for id = range tchan[0].SubChans {
1069 if len(tchan) != 1 {
1072 if len(tchan[0].SubChans) != 1 {
1183 if len(tchan) != 1 {
1186 if len(tchan[0].SubChans) != 1 {
1356 if len(tchan) != 1 {
[all …]
/dports/devel/gitlab-runner/google-cloud-go-storage-v1.12.0/pubsub/pstest/
H A Dfake.go971 var tchan <-chan time.Time
973 tchan = time.After(st.timeout)
982 case <-tchan:
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/cloud.google.com/go/pubsub/pstest/
H A Dfake.go1061 var tchan <-chan time.Time
1063 tchan = time.After(st.timeout)
1072 case <-tchan:

12345678910>>...28