Home
last modified time | relevance | path

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

12345678910>>...59

/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp187 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
205 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
246 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
368 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process() function in ot::Cli::Interpreter
372 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
643 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
647 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
945 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process() function in ot::Cli::Interpreter
957 template <> otError Interpreter::Process<Cmd("domainname")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
974 template <> otError Interpreter::Process<Cmd("dua")>(Arg aArgs[]) in Process() function in ot::Cli::Interpreter
[all …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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
H A 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 …]
H A 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
344 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
389 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
471 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
521 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
653 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
678 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
712 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
740 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process() function in ot::Cli::TcpExample
[all …]
H A 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
794 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
858 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
909 otError NetworkData::Process(Arg aArgs[]) in Process() function in ot::Cli::NetworkData
H A Dcli_dataset.cpp610 template <> otError Dataset::Process<Cmd("init")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
668 template <> otError Dataset::Process<Cmd("active")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
692 template <> otError Dataset::Process<Cmd("pending")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
725 template <> otError Dataset::Process<Cmd("clear")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
733 template <> otError Dataset::Process<Cmd("commit")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
771 template <> otError Dataset::Process<Cmd("mgmtsetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
855 template <> otError Dataset::Process<Cmd("mgmtgetcommand")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1091 template <> otError Dataset::Process<Cmd("set")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1125 template <> otError Dataset::Process<Cmd("tlvs")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
1138 template <> otError Dataset::Process<Cmd("updater")>(Arg aArgs[]) in Process() function in ot::Cli::Dataset
[all …]
H A 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 …]
H A 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
H A 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
331 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
424 otError UdpExample::Process(Arg aArgs[]) in Process() function in ot::Cli::UdpExample
H A 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
/aosp_15_r20/external/llvm-libc/libc/shared/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexec.go58 type Process struct { struct
59 Pid int
61 mode processMode
88 state atomic.Uint64
91 sigMu sync.RWMutex // avoid race between wait and signal
102 handle uintptr
137 func (p *Process) handleTransientAcquire() (uintptr, processStatus) {
155 func (p *Process) handleTransientRelease() {
194 func (p *Process) handlePersistentRelease(reason processStatus) processStatus {
226 func (p *Process) pidStatus() processStatus {
[all …]
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dprocess.rs126 pub struct Process { struct
143 impl Process { argument
166 ) -> Result<Process> { in new()
797 impl Drop for Process { implementation
/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader.h67 struct Process { struct
68 pid_t pid = -1;
69 bool initialized = false;
70 bool died = false;
94 pid_t pid; // Process of the debug info argument
150 using Process = JITDebugReader_impl::Process; variable
/aosp_15_r20/external/cldr/docs/ldml/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs18 ) -> io::Result<(Process, StdioPipes)> { in spawn()
35 pub struct Process { struct
39 impl Process { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs18 ) -> io::Result<(Process, StdioPipes)> { in spawn()
35 pub struct Process { struct
39 impl Process { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs18 ) -> io::Result<(Process, StdioPipes)> { in spawn()
35 pub struct Process { struct
39 impl Process { argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_unsupported.rs18 ) -> io::Result<(Process, StdioPipes)> { in spawn()
35 pub struct Process { struct
39 impl Process { impl

12345678910>>...59