Searched
full:channel (Results
326 -
350 of
5269) sorted by null
<<11121314151617181920>>
/external/tcpdump/tests/ |
lmp.new | 2 LMPv1, msg-type: Begin Verify, Flags: [Control Channel Down], length: 56 18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28 19 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8 20 Control Channel ID: 1 (0x00000001) 25 LMPv1, msg-type: Config NACK, Flags: [Control Channel Down], length: 56 26 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8 27 Control Channel ID: 1 (0x00000001) 30 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8 31 Control Channel ID: 2 (0x00000002) 40 LMPv1, msg-type: Config ACK, Flags: [Control Channel Down], length: 4 [all...] |
lmp.out | 2 LMPv1, msg-type: Begin Verify, Flags: [Control Channel Down], length: 56 18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28 19 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8 20 Control Channel ID: 1 (0x00000001) 25 LMPv1, msg-type: Config NACK, Flags: [Control Channel Down], length: 56 26 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8 27 Control Channel ID: 1 (0x00000001) 30 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8 31 Control Channel ID: 2 (0x00000002) 40 LMPv1, msg-type: Config ACK, Flags: [Control Channel Down], length: 4 [all...] |
/frameworks/native/include/input/ |
InputTransport.h | 25 * The InputPublisher and InputConsumer each handle one end-point of an input channel. 122 * An input channel consists of a local unix domain socket used to send and receive 123 * input messages across processes. Each channel has a descriptive name for debugging purposes. 127 * The input channel is closed when all references to it are released. 148 * If the channel is full then the message is guaranteed not to have been sent at all. 150 * consumed some of the pending messages from the channel. 153 * Returns WOULD_BLOCK if the channel is full. 154 * Returns DEAD_OBJECT if the channel's peer has been closed. 155 * Other errors probably indicate that the channel is broken. 166 * Returns DEAD_OBJECT if the channel's peer has been closed [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenConstants.as | 24 * on a particular "channel". The parser tunes to a particular channel 25 * so that whitespace etc... can go to the parser on a "hidden" channel. 29 /** Anything on different channel than DEFAULT_CHANNEL is not parsed
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Token.js | 33 * on a particular "channel". The parser tunes to a particular channel 34 * so that whitespace etc... can go to the parser on a "hidden" channel. 38 /** Anything on different channel than DEFAULT_CHANNEL is not parsed
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t023scopes.g | 17 WS : (' '|'\n'|'\r')+ {$channel=org.antlr.runtime.BaseRecognizer.HIDDEN;}
|
t024finally.g | 18 WS : (' '|'\n'|'\r')+ {$channel=org.antlr.runtime.BaseRecognizer.HIDDEN}
|
t035ruleLabelPropertyRef.g | 16 WS: ' '+ { $channel = HIDDEN; };
|
t044trace.g | 12 WS: (' ' | '\n' | '\t')+ {$channel = HIDDEN;};
|
t045dfabug.g | 30 WS: (' ' | '\n' | '\t')+ {$channel = HIDDEN;};
|
t049treeparserc.g | 11 WS : (' '|'\\n') {$channel=HIDDEN;} ;
|
t049treeparserd.g | 11 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t049treeparsere.g | 11 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t049treeparserg.g | 10 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t049treeparserh.g | 10 WS : (' '|'\\n') {$channel=HIDDEN;} ;
|
t049treeparseri.g | 10 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTaa.g | 9 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTab.g | 9 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTe.g | 9 WS : (' '|'\\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTo.g | 9 WS : (' '|'\\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTr.g | 9 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTs.g | 9 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t051treeRewriteASTz.g | 9 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t056lexer4.g | 7 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
t056lexer9.g | 6 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
Completed in 1404 milliseconds
<<11121314151617181920>>