Home
last modified time | relevance | path

Searched refs:broker (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/SCCP/
Dmultiple_callbacks.ll9 ; void broker(int (*cb0)(int), int (*cb1)(int), int (*cb2)(int), int, int);
31 ; broker(cb0, cb1, cb0, 0, 1);
32 ; broker(cb1, cb2, cb2, 0, 1);
33 ; broker(cb3, cb2, cb3, 0, 1);
34 ; broker(cb4, cb4, cb4, 0, 1);
91 ; CHECK-NEXT: call void @broker(i32 (i32)* nonnull @cb0, i32 (i32)* nonnull @cb1, i32 (i32)* non…
92 ; CHECK-NEXT: call void @broker(i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb2, i32 (i32)* non…
93 ; CHECK-NEXT: call void @broker(i32 (i32)* nonnull @cb3, i32 (i32)* nonnull @cb2, i32 (i32)* non…
94 ; CHECK-NEXT: call void @broker(i32 (i32)* nonnull @cb4, i32 (i32)* nonnull @cb4, i32 (i32)* non…
100 …call void @broker(i32 (i32)* nonnull @cb0, i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb0, i32 0…
[all …]
Dthread_local_acs.ll12 ; void broker(int *, int (*callee)(int *, int *), int *);
15 ; broker(&gtl, callee, &gsh);
41 ; CHECK-NEXT: call void @broker(i32* nonnull @gtl, i32 (i32*, i32*)* nonnull @callee, i32* nonnu…
45 call void @broker(i32* nonnull @gtl, i32 (i32*, i32*)* nonnull @callee, i32* nonnull @gsh)
49 declare !callback !0 dso_local void @broker(i32*, i32 (i32*, i32*)*, i32*)
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
DREADME.md1 # lws minimal ws broker
12 $ ./lws-minimal-ws-broker
13 [2018/03/15 12:23:12:1559] USER: LWS minimal ws broker | visit http://localhost:7681
19 The page opens a subscribe mode ws connection back to the broker,
20 and a publisher mode ws connection back to the broker.
25 is passed to the broker on the publisher ws connection and
DCMakeLists.txt1 project(lws-minimal-ws-broker)
5 set(SAMP lws-minimal-ws-broker)
6 set(SRCS minimal-ws-broker.c)
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
DREADME.md3 This demonstrates a ws "publisher" to go with the minimal-ws-broker example.
5 Two threads are spawned that produce messages to be sent to the broker,
8 When a nailed-up client connection to the broker is established, the
9 ringbuffer is sent to the broker, which distributes the events to all
20 This example connects to ws-server/minimal-ws-broker, so you need to build and run
26 [2018/03/16 16:04:33:5774] USER: Run minimal-ws-broker and browse to that
32 messages from the threads in this app via the broker app.
/external/llvm-project/llvm/test/Transforms/Attributor/IPConstantProp/
Dmultiple_callbacks.ll12 ; void broker(int (*cb0)(int), int (*cb1)(int), int (*cb2)(int), int, int);
34 ; broker(cb0, cb1, cb0, 0, 1);
35 ; broker(cb1, cb2, cb2, 0, 1);
36 ; broker(cb3, cb2, cb3, 0, 1);
37 ; broker(cb4, cb4, cb4, 0, 1);
131 ; CHECK-NEXT: call void @broker(i32 (i32)* noundef nonnull @cb0, i32 (i32)* noundef nonnull @cb1…
132 ; CHECK-NEXT: call void @broker(i32 (i32)* noundef nonnull @cb1, i32 (i32)* noundef nonnull @cb2…
133 ; CHECK-NEXT: call void @broker(i32 (i32)* noundef nonnull @cb3, i32 (i32)* noundef nonnull @cb2…
134 ; CHECK-NEXT: call void @broker(i32 (i32)* noundef nonnull @cb4, i32 (i32)* noundef nonnull @cb4…
140 …call void @broker(i32 (i32)* nonnull @cb0, i32 (i32)* nonnull @cb1, i32 (i32)* nonnull @cb0, i32 0…
[all …]
Dthread_local_acs.ll15 ; void broker(int *, int (*callee)(int *, int *), int *);
18 ; broker(&gtl, callee, &gsh);
55 ; IS__TUNIT____-NEXT: call void @broker(i32* nocapture nofree noundef nonnull readonly align 4 d…
60 ; IS__CGSCC____-NEXT: call void @broker(i32* nocapture nofree noundef nonnull readonly align 4 d…
64 call void @broker(i32* nonnull @gtl, i32 (i32*, i32*)* nonnull @callee, i32* nonnull @gsh)
68 declare !callback !0 dso_local void @broker(i32*, i32 (i32*, i32*)*, i32*)
/external/llvm-project/llvm/test/Analysis/CallGraph/
Dcallback-calls.ll5 ; CHECK-NEXT: CS<{{.*}}> calls function 'broker'
9 call void @broker(void (i32*)* @callback, i32* %arg)
17 declare !callback !0 void @broker(void (i32*)*, i32*)
/external/libchrome/mojo/core/
Dnode_controller.cc580 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in SendPeerEvent() local
582 if (!GetConfiguration().is_broker_process && broker) { in SendPeerEvent()
583 broker->RelayEventMessage(name, std::move(event_message)); in SendPeerEvent()
603 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in SendPeerEvent() local
604 if (broker) { in SendPeerEvent()
605 broker->RelayEventMessage(name, std::move(event_message)); in SendPeerEvent()
623 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in SendPeerEvent() local
624 if (!broker) { in SendPeerEvent()
646 broker->RequestIntroduction(name); in SendPeerEvent()
703 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in BroadcastEvent() local
[all …]
/external/libchrome/libchrome_tools/patches/
D0001-Fix-pending_broker_clients-handling.patch8 in pending_broker_clients_ will never be added as a broker client. Fix
29 // Feed the broker any pending invitees of our own.
39 broker->AddBrokerClient(invitee_name,
/external/libwebsockets/minimal-examples/ws-server/
DREADME.md3 minimal-ws-broker|Simple ws server with a publish / broker / subscribe architecture
/external/libwebsockets/minimal-examples/ws-client/
DREADME.md9 minimal-ws-client-tx|Connects to the minimal-ws-broker example as a publisher, demonstrating sendin…
/external/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
DREADME.md3 The application connects to a broker at localhost 1883 (unencrypted) or
/external/oss-fuzz/projects/zeek/
Dbuild.sh26 --disable-broker-tests
/external/curl/docs/
DFEATURES184 - Subscribe to and publish topics using url scheme mqtt://broker/topic
/external/llvm-project/llvm/docs/
DLangRef.rst5744 exposition, we'll refer to the function annotated w/ metadata as a broker
5745 function. The metadata describes how the arguments of a call to the broker are
5748 broker function with regards to the arguments of a call to the broker. The only
5749 semantic restriction on the broker function itself is that it is not allowed to
5753 The broker is not required to actually invoke the callback function at runtime.
5756 function is not dynamically invoked. The broker is allowed to invoke the
5757 callback function more than once per invocation of the broker. The broker is
5759 callback through another use. Finally, the broker is also allowed to relay the
5765 in the call to the broker. The following elements, except the last, describe
5767 ``i64`` constant identifying the argument of the broker that is passed through,
[all …]
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt20139 broker
/external/llvm-project/clang/include/clang/Basic/
DAttrDocs.td5070 automatically recognized as broker functions. Further functions might be added
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...
Dospd.txt.gz
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt18799 經紀人 < broker;
25595 經紀人 > broker;
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt292 white tie, as you told me once, anybody, even a stock-broker, can gain
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt292 white tie, as you told me once, anybody, even a stock-broker, can gain
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt25915 broker %31782 brˈokər
25916 broker's brˈokərz

12