OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel
(Results
176 - 200
of
6114
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t058rewriteAST46.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST47.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST48.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST5.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST56.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST57.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST6.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST64.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST66.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST67.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST68.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST7.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST75.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST79.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST8.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST81.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST9.g
7
WS : (' '|'\n') {$
channel
=HIDDEN;}
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewrite.g
18
WS : ' ' {$
channel
=HIDDEN;}
/external/antlr/antlr-3.4/runtime/Python/tests/
t023scopes.g
17
WS : (' '|'\n'|'\r')+ {$
channel
=HIDDEN}
t036multipleReturnValues.g
23
{ $
channel
= HIDDEN }
t037rulePropertyRef.g
15
WS: ' '+ { $
channel
= HIDDEN };
t041parameters.g
16
WS: ' '+ { $
channel
= HIDDEN };
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java
23
import io.netty.
channel
.
Channel
;
24
import io.netty.
channel
.ChannelHandlerContext;
25
import io.netty.
channel
.ChannelInitializer;
26
import io.netty.
channel
.ChannelOption;
27
import io.netty.
channel
.ChannelPipeline;
28
import io.netty.
channel
.SimpleChannelInboundHandler;
29
import io.netty.
channel
.nio.NioEventLoopGroup;
30
import io.netty.
channel
.socket.SocketChannel;
31
import io.netty.
channel
.socket.nio.NioSocketChannel
104
Channel
channel
= bootstrap.connect(url.host(), url.port())
local
136
private final SocketChannel
channel
;
field in class:NettyHttpClient.HttpChannel
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper_unittest.cc
54
for (int
channel
= 0;
channel
< kChannels; ++
channel
) {
55
input[
channel
][i] = 1000;
72
for (int
channel
= 0;
channel
< kChannels; ++
channel
) {
73
EXPECT_EQ(1000, input[
channel
][i]);
78
for (int
channel
= 0;
channel
< kChannels; ++channel)
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_codec.h
14
// - Voice Activity Detection (VAD) on a per
channel
basis.
60
// Sets the |codec| for the |
channel
| to be used for sending.
61
virtual int SetSendCodec(int
channel
, const CodecInst& codec) = 0;
64
// |
channel
|.
65
virtual int GetSendCodec(int
channel
, CodecInst& codec) = 0;
67
// Sets the bitrate on a specified |
channel
| to the specified value
71
virtual int SetBitRate(int
channel
, int bitrate_bps) = 0;
73
// Gets the currently received |codec| for a specific |
channel
|.
74
virtual int GetRecCodec(int
channel
, CodecInst& codec) = 0;
82
virtual int SetRecPayloadType(int
channel
, const CodecInst& codec) = 0
[
all
...]
Completed in 190 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>