Home
last modified time | relevance | path

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

12345678910>>...23

/external/openthread/src/cli/
Dcli.cpp190 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
218 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
259 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
426 template <> otError Interpreter::Process<Cmd("attachtime")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
442 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process() function in ot::Cli::Interpreter
446 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
768 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
772 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
1072 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
1084 template <> otError Interpreter::Process<Cmd("domainname")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
[all …]
Dcli_srp_server.cpp66 template <> otError SrpServer::Process<Cmd("addrmode")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
130 template <> otError SrpServer::Process<Cmd("auto")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
153 template <> otError SrpServer::Process<Cmd("domain")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
203 template <> otError SrpServer::Process<Cmd("faststart")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
244 template <> otError SrpServer::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
263 template <> otError SrpServer::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
283 template <> otError SrpServer::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
292 template <> otError SrpServer::Process<Cmd("ttl")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
336 template <> otError SrpServer::Process<Cmd("lease")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
382 template <> otError SrpServer::Process<Cmd("host")>(Arg aArgs[]) in Process() function in ot::Cli::SrpServer
[all …]
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
335 template <> otError Br::Process<Cmd("nat64prefix")>(Arg aArgs[]) in Process() function in ot::Cli::Br
392 template <> otError Br::Process<Cmd("peers")>(Arg aArgs[]) in Process() function in ot::Cli::Br
494 template <> otError Br::Process<Cmd("prefixtable")>(Arg aArgs[]) in Process() function in ot::Cli::Br
530 template <> otError Br::Process<Cmd("pd")>(Arg aArgs[]) in Process() function in ot::Cli::Br
[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_mdns.cpp46 template <> otError Mdns::Process<Cmd("enable")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
62 template <> otError Mdns::Process<Cmd("disable")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
73 template <> otError Mdns::Process<Cmd("state")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
84 template <> otError Mdns::Process<Cmd("unicastquestion")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
180 template <> otError Mdns::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
441 template <> otError Mdns::Process<Cmd("unregister")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
492 template <> otError Mdns::Process<Cmd("hosts")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
529 template <> otError Mdns::Process<Cmd("services")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
566 template <> otError Mdns::Process<Cmd("keys")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
625 template <> otError Mdns::Process<Cmd("browser")>(Arg aArgs[]) in Process() function in ot::Cli::Mdns
[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.cpp87 template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
141 template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
173 template <> otError UdpExample::Process<Cmd("close")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
189 template <> otError UdpExample::Process<Cmd("open")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
262 template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
341 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
434 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
428 template <> otError NetworkData::Process<Cmd("unpublish")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
497 template <> otError NetworkData::Process<Cmd("register")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
514 template <> otError NetworkData::Process<Cmd("steeringdata")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
820 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
884 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
935 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
241 template <> otError Dns::Process<Cmd("resolve")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
258 template <> otError Dns::Process<Cmd("resolve4")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
322 template <> otError Dns::Process<Cmd("browse")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
361 template <> otError Dns::Process<Cmd("service")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
390 template <> otError Dns::Process<Cmd("servicehost")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
657 template <> otError Dns::Process<Cmd("server")>(Arg aArgs[]) in Process() function in ot::Cli::Dns
702 otError Dns::Process(Arg aArgs[]) in Process() function in ot::Cli::Dns
Dcli_tcat.cpp158 template <> otError Tcat::Process<Cmd("advid")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
244 template <> otError Tcat::Process<Cmd("devid")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
288 template <> otError Tcat::Process<Cmd("start")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
337 template <> otError Tcat::Process<Cmd("stop")>(Arg aArgs[]) in Process() function in ot::Cli::Tcat
346 otError Tcat::Process(Arg aArgs[]) in Process() function in ot::Cli::Tcat
Dcli_tcp.cpp115 template <> otError TcpExample::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
289 template <> otError TcpExample::Process<Cmd("deinit")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
346 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
391 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
479 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
545 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
677 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
702 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
736 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
764 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
[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 …]
Dcli_dataset.cpp640 template <> otError Dataset::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
698 template <> otError Dataset::Process<Cmd("active")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
722 template <> otError Dataset::Process<Cmd("pending")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
755 template <> otError Dataset::Process<Cmd("clear")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
763 template <> otError Dataset::Process<Cmd("commit")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
801 template <> otError Dataset::Process<Cmd("mgmtsetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
885 template <> otError Dataset::Process<Cmd("mgmtgetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1121 template <> otError Dataset::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1155 template <> otError Dataset::Process<Cmd("tlvs")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1168 template <> otError Dataset::Process<Cmd("updater")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
[all …]
/external/llvm-libc/libc/shared/
Drpc.h74 template <bool Invert> struct Process { struct
77 RPC_ATTRS Process &operator=(const Process &) = delete; argument
79 RPC_ATTRS Process &operator=(Process &&) = default; argument
91 RPC_ATTRS Process(uint32_t port_count, void *buffer) in Process() argument
110 RPC_ATTRS static constexpr uint64_t allocation_size(uint32_t port_count, in allocation_size()
116 RPC_ATTRS uint32_t load_inbox(uint64_t lane_mask, uint32_t index) const { in load_inbox()
123 RPC_ATTRS uint32_t load_outbox(uint64_t lane_mask, uint32_t index) const { in load_outbox()
133 RPC_ATTRS uint32_t invert_outbox(uint32_t index, uint32_t current_outbox) { in invert_outbox()
143 RPC_ATTRS void wait_for_ownership(uint64_t lane_mask, uint32_t index, in wait_for_ownership()
155 RPC_ATTRS Buffer *get_packet(uint32_t index, uint32_t lane_size) { in get_packet()
[all …]
/external/cronet/stable/third_party/llvm-libc/src/shared/
Drpc.h80 template <bool Invert> struct Process { struct
83 RPC_INLINE Process &operator=(const Process &) = delete; argument
85 RPC_INLINE Process &operator=(Process &&) = default; argument
97 RPC_INLINE Process(uint32_t port_count, void *buffer) in Process() argument
116 RPC_INLINE static constexpr uint64_t allocation_size(uint32_t port_count, in allocation_size()
122 RPC_INLINE uint32_t load_inbox(uint64_t lane_mask, uint32_t index) const { in load_inbox()
129 RPC_INLINE uint32_t load_outbox(uint64_t lane_mask, uint32_t index) const { in load_outbox()
139 RPC_INLINE uint32_t invert_outbox(uint32_t index, uint32_t current_outbox) { in invert_outbox()
149 RPC_INLINE void wait_for_ownership(uint64_t lane_mask, uint32_t index, in wait_for_ownership()
161 RPC_INLINE Buffer *get_packet(uint32_t index, uint32_t lane_size) { in get_packet()
[all …]
/external/cronet/tot/third_party/llvm-libc/src/shared/
Drpc.h80 template <bool Invert> struct Process { struct
83 RPC_INLINE Process &operator=(const Process &) = delete; argument
85 RPC_INLINE Process &operator=(Process &&) = default; argument
97 RPC_INLINE Process(uint32_t port_count, void *buffer) in Process() argument
116 RPC_INLINE static constexpr uint64_t allocation_size(uint32_t port_count, in allocation_size()
122 RPC_INLINE uint32_t load_inbox(uint64_t lane_mask, uint32_t index) const { in load_inbox()
129 RPC_INLINE uint32_t load_outbox(uint64_t lane_mask, uint32_t index) const { in load_outbox()
139 RPC_INLINE uint32_t invert_outbox(uint32_t index, uint32_t current_outbox) { in invert_outbox()
149 RPC_INLINE void wait_for_ownership(uint64_t lane_mask, uint32_t index, in wait_for_ownership()
161 RPC_INLINE Buffer *get_packet(uint32_t index, uint32_t lane_size) { in get_packet()
[all …]
/external/crosvm/src/crosvm/plugin/
Dprocess.rs131 pub struct Process { struct
148 impl Process { argument
171 ) -> Result<Process> { in new()
802 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/android-crates-io/crates/miette/
DCODE_OF_CONDUCT.md64 ### Contacting Maintainers
74 ### Further Enforcement
89 ### Who Watches the Watchers?
95 ### Enforcement Examples
/external/rust/android-crates-io/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.md552 ### Derive the name locale
572 ### Derive the formatting locale
593 ### Derive the name order
634 ### Choose a personName element
681 ### Choose a namePattern
697 ### Access PersonName object
740 ### Process a namePattern
950 ### Formatting examples

12345678910>>...23