Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 7452) sorted by relevance

12345678910>>...299

/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/slack/
H A Dusers_channels.go173 type channels struct { struct
174 log *logrus.Entry
175 sc *slack.Client
177 channelsByID map[string]*slack.Channel
178 channelsByName map[string]*slack.Channel
179 channelsMutex sync.RWMutex
181 channelMembers map[string][]string
182 channelMembersMutex sync.RWMutex
184 refreshInProgress bool
185 earliestRefresh time.Time
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_fold_scale_axis.py65 def check(shape, channels): argument
133 def check(shape, channels): argument
166 def check(shape, channels): argument
195 def check(shape, channels, in_scale): argument
237 def check(shape, channels): argument
286 def check(shape, channels): argument
345 def check(shape, channels): argument
417 def check(shape, channels): argument
471 def check(shape, channels, fbefore): argument
498 def check(shape, channels, out_scale): argument
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_fold_scale_axis.py65 def check(shape, channels): argument
133 def check(shape, channels): argument
166 def check(shape, channels): argument
195 def check(shape, channels, in_scale): argument
237 def check(shape, channels): argument
286 def check(shape, channels): argument
345 def check(shape, channels): argument
417 def check(shape, channels): argument
471 def check(shape, channels, fbefore): argument
498 def check(shape, channels, out_scale): argument
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/tests/
H A DMergeTest.java35 JChannel[] channels=null; in mergeHelper() local
96 private static void close(JChannel[] channels) { in close()
155 private static JChannel findChannel(String tmp, JChannel[] channels) { in findChannel()
163 private static JChannel findChannel(Address addr, JChannel[] channels) { in findChannel()
171 private static View findView(String tmp, JChannel[] channels) { in findView()
179 private static boolean allChannelsHaveViewOf(JChannel[] channels, int count) { in allChannelsHaveViewOf()
187 private static void assertAllChannelsHaveViewOf(JChannel[] channels, int count) { in assertAllChannelsHaveViewOf()
193 private static Address determineLeader(JChannel[] channels, String ... coords) { in determineLeader()
201 private static Address findAddress(String tmp, JChannel[] channels) { in findAddress()
209 private static void applyViews(List<View> views, JChannel[] channels) { in applyViews()
[all …]
/dports/multimedia/libdca/libdca-0.0.7/libao/
H A Daudio_out_internal.h51 #define s16_LE(s16,channels) s16_swap (s16, channels) argument
52 #define s16_BE(s16,channels) do {} while (0) argument
53 #define s32_LE(s32,channels) s32_swap (s32, channels) argument
54 #define s32_BE(s32,channels) do {} while (0) argument
56 #define s16_LE(s16,channels) do {} while (0) argument
57 #define s16_BE(s16,channels) s16_swap (s16, channels) argument
58 #define s32_LE(s32,channels) do {} while (0) argument
59 #define s32_BE(s32,channels) s32_swap (s32, channels) argument
/dports/graphics/cimg/CImg-v.2.9.7/plugins/
H A DcvMat.h51 std::vector<cv::Mat> channels; in assign() local
68 std::vector<cv::Mat> channels; in assign() local
85 std::vector<cv::Mat> channels; in assign() local
102 std::vector<cv::Mat> channels; in assign() local
119 std::vector<cv::Mat> channels; in assign() local
136 std::vector<cv::Mat> channels; in assign() local
153 std::vector<cv::Mat> channels; in assign() local
186 std::vector<cv::Mat> channels; in assign() local
210 std::vector<cv::Mat> channels; in assign() local
234 std::vector<cv::Mat> channels; in assign() local
[all …]
/dports/graphics/gmic-qt/CImg-v.2.9.8/plugins/
H A DcvMat.h51 std::vector<cv::Mat> channels; in assign() local
68 std::vector<cv::Mat> channels; in assign() local
85 std::vector<cv::Mat> channels; in assign() local
102 std::vector<cv::Mat> channels; in assign() local
119 std::vector<cv::Mat> channels; in assign() local
136 std::vector<cv::Mat> channels; in assign() local
153 std::vector<cv::Mat> channels; in assign() local
186 std::vector<cv::Mat> channels; in assign() local
210 std::vector<cv::Mat> channels; in assign() local
234 std::vector<cv::Mat> channels; in assign() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_pass_fold_scale_axis.py93 def check(shape, channels, blocking): argument
194 def check(dshape, channels, blocking): argument
247 def check(shape, channels, blocking): argument
287 def check(shape, channels, blocking, in_scale): argument
317 def before(x, conv_weight, in_scale, channels, blocking): argument
356 def check(shape, channels, blocking): argument
443 def check(shape, in_channels, channels, blocking): argument
536 def check(shape, in_channels, channels, blocking): argument
654 def check(shape, in_channels, channels, blocking): argument
767 def check(shape, channels, blocking, out_scale): argument
[all …]
/dports/graphics/pfstools/pfstools-2.1.0/src/octave/
H A Dpfsview.m24 channels = struct( ch_name, C{j} ); variable
26 channels = setfield( channels, ch_name, C{j} ); variable
32 channels = struct( ch_name, varargin{i} ); variable
34 channels = setfield( channels, ch_name, varargin{i} ); variable
45 channels = setfield( channels, varargin{i}, ... variable
47 channels = rmfield( channels, ch_name ); variable
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/community/
H A Dcommunication.rst50 .. _working_group_list:
55 …thub.com/ansible/community/wiki#working-groups>`_ meet on libera.chat IRC channels. If you want to…
80 Regional and Language-specific channels
88 IRC meetings
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/smush/
H A Dsmush_mixer.h46 struct channels { struct
51 } _channels[NUM_CHANNELS]; argument
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/smush/
H A Dsmush_mixer.h46 struct channels { struct
51 } _channels[NUM_CHANNELS]; argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/community/
H A Dcommunication.rst52 .. _working_group_list:
57 …thub.com/ansible/community/wiki#working-groups>`_ meet on libera.chat IRC channels. If you want to…
82 Regional and Language-specific channels
90 IRC meetings
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/
H A DBroadcastsEvents.php45 public function broadcastCreated($channels = null)
58 public function broadcastUpdated($channels = null)
71 public function broadcastTrashed($channels = null)
84 public function broadcastRestored($channels = null)
97 public function broadcastDeleted($channels = null)
112 … protected function broadcastIfBroadcastChannelsExistForEvent($instance, $event, $channels = null)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/community/
H A Dcommunication.rst53 .. _working_group_list:
58 …thub.com/ansible/community/wiki#working-groups>`_ meet on libera.chat IRC channels. If you want to…
84 Regional and Language-specific channels
92 IRC meetings
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdeclib.c38 gint channels) in copy_samples_m()
45 gint channels) in copy_samples_s()
63 gint channels) in copy_samples()
86 guint samples, gint channels) in copy_samples_no_reorder()
107 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()
165 guint samples, gint channels) in copy_samples_16_m()
178 guint samples, gint channels) in copy_samples_16_s()
192 gint channels) in copy_samples_16()
206 gst_vorbis_get_copy_sample_func (gint channels) in gst_vorbis_get_copy_sample_func()

12345678910>>...299