Searched refs:channel (Results 226 - 250 of 1002) sorted by relevance

1234567891011>>

/external/flatbuffers/tests/
H A Dmonster_test.grpc.fb.cc25 std::unique_ptr< MonsterStorage::Stub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options) { argument
26 std::unique_ptr< MonsterStorage::Stub> stub(new MonsterStorage::Stub(channel));
30 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) argument
31 : channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::RpcMethod::NORMAL_RPC, channel)
32 , rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::RpcMethod::SERVER_STREAMING, channel)
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py73 channel = MockRpcChannel()
121 channel = MockRpcChannel()
122 stub = unittest_pb2.TestService_Stub(channel)
134 self.assertEqual(request, channel.request)
135 self.assertEqual(rpc_controller, channel.controller)
136 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
/external/webrtc/webrtc/common_audio/
H A Dchannel_buffer.h27 // The buffer structure is showed below for a 2 channel and 2 bands case:
63 // channels()[channel][sample].
65 // 0 <= channel < |num_channels_|
72 // channels(band)[channel][sample].
75 // 0 <= channel < |num_channels_|
86 // Returns a pointer array to the bands for a specific channel.
88 // bands(channel)[band][sample].
90 // 0 <= channel < |num_channels_|
93 const T* const* bands(size_t channel) const {
94 RTC_DCHECK_LT(channel, num_channels
98 bands(size_t channel) argument
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dtransportcontroller_unittest.cc83 TransportChannel* channel = local
85 return static_cast<FakeTransportChannel*>(channel);
218 FakeTransportChannel* channel = CreateChannel("audio", 1); local
220 ASSERT_NE(nullptr, channel);
221 EXPECT_EQ(rtc::SSL_PROTOCOL_DTLS_12, channel->ssl_max_protocol_version());
243 // Test that when one channel encounters a role conflict, the ICE role is
244 // swapped on every channel.
261 FakeTransportChannel* channel = CreateChannel("audio", 1); local
262 ASSERT_NE(nullptr, channel);
263 ASSERT_TRUE(channel
308 FakeTransportChannel* channel = CreateChannel("audio", 1); local
323 FakeTransportChannel* channel = CreateChannel("audio", 1); local
342 FakeTransportChannel* channel = CreateChannel("audio", 1); local
356 FakeTransportChannel* channel = CreateChannel("audio", 1); local
367 FakeTransportChannel* channel = CreateChannel("audio", 1); local
545 FakeTransportChannel* channel = CreateChannel("audio", 1); local
580 FakeTransportChannel* channel = CreateChannel("audio", 1); local
649 FakeTransportChannel* channel = CreateChannel("audio", 1); local
[all...]
/external/ImageMagick/coders/
H A Djson.c336 PixelChannel channel=GetPixelChannelChannel(image,i);
337 PixelTrait traits=GetPixelChannelTraits(image,channel);
345 if ((double) p[i] > channel_statistics[channel].maxima)
346 channel_statistics[channel].maxima=(double) p[i];
351 if ((double) p[i] < channel_statistics[channel].minima)
352 channel_statistics[channel].minima=(double) p[i];
363 static ssize_t PrintChannelFeatures(FILE *file,const PixelChannel channel,
478 PrintFeature(channel_features[channel].angular_second_moment),
479 PrintFeature(channel_features[channel].contrast),
480 PrintFeature(channel_features[channel]
331 PixelChannel channel=GetPixelChannelChannel(image,i); local
358 PrintChannelFeatures(FILE *file,const PixelChannel channel, const char *name,const MagickBooleanType separator, const ChannelFeatures *channel_features) argument
494 PrintChannelLocations(FILE *file,const Image *image, const PixelChannel channel,const char *name,const StatisticType type, const size_t max_locations,const MagickBooleanType separator, const ChannelStatistics *channel_statistics) argument
572 PrintChannelMoments(FILE *file,const PixelChannel channel, const char *name,const MagickBooleanType separator, const ChannelMoments *channel_moments) argument
611 PrintChannelPerceptualHash(FILE *file,const ChannelType channel, const char *name,const MagickBooleanType separator, const ChannelPerceptualHash *channel_phash) argument
638 PrintChannelStatistics(FILE *file,const PixelChannel channel, const char *name,const double scale,const MagickBooleanType separator, const ChannelStatistics *channel_statistics) argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m87 state.channel = _channel;
120 state.channel = _channel;
153 state.channel = _channel;
220 state.channel = _channel;
287 state.channel = _channel;
328 state.channel = _channel;
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Dregistration.py89 def register_device(self, system_name, channel,
94 @param channel: supported communication channel.
103 channel=dict(supportedType=channel),
/external/autotest/client/cros/cellular/mbim_compliance/tests/
H A Dcm_13.py59 channel = mbim_channel.MBIMChannel(
65 response_packets = channel.bidirectional_transaction(*packets)
66 channel.close()
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
H A Dcellular_MbimComplianceCM07.py56 channel = mbim_channel.MBIMChannel(
61 response_packets = channel.bidirectional_transaction(*packets)
62 channel.close()
H A Dcellular_MbimComplianceCM08.py59 channel = mbim_channel.MBIMChannel(
64 response_packets = channel.bidirectional_transaction(*packets)
65 channel.close()
H A Dcellular_MbimComplianceCM13.py61 channel = mbim_channel.MBIMChannel(
66 response_packets = channel.bidirectional_transaction(*packets)
67 channel.close()
/external/autotest/server/cros/network/
H A Dframe_sender.py11 def __init__(self, router, frame_type, channel, ssid_prefix=None,
17 @param channel: int targeted channel.
27 self._channel = channel
29 hostap_config.HostapConfig.get_frequency_for_channel(channel))
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
H A Dnetwork_WiFi_CSADisconnect.py18 def _connect_to_ap(self, channel):
22 @param channel int Channel to configure AP in.
26 channel=channel,
36 """Perform channel switch, and initiate disconnect immediately, then
46 # around. Alternate the AP channel with the CSA announced channel to
48 # immediately to the same AP on the same channel after CSA to a
49 # different channel.
65 # Swap primary_channel with alternate channel s
[all...]
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
H A Dnetwork_WiFi_ReconnectInDarkResume.py42 hostap_config.HostapConfig(channel=1))
45 hostap_config.HostapConfig(channel=1))
95 ssid=reconnect_ap_ssid, channel=1))
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
H A Dnetwork_WiFi_RoamSuspendEndToEnd.py27 def _config_ap(self, channel, mode, ssid=None):
30 @param channel: int Wifi channel to conduct test on.
35 ap_config = hostap_config.HostapConfig(channel=channel, mode=mode,
70 # Configure first AP with channel 5 and mode G and default ssid.
79 # Configure second AP with channel 149, mode N and same ssid as before.
/external/vboot_reference/scripts/image_signing/
H A Densure_sane_lsb-release.sh152 channel=$(lsbval $lsb CHROMEOS_RELEASE_TRACK)
153 # For a canary or dogfood channel, appid maybe a different default value.
154 if [ $channel = 'canary-channel' ] || [ $channel = 'dogfood-channel' ]; then
155 eval "expected_appid=\"\$expected_appid_${channel%\-channel}\""
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DToken.java53 * on a particular "channel". The parser tunes to a particular channel
54 * so that whitespace etc... can go to the parser on a "hidden" channel.
58 /** Anything on different channel than DEFAULT_CHANNEL is not parsed
78 public void setChannel(int channel); argument
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonTokenStream.pm41 has 'channel' => (
71 $self->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL);
81 # is there a channel override for token type?
83 my $channel = $self->channel_override_map->{$t->get_type()};
84 if (defined $channel) {
85 $t->set_channel($channel);
91 } elsif ($self->discard_off_channel_tokens && $t->get_channel() != $self->channel) {
104 # leave p pointing at first token on channel
122 while ($i < $n && $self->tokens->[$i]->get_channel() != $self->channel) {
132 while ($i >= 0 && $self->tokens->[$i]->get_channel() != $self->channel) {
[all...]
/external/autotest/server/cros/ap_configurators/
H A Ddlink_dwl2100_ap_configurator.py171 def set_channel(self, channel):
173 Sets the channel of the wireless network.
177 @param channel: integer value of the channel
180 self.add_item_to_command_list(self._set_channel, (channel,), 1, 900)
183 def _set_channel(self, channel):
184 position = self._get_channel_popup_position(channel)
H A Dnetgear3700_ap_configurator.py78 def set_channel(self, channel):
79 self.add_item_to_command_list(self._set_channel, (channel,), 1, 800)
82 def _set_channel(self, channel):
83 position = self._get_channel_popup_position(channel)
H A DnetgearR6200_ap_configurator.py70 def set_channel(self, channel):
71 self.add_item_to_command_list(self._set_channel, (channel,), 1, 900)
74 def _set_channel(self, channel):
75 position = self._get_channel_popup_position(channel)
/external/autotest/server/site_tests/network_WiFi_Reassociate/
H A Dnetwork_WiFi_Reassociate.py16 ap_config = hostap_config.HostapConfig(channel=6)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.h75 #define GET_CHANNEL_SRC( reg, channel ) ((reg<<(channel*4)) & (0xf<<20))
76 #define CHANNEL_SRC( src, channel ) (src>>(channel*4))
/external/ppp/pppd/
H A Dpppox.c29 static struct channel pppox_channel = {
/external/webrtc/talk/app/webrtc/objc/
H A DRTCDataChannel.mm40 RTCDataChannelObserver(RTCDataChannel* channel) { _channel = channel; }
47 RTCDataChannel* channel = _channel;
48 id<RTCDataChannelDelegate> delegate = channel.delegate;
50 respondsToSelector:@selector(channel:didChangeBufferedAmount:)]) {
51 [delegate channel:channel didChangeBufferedAmount:previousAmount];
61 [_channel.delegate channel:_channel didReceiveMessageWithBuffer:dataBuffer];
195 // there may still be other references to the underlying data channel.

Completed in 565 milliseconds

1234567891011>>