Home
last modified time | relevance | path

Searched defs:create_handler (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dhttp_actions.py178 def create_handler(*services: Any) -> Type[http.server.BaseHTTPRequestHandler]: function
/aosp_15_r20/external/pytorch/torch/distributed/elastic/rendezvous/
H A Dapi.py355 def create_handler(self, params: RendezvousParameters) -> RendezvousHandler: member in RendezvousHandlerRegistry
H A Ddynamic_rendezvous.py1378 def create_handler( function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dbinding_unittest.cc352 auto create_handler = [&] (int expected_status, int new_status) { in TEST_P() local
H A Dassociated_interface_unittest.cc711 auto create_handler = [&] (int expected_a_status, int new_a_status, in TEST_F() local