Searched
full:channel (Results
526 -
550 of
5269) sorted by null
<<21222324252627282930>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t053heteroT4.g | 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t053heteroT5.g | 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t053heteroT6.g | 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t053heteroT7.g | 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t053heteroT8.g | 19 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t057autoAST36.g | 12 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t057autoAST37.g | 12 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t058rewriteAST55.g | 11 WS : (' '|'\n') {$channel=HIDDEN;}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
Combined__.gl | 21 { $channel=99; }
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTable__.gl | 25 WS : (' '|'\n'|'\r')+ {$channel=99;}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
Lang.g | 22 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t016actions.g | 30 {$channel=HIDDEN}
|
t025lexerRulePropertyRef.g | 14 ($text, $type, $line, $pos, $index, $channel, $start, $stop)
|
t045dfabug.g | 31 WS: (' ' | '\n' | '\t')+ {$channel = HIDDEN;};
|
/external/chromium_org/chrome/renderer/media/ |
webrtc_logging_message_filter.cc | 42 void WebRtcLoggingMessageFilter::OnFilterAdded(IPC::Channel* channel) { 44 channel_ = channel; 88 DLOG(ERROR) << "IPC channel not available.";
|
/external/chromium_org/ipc/ |
ipc_perftests.cc | 78 // This channel listener just replies to all messages with the exact same 94 void Init(IPC::Channel* channel) { 96 channel_ = channel; 134 IPC::Channel* channel_; 153 void Init(IPC::Channel* channel) { 155 channel_ = channel; 213 IPC::Channel* channel_; 226 // Set up IPC channel and start client [all...] |
/external/chromium_org/jingle/notifier/listener/ |
push_notifications_subscribe_task_unittest.cc | 38 subscription.channel = "test_channel1"; 41 subscription.channel = "test_channel2"; 52 "<item channel=\"test_channel1\" from=\"from.test.com\"/>" 53 "<item channel=\"test_channel2\" from=\"from.test2.com\"/>"
|
/external/chromium_org/media/audio/ |
audio_power_monitor_unittest.cc | 42 // of channel 0. 45 result.bus_->channel(0)[result.bus_->frames() / 2] = bad_value; 70 memcpy(bus_->channel(ch) + frames, data + num_frames * ch, 84 return os << "{" << ts.data().channels() << "-channel signal} --> {" 234 // left channel 236 // right channel 241 // left channel 243 // right channel 248 // left channel 250 // right channel [all...] |
simple_sources.cc | 43 audio_bus->channel(0)[i] = sin(2.0 * M_PI * f_ * time_state_++); 45 memcpy(audio_bus->channel(i), audio_bus->channel(0), 46 max_frames * sizeof(*audio_bus->channel(i)));
|
/external/chromium_org/media/base/ |
audio_hash.cc | 27 const float* channel = audio_bus->channel(ch); local 36 channel[i] + sin(2.0 * M_PI * M_PI * kSampleIndex); 38 audio_hash_[kHashIndex] += channel[i];
|
/external/chromium_org/net/base/ |
privacy_mode.h | 11 // Channel ID is disabled on that connection (https or spdy).
|
/external/chromium_org/net/quic/congestion_control/ |
available_channel_estimator.h | 7 // channel. 9 // available channel capacity. 11 // channel probing burst. Once the last packet have arrived you ask it for an 46 // Get the current estimated available channel capacity.
|
/external/chromium_org/remoting/host/it2me/ |
it2me_native_messaging_host_main.cc | 40 // Set up the native messaging channel. 41 scoped_ptr<NativeMessagingChannel> channel( 46 task_runner, channel.Pass(), factory.Pass())); 49 // Run the loop until channel is alive.
|
/external/chromium_org/win8/viewer/ |
metro_viewer_constants.h | 10 // The name of the IPC channel between the browser process and the metro viewer
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
ChannelClosedException.java | 6 package ch.ethz.ssh2.channel;
|
Completed in 478 milliseconds
<<21222324252627282930>>