Searched defs:channel (Results 151 - 175 of 602) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLegacyCommonTokenStream.cs42 * and tokens are prefiltered for a certain channel (the parser will only
43 * see these tokens and cannot change the filter channel number during the
62 /** <summary>Map<tokentype, channel> to override some Tokens' channel numbers</summary> */
68 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
69 protected int channel = TokenChannels.Default; field in class:Antlr.Runtime.LegacyCommonTokenStream
95 public LegacyCommonTokenStream( ITokenSource tokenSource, int channel )
98 this.channel = channel;
124 channel
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs59 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
60 protected int channel = TokenChannels.Default; field in class:Antlr.Runtime.FastTokenStream
83 public FastTokenStream( ITokenSource<SlimToken> tokenSource, int channel )
86 this.channel = channel;
103 channel = TokenChannels.Default;
109 * set some token type / channel overrides before filling buffer.
128 // leave p pointing at first token on channel
141 * Walk past any token not on the channel the parser is listening to.
153 /** <summary>Given a starting index, return the index of the first on-channel toke
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCommonToken.java36 protected int channel=DEFAULT_CHANNEL; field in class:CommonToken
58 public CommonToken(CharStream input, int type, int channel, int start, int stop) { argument
61 this.channel = channel;
68 this.channel = DEFAULT_CHANNEL;
78 channel = oldToken.getChannel();
132 return channel;
135 public void setChannel(int channel) { argument
136 this.channel = channel;
[all...]
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/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc190 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); local
192 channel == chrome::VersionInfo::CHANNEL_STABLE);
194 channel == chrome::VersionInfo::CHANNEL_BETA);
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_chromeos.cc159 void VersionUpdaterCros::SetChannel(const std::string& channel, argument
163 CrosSettings::Get()->SetString(chromeos::kReleaseChannel, channel);
166 SetChannel(channel, is_powerwash_allowed);
174 // Request the channel information.
/external/chromium_org/chrome/installer/util/
H A Dinstallation_state.h43 // Returns the product's channel info (i.e., the Google Update "ap" value).
44 const ChannelInfo& channel() const { return channel_; } function in class:installer::ProductState
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_extensions_dispatcher_delegate.cc296 void ChromeExtensionsDispatcherDelegate::SetChannel(int channel) { argument
298 static_cast<chrome::VersionInfo::Channel>(channel));
/external/chromium_org/chrome_elf/
H A Dbreakpad.cc27 const wchar_t kBreakpadChannelEntry[] = L"channel";
45 base::string16 channel; local
48 channel = L"canary";
60 kBreakpadChannelEntry, channel.c_str());
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_utils.cc44 const std::string& channel,
70 channel.c_str(), // "updaterchannel"
71 channel.c_str(), // "prodchannel"
43 BuildProtocolRequest(const std::string& browser_version, const std::string& channel, const std::string& lang, const std::string& os_long_name, const std::string& request_body, const std::string& additional_attributes) argument
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlRequest.java61 * Sets a readable byte channel to upload as part of a POST request.
63 * <p>Once {@link #start()} is called, this channel is guaranteed to be
68 * @param channel The channel to read to read upload data from if this is a
72 void setUploadChannel(String contentType, ReadableByteChannel channel, argument
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc25 void SendReply(IPC::Channel* channel, int32 pid, bool result) { argument
26 channel->Send(new NaClProcessMsg_DebugExceptionHandlerLaunched(pid, result));
/external/chromium_org/components/variations/
H A Dstudy_filtering.cc42 bool CheckStudyChannel(const Study_Filter& filter, Study_Channel channel) { argument
43 // An empty channel list matches all channels.
48 if (filter.channel(i) == channel)
167 Study_Channel channel,
171 if (!CheckStudyChannel(study.filter(), channel)) {
172 DVLOG(1) << "Filtered out study " << study.name() << " due to channel.";
221 Study_Channel channel,
237 channel, form_factor, hardware_class)) {
162 ShouldAddStudy( const Study& study, const std::string& locale, const base::Time& reference_date, const base::Version& version, Study_Channel channel, Study_FormFactor form_factor, const std::string& hardware_class) argument
216 FilterAndValidateStudies( const VariationsSeed& seed, const std::string& locale, const base::Time& reference_date, const base::Version& version, Study_Channel channel, Study_FormFactor form_factor, const std::string& hardware_class, std::vector<ProcessedStudy>* filtered_studies) argument
H A Dvariations_seed_processor.cc87 Study_Channel channel,
92 FilterAndValidateStudies(seed, locale, reference_date, version, channel,
82 CreateTrialsFromSeed( const VariationsSeed& seed, const std::string& locale, const base::Time& reference_date, const base::Version& version, Study_Channel channel, Study_FormFactor form_factor, const std::string& hardware_class, const UIStringOverrideCallback& override_callback) argument
H A Dvariations_seed_simulator.cc116 Study_Channel channel,
120 FilterAndValidateStudies(seed, locale, reference_date, version, channel,
111 SimulateSeedStudies( const VariationsSeed& seed, const std::string& locale, const base::Time& reference_date, const base::Version& version, Study_Channel channel, Study_FormFactor form_factor, const std::string& hardware_class) argument
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.h64 CommandBufferProxyImpl(GpuChannelHost* channel, int route_id);
142 GpuChannelHost* channel() const { return channel_; } function in class:content::CommandBufferProxyImpl
154 // Send an IPC message over the GPU channel. This is private to fully
155 // encapsulate the channel; all callers of this function must explicitly
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.cc114 GpuChannelHost* channel,
116 return new StreamTextureFactoryImpl(context_provider, channel, frame_id);
121 GpuChannelHost* channel,
124 channel_(channel),
126 DCHECK(channel);
112 Create( const scoped_refptr<cc::ContextProvider>& context_provider, GpuChannelHost* channel, int frame_id) argument
119 StreamTextureFactoryImpl( const scoped_refptr<cc::ContextProvider>& context_provider, GpuChannelHost* channel, int frame_id) argument
/external/chromium_org/content/renderer/media/
H A Drtc_data_channel_handler.cc36 webrtc::DataChannelInterface* channel)
37 : channel_(channel),
35 RtcDataChannelHandler( webrtc::DataChannelInterface* channel) argument
/external/chromium_org/ipc/
H A Dipc_test_base.cc67 void IPCTestBase::SetChannel(scoped_ptr<IPC::Channel> channel) { argument
68 channel_ = channel.Pass();
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap.cc71 // Has the bootstrap channel been made?
123 DLOG(WARNING) << "Failed to read a file handle from bootstrap channel.";
171 void MojoBootstrap::Init(scoped_ptr<Channel> channel, Delegate* delegate) { argument
172 channel_ = channel.Pass();
187 DLOG(WARNING) << "Detected error on Mojo bootstrap channel.";
/external/chromium_org/mojo/system/
H A Dchannel_unittest.cc5 #include "mojo/system/channel.h"
69 Channel* channel() { return channel_.get(); } function in class:mojo::system::__anon8845::ChannelTest
99 ASSERT_TRUE(channel());
112 EXPECT_TRUE(channel()->HasOneRef());
169 ASSERT_TRUE(channel());
180 EXPECT_TRUE(channel()->HasOneRef());
190 ASSERT_TRUE(channel());
202 channel()->AttachEndpoint(channel_endpoint);
213 EXPECT_TRUE(channel()->RunMessagePipeEndpoint(local_id,
221 EXPECT_TRUE(channel()
[all...]
/external/chromium_org/remoting/codec/
H A Daudio_encoder_opus_unittest.cc51 // defines frequency of the signal. |channel| is used to calculate phase shift
58 int channel) {
60 kChannelPhaseShift * channel;
54 GetSampleValue( AudioPacket::SamplingRate rate, double frequency_hz, double pos, int channel) argument
/external/chromium_org/remoting/host/it2me/
H A Dit2me_native_messaging_host.cc45 scoped_ptr<extensions::NativeMessagingChannel> channel,
47 : channel_(channel.Pass()),
43 It2MeNativeMessagingHost( scoped_refptr<AutoThreadTaskRunner> task_runner, scoped_ptr<extensions::NativeMessagingChannel> channel, scoped_ptr<It2MeHostFactory> factory) argument
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DDOMWebSocketTest.cpp75 MockWebSocketChannel* channel() { return m_channel.get(); } function in class:blink::__anon11225::FINAL
116 ASSERT(m_websocket->channel());
117 ::testing::Mock::VerifyAndClear(m_websocket->channel());
118 EXPECT_CALL(channel(), disconnect()).Times(AnyNumber());
125 MockWebSocketChannel& channel() { return *m_websocket->channel(); } function in class:blink::__anon11225::DOMWebSocketTestBase
190 EXPECT_CALL(channel(), disconnect());
209 EXPECT_CALL(channel(), connect(KURL(KURL(), "ws://example.com/hoge"), String("aa, bb"))).WillOnce(Return(true));
228 EXPECT_CALL(channel(), connect(KURL(KURL(), "ws://example.com/"), String("aa, bb"))).WillOnce(Return(false));
229 EXPECT_CALL(channel(), disconnec
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp252 WTFLogChannel* channel = getChannelFromName(name); local
253 if (channel)
254 channel->state = WTFLogChannelOn;

Completed in 6185 milliseconds

1234567891011>>