HomeSort by relevance Sort by last modified time
    Searched defs:_channel (Results 1 - 20 of 20) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 51 private int _channel; field in class:Antlr.Runtime.CommonTokenStream
62 this._channel = channel;
67 return _channel;
78 _channel = TokenChannels.Default;
88 while (_tokens[_p].Channel != _channel) {
138 while (_tokens[i].Channel != _channel) {
147 while (i >= 0 && ((IToken)_tokens[i]).Channel != _channel) {
158 while (_tokens[i].Channel != _channel) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 53 private int _channel; field in class:Antlr.Runtime.CommonTokenStream
67 this._channel = channel;
74 return _channel;
88 _channel = TokenChannels.Default;
150 while (_tokens[i].Channel != _channel)
161 while (i >= 0 && ((IToken)_tokens[i]).Channel != _channel)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
SpatialAudio.h 39 Channel* _channel; member in class:webrtc::SpatialAudio
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 43 private short _channel; field in struct:Antlr.Runtime.SlimToken
104 return _channel;
108 _channel = (short)value;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.h 215 int _channel; member in class:webrtc::VideoRenderDirect3D9
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 51 int _channel = DEFAULT_TOKEN_CHANNEL; local
60 state.channel = _channel;
71 int _channel = DEFAULT_TOKEN_CHANNEL; local
80 state.channel = _channel;
91 int _channel = DEFAULT_TOKEN_CHANNEL; local
100 state.channel = _channel;
111 int _channel = DEFAULT_TOKEN_CHANNEL; local
120 state.channel = _channel;
131 int _channel = DEFAULT_TOKEN_CHANNEL; local
140 state.channel = _channel;
151 int _channel = DEFAULT_TOKEN_CHANNEL; local
171 int _channel = DEFAULT_TOKEN_CHANNEL; local
192 int _channel = DEFAULT_TOKEN_CHANNEL; local
213 int _channel = DEFAULT_TOKEN_CHANNEL; local
234 int _channel = DEFAULT_TOKEN_CHANNEL; local
255 int _channel = DEFAULT_TOKEN_CHANNEL; local
316 int _channel = DEFAULT_TOKEN_CHANNEL; local
374 int _channel = DEFAULT_TOKEN_CHANNEL; local
394 int _channel = DEFAULT_TOKEN_CHANNEL; local
415 int _channel = DEFAULT_TOKEN_CHANNEL; local
435 int _channel = DEFAULT_TOKEN_CHANNEL; local
455 int _channel = DEFAULT_TOKEN_CHANNEL; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 51 int _channel = DEFAULT_TOKEN_CHANNEL; local
60 state.channel = _channel;
71 int _channel = DEFAULT_TOKEN_CHANNEL; local
80 state.channel = _channel;
91 int _channel = DEFAULT_TOKEN_CHANNEL; local
100 state.channel = _channel;
111 int _channel = DEFAULT_TOKEN_CHANNEL; local
120 state.channel = _channel;
131 int _channel = DEFAULT_TOKEN_CHANNEL; local
140 state.channel = _channel;
151 int _channel = DEFAULT_TOKEN_CHANNEL; local
171 int _channel = DEFAULT_TOKEN_CHANNEL; local
192 int _channel = DEFAULT_TOKEN_CHANNEL; local
213 int _channel = DEFAULT_TOKEN_CHANNEL; local
234 int _channel = DEFAULT_TOKEN_CHANNEL; local
255 int _channel = DEFAULT_TOKEN_CHANNEL; local
316 int _channel = DEFAULT_TOKEN_CHANNEL; local
374 int _channel = DEFAULT_TOKEN_CHANNEL; local
394 int _channel = DEFAULT_TOKEN_CHANNEL; local
415 int _channel = DEFAULT_TOKEN_CHANNEL; local
435 int _channel = DEFAULT_TOKEN_CHANNEL; local
455 int _channel = DEFAULT_TOKEN_CHANNEL; local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 46 int _channel; member in class:ViERtcpObserver
53 _channel(-1),
72 _channel = videoChannel;
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 444 int _channel; member in class:CTelephonyEvent
464 _channel(channel),
489 _veDTMFPtr->DeRegisterTelephoneEventDetection(_channel);
543 str.AppendFormat(_T(" [channel = %d]"), _channel);
548 _veDTMFPtr->GetDtmfPlayoutStatus(_channel, enabled);
568 if (_veDTMFPtr->GetTelephoneEventDetectionStatus(_channel, enabled, detectionMethod) == 0)
599 _veDTMFPtr->GetSendTelephoneEventPayloadType(_channel, pt);
604 _veCodecPtr->GetRecPayloadType(_channel, codec);
720 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
721 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb)
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 69 private int _channel = -1; field in class:AndroidTest
268 if (0 != SetSendCodec(_channel, _codecIndex)) {
337 if (0 != SetVADStatus(_channel, enable, position - 1)) {
387 _channel = CreateChannel();
388 if (0 != _channel) {
396 if (0 != DeleteChannel(_channel)) {
419 if (0 != SetLocalReceiver(_channel, _receivePort)) {
423 if (0 != StartListen(_channel)) {
436 * StartRecordingPlayout(_channel, "/sdcard/singleUserDemoOut.pcm",
441 if (0 != StartPlayout(_channel)) {
    [all...]