OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel
(Results
401 - 425
of
5269
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t058rewriteAST65.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST69.g
9
WS: (' ' | '\n' | '\t')+ {$
channel
= HIDDEN;};
t058rewriteAST70.g
9
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST71.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST72.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST73.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST74.g
8
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST76.g
9
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST77.g
9
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST78.g
9
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST80.g
9
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST82.g
9
WS : (' '|'\n') {$
channel
=HIDDEN;}
t058rewriteAST83.g
10
WS : (' '|'\n') {$
channel
=HIDDEN;}
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
Combined.g
25
{ $
channel
=99; }
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
IDLexer.g
7
WS : (' '|'\t')+ { $
channel
= HIDDEN; } ;
/external/antlr/antlr-3.4/runtime/Python/tests/
t024finally.g
18
WS : (' '|'\n'|'\r')+ {$
channel
=HIDDEN}
t035ruleLabelPropertyRef.g
16
WS: ' '+ { $
channel
= HIDDEN };
t044trace.g
20
WS: (' ' | '\n' | '\t')+ {$
channel
= HIDDEN;};
/external/chromium/chrome/browser/extensions/
extension_message_service.h
29
// - Another context calls "extension.connect()" to open a
channel
to the
31
// open a
channel
to the content scripts for the given tab. The EMS notifies
34
// - Once the
channel
is established, either side can call postMessage to send
35
// a message to the opposite side of the
channel
, which may have multiple
39
//
channel
: connection between two ports
50
// A messaging
channel
. Note that the opening port can be the same as the
69
// Given an extension's ID, opens a
channel
between the given renderer "port"
78
// Same as above, but opens a
channel
to the tab with the given ID. Messages
86
// Given an extension ID, opens a
channel
between the given
88
//
channel
will be open to the extension process hosting th
[
all
...]
/external/chromium_org/chrome/browser/resources/gaia_auth/
inline_main.html
6
<script src="
channel
.js"></script>
main.html
6
<script src="
channel
.js"></script>
/external/chromium_org/content/test/data/workers/
pass_messageport_to_sharedworker.html
26
// Communicate with the worker via the message
channel
.
28
log("Message from worker (via
channel
): " + event.data);
35
log("Sending a message to the worker via the
channel
.");
36
message_channel.port1.postMessage({message: "Message via the
channel
."});
pass_messageport_to_sharedworker_dont_wait_for_connect.html
29
// Communicate with the worker via the message
channel
.
31
log("Message from worker (via
channel
): " + event.data);
38
log("Sending a message to the worker via the
channel
.");
39
message_channel.port1.postMessage({message: "Message via the
channel
."});
/external/chromium_org/jingle/notifier/listener/
notification_defines.h
18
// The name of the
channel
to subscribe to; usually but not always
20
std::string
channel
;
member in struct:notifier::Subscription
52
// The
channel
the notification is coming in on.
53
std::string
channel
;
member in struct:notifier::Notification
/external/chromium_org/mojo/system/
channel.h
42
// Note that |MessagePipe| calls into |
Channel
| and the former's |lock_| must be
43
// acquired before the latter's. When |
Channel
| wants to call into a
45
// |local_id_to_endpoint_info_map_|) under |
Channel
::lock_| and then release the
48
// Also, care must be taken with respect to references: While a |
Channel
| has
50
// may also have references to |
Channel
|s. These references are set up by
52
// by |
Channel
| must be removed by calling |DetachMessagePipeEndpoint()| (which
54
// removes its reference to |
Channel
|).
55
class MOJO_SYSTEM_IMPL_EXPORT
Channel
56
: public base::RefCountedThreadSafe<
Channel
>,
62
Channel
();
[
all
...]
Completed in 437 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>