Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/external/llvm-libc/src/__support/RPC/
Drpc.h61 template <bool Invert> struct Process { struct
64 LIBC_INLINE Process &operator=(const Process &) = delete; argument
66 LIBC_INLINE Process &operator=(Process &&) = default; argument
78 LIBC_INLINE Process(uint32_t port_count, void *buffer) in Process() argument
97 LIBC_INLINE static constexpr uint64_t allocation_size(uint32_t port_count, in allocation_size()
103 LIBC_INLINE uint32_t load_inbox(uint64_t lane_mask, uint32_t index) const { in load_inbox()
110 LIBC_INLINE uint32_t load_outbox(uint64_t lane_mask, uint32_t index) const { in load_outbox()
120 LIBC_INLINE uint32_t invert_outbox(uint32_t index, uint32_t current_outbox) { in invert_outbox()
130 LIBC_INLINE void wait_for_ownership(uint64_t lane_mask, uint32_t index, in wait_for_ownership()
142 LIBC_INLINE Buffer *get_packet(uint32_t index, uint32_t lane_size) { in get_packet()
[all …]
/external/openthread/src/cli/
Dcli_br.cpp56 template <> otError Br::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::Br
81 template <> otError Br::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
102 template <> otError Br::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
122 template <> otError Br::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Br
190 template <> otError Br::Process<Cmd("omrprefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
256 template <> otError Br::Process<Cmd("onlinkprefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
322 template <> otError Br::Process<Cmd("nat64prefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
403 template <> otError Br::Process<Cmd("prefixtable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
439 template <> otError Br::Process<Cmd("pd")>(Arg aArgs[]) in Process() function in ot::Cli::Br
515 template <> otError Br::Process<Cmd("routers")>(Arg aArgs[]) in Process() function in ot::Cli::Br
[all …]
Dcli_srp_server.cpp66 template <> otError SrpServer::Process<Cmd("addrmode")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
122 template <> otError SrpServer::Process<Cmd("auto")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
145 template <> otError SrpServer::Process<Cmd("domain")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
180 template <> otError SrpServer::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
199 template <> otError SrpServer::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
219 template <> otError SrpServer::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
228 template <> otError SrpServer::Process<Cmd("ttl")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
272 template <> otError SrpServer::Process<Cmd("lease")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
318 template <> otError SrpServer::Process<Cmd("host")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
421 template <> otError SrpServer::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
[all …]
Dcli.cpp236 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
253 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
294 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
511 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process() function in ot::Cli::Interpreter
515 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
720 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
724 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
1022 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
1034 template <> otError Interpreter::Process<Cmd("domainname")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
1051 template <> otError Interpreter::Process<Cmd("dua")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
[all …]
Dcli_bbr.cpp54 template <> otError Bbr::Process<Cmd("mlr")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
168 template <> otError Bbr::Process<Cmd("mgmt")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
247 template <> otError Bbr::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
264 template <> otError Bbr::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
291 template <> otError Bbr::Process<Cmd("jitter")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
305 template <> otError Bbr::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
334 template <> otError Bbr::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
366 template <> otError Bbr::Process<Cmd("config")>(Arg aArgs[]) in Process() function in ot::Cli::Bbr
425 otError Bbr::Process(Arg aArgs[]) in Process() function in ot::Cli::Bbr
Dcli_commissioner.cpp61 template <> otError Commissioner::Process<Cmd("announce")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
101 template <> otError Commissioner::Process<Cmd("energy")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
123 template <> otError Commissioner::Process<Cmd("joiner")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
311 template <> otError Commissioner::Process<Cmd("mgmtget")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
377 template <> otError Commissioner::Process<Cmd("mgmtset")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
458 template <> otError Commissioner::Process<Cmd("panid")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
486 template <> otError Commissioner::Process<Cmd("provisioningurl")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
504 template <> otError Commissioner::Process<Cmd("sessionid")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
529 template <> otError Commissioner::Process<Cmd("id")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
560 template <> otError Commissioner::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Commissioner
[all …]
Dcli_joiner.cpp45 template <> otError Joiner::Process<Cmd("discerner")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
130 template <> otError Joiner::Process<Cmd("id")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
153 template <> otError Joiner::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
181 template <> otError Joiner::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
208 template <> otError Joiner::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Joiner
217 otError Joiner::Process(Arg aArgs[]) in Process() function in ot::Cli::Joiner
Dcli_coap_secure.cpp109 template <> otError CoapSecure::Process<Cmd("resource")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
157 template <> otError CoapSecure::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
215 template <> otError CoapSecure::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
261 template <> otError CoapSecure::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
295 template <> otError CoapSecure::Process<Cmd("isclosed")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
311 template <> otError CoapSecure::Process<Cmd("isconnected")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
329 template <> otError CoapSecure::Process<Cmd("isconnactive")>(Arg aArgs[]) in Process() function in ot::Cli::CoapSecure
368 template <> otError CoapSecure::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process() function in ot::Cli::CoapSecure
400 template <> otError CoapSecure::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT… in Process() function in ot::Cli::CoapSecure
432 template <> otError CoapSecure::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process() function in ot::Cli::CoapSecure
[all …]
Dcli_srp_client.cpp69 template <> otError SrpClient::Process<Cmd("autostart")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
166 template <> otError SrpClient::Process<Cmd("callback")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
182 template <> otError SrpClient::Process<Cmd("host")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
454 template <> otError SrpClient::Process<Cmd("leaseinterval")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
476 template <> otError SrpClient::Process<Cmd("keyleaseinterval")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
481 template <> otError SrpClient::Process<Cmd("server")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
544 template <> otError SrpClient::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
854 template <> otError SrpClient::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
880 template <> otError SrpClient::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
901 template <> otError SrpClient::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::SrpClient
[all …]
Dcli_udp.cpp82 template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
131 template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
163 template <> otError UdpExample::Process<Cmd("close")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
179 template <> otError UdpExample::Process<Cmd("open")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
252 template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
330 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
423 otError UdpExample::Process(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
Dcli_coap.cpp156 template <> otError Coap::Process<Cmd("cancel")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
181 template <> otError Coap::Process<Cmd("resource")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
234 template <> otError Coap::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
305 template <> otError Coap::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
321 template <> otError Coap::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
381 template <> otError Coap::Process<Cmd("parameters")>(Arg aArgs[]) in Process() function in ot::Cli::Coap
462 template <> otError Coap::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process() function in ot::Cli::Coap
497 template <> otError Coap::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_… in Process() function in ot::Cli::Coap
532 template <> otError Coap::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process() function in ot::Cli::Coap
550 template <> otError Coap::Process<Cmd("delete")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COA… in Process() function in ot::Cli::Coap
[all …]
Dcli_network_data.cpp186 template <> otError NetworkData::Process<Cmd("length")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
197 template <> otError NetworkData::Process<Cmd("maxlength")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
237 template <> otError NetworkData::Process<Cmd("publish")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
402 template <> otError NetworkData::Process<Cmd("unpublish")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
471 template <> otError NetworkData::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
488 template <> otError NetworkData::Process<Cmd("steeringdata")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
793 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
857 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
908 otError NetworkData::Process(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
Dcli_dns.cpp45 template <> otError Dns::Process<Cmd("compression")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
109 template <> otError Dns::Process<Cmd("config")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
234 template <> otError Dns::Process<Cmd("resolve")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
251 template <> otError Dns::Process<Cmd("resolve4")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
315 template <> otError Dns::Process<Cmd("browse")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
354 template <> otError Dns::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
383 template <> otError Dns::Process<Cmd("servicehost")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
651 template <> otError Dns::Process<Cmd("server")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
696 otError Dns::Process(Arg aArgs[]) in Process() function in ot::Cli::Dns
Dcli_tcp.cpp115 template <> otError TcpExample::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
276 template <> otError TcpExample::Process<Cmd("deinit")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
332 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
377 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
459 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
509 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
641 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
666 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
700 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
728 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
[all …]
Dcli_dataset.cpp597 template <> otError Dataset::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
658 template <> otError Dataset::Process<Cmd("active")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
682 template <> otError Dataset::Process<Cmd("pending")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
715 template <> otError Dataset::Process<Cmd("clear")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
723 template <> otError Dataset::Process<Cmd("commit")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
761 template <> otError Dataset::Process<Cmd("mgmtsetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
847 template <> otError Dataset::Process<Cmd("mgmtgetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1087 template <> otError Dataset::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1140 template <> otError Dataset::Process<Cmd("tlvs")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1153 template <> otError Dataset::Process<Cmd("updater")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
[all …]
Dcli_history.cpp130 template <> otError History::Process<Cmd("ipaddr")>(Arg aArgs[]) in Process() function in ot::Cli::History
241 template <> otError History::Process<Cmd("ipmaddr")>(Arg aArgs[]) in Process() function in ot::Cli::History
354 template <> otError History::Process<Cmd("neighbor")>(Arg aArgs[]) in Process() function in ot::Cli::History
500 template <> otError History::Process<Cmd("router")>(Arg aArgs[]) in Process() function in ot::Cli::History
641 template <> otError History::Process<Cmd("netinfo")>(Arg aArgs[]) in Process() function in ot::Cli::History
791 template <> otError History::Process<Cmd("rx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRx, aArgs… in Process() function in ot::Cli::History
917 template <> otError History::Process<Cmd("rxtx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRxTx, a… in Process() function in ot::Cli::History
1002 template <> otError History::Process<Cmd("tx")>(Arg aArgs[]) { return ProcessRxTxHistory(kTx, aArgs… in Process() function in ot::Cli::History
1301 template <> otError History::Process<Cmd("prefix")>(Arg aArgs[]) in Process() function in ot::Cli::History
1390 template <> otError History::Process<Cmd("route")>(Arg aArgs[]) in Process() function in ot::Cli::History
[all …]
/external/crosvm/src/crosvm/plugin/
Dprocess.rs126 pub struct Process { struct
143 impl Process { argument
166 ) -> Result<Process> { in new()
797 impl Drop for Process { implementation
/external/aws-crt-java/codebuild/
DCanaryWrapper_MetricFunctions.py8 def get_metric_total_cpu_usage(psutil_process : psutil.Process):
27 def get_metric_total_memory_usage_value(psutil_process : psutil.Process):
39 def get_metric_total_memory_usage_percent(psutil_process : psutil.Process):
/external/rust/crates/miette/
DCODE_OF_CONDUCT.md64 ### Contacting Maintainers
74 ### Further Enforcement
89 ### Who Watches the Watchers?
95 ### Enforcement Examples
/external/rust/crates/minimal-lexical/
DCODE_OF_CONDUCT.md64 ### Contacting Maintainers
71 ### Further Enforcement
86 ### Who Watches the Watchers?
92 ### Enforcement Examples
/external/cldr/docs/ldml/
Dtr35-personNames.md548 ### Derive the name locale
568 ### Derive the formatting locale
589 ### Derive the name order
630 ### Choose a personName element
677 ### Choose a namePattern
693 ### Access PersonName object
736 ### Process a namePattern
946 ### Formatting examples
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_lib.py68 Process = AbslForkServerProcess # pylint: disable=invalid-name variable in AbslForkServerContext
71 Process = multiprocessing.Process variable
75 class Process(object): class
/external/angle/third_party/spirv-tools/src/test/opt/
Dpass_manager_test.cpp81 Status Process() override { in Process() function in spvtools::opt::__anone9da343e0111::AppendOpNopPass
94 Status Process() override { in Process() function in spvtools::opt::__anone9da343e0111::AppendMultipleOpNopPass
109 Status Process() override { in Process() function in spvtools::opt::__anone9da343e0111::DuplicateInstPass
146 Status Process() override { in Process() function in spvtools::opt::__anone9da343e0111::AppendTypeVoidInstPass
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp81 Status Process() override { in Process() function in spvtools::opt::__anon271232c40111::AppendOpNopPass
94 Status Process() override { in Process() function in spvtools::opt::__anon271232c40111::AppendMultipleOpNopPass
109 Status Process() override { in Process() function in spvtools::opt::__anon271232c40111::DuplicateInstPass
146 Status Process() override { in Process() function in spvtools::opt::__anon271232c40111::AppendTypeVoidInstPass
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp81 Status Process() override { in Process() function in spvtools::opt::__anon1dae82ca0111::AppendOpNopPass
94 Status Process() override { in Process() function in spvtools::opt::__anon1dae82ca0111::AppendMultipleOpNopPass
109 Status Process() override { in Process() function in spvtools::opt::__anon1dae82ca0111::DuplicateInstPass
146 Status Process() override { in Process() function in spvtools::opt::__anon1dae82ca0111::AppendTypeVoidInstPass

12345678910>>...21