/external/ktfmt/online_formatter/src/test/kotlin/ |
D | HandlerTest.kt | 32 val response = Handler().handleRequest(event, null) in dontCrash_success() 40 val response = Handler().handleRequest(event, null) in dontCrash_malformedRequestJson() 51 val response = Handler().handleRequest(event, null) in dontCrash_emptyRequestJson() 59 val response = Handler().handleRequest(event, null) in dontCrash_malformedSourceCode() 67 val response = Handler().handleRequest(event, null) in dontCrash_allNullRequest() 75 val response = Handler().handleRequest(event, null) in dontCrash_malformedStyle() 83 val response = Handler().handleRequest(event, null) in dontCrash_noStyle() 91 val response = Handler().handleRequest(event, null) in dontCrash_negativeMaxWidth() 100 val response = Handler().handleRequest(event, null) in dontCrash_nullMaxWidth() 108 val response = Handler().handleRequest(event, null) in dontCrash_nonIntegerMaxWidth() [all …]
|
/external/google-fruit/examples/server/ |
D | request_dispatcher.cpp | 42 void handleRequest() override { in handleRequest() function in RequestDispatcherImpl 44 fooHandler.get()->handleRequest(); in handleRequest() 46 barHandler.get()->handleRequest(); in handleRequest()
|
D | foo_handler.h | 29 virtual void handleRequest() = 0;
|
D | request_dispatcher.h | 29 virtual void handleRequest() = 0;
|
D | bar_handler.h | 29 virtual void handleRequest() = 0;
|
D | bar_handler.cpp | 33 void handleRequest() override { in handleRequest() function in BarHandlerImpl
|
D | foo_handler.cpp | 33 void handleRequest() override { in handleRequest() function in FooHandlerImpl
|
D | server.cpp | 73 requestDispatcher->handleRequest(); in worker_thread_main()
|
/external/autotest/frontend/afe/json_rpc/ |
D | serviceHandler_unittest.py | 66 response = self.serviceHandler.handleRequest(json_request1) 71 response = self.serviceHandler.handleRequest(json_request2) 76 response = self.serviceHandler.handleRequest(json_request3)
|
D | serviceHandler.py | 130 def handleRequest(self, jsonRequest): member in ServiceHandler
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/ |
D | TestHttpServer.java | 141 handleRequest(socket); in startServer() 161 private void handleRequest(Socket socket) { in handleRequest() method in TestHttpServer 166 httpService.handleRequest(connection, httpContext); in handleRequest()
|
/external/cronet/net/test/android/javatests/src/org/chromium/net/test/util/ |
D | WebServer.java | 281 void handleRequest(HTTPRequest request, OutputStream stream); in handleRequest() method 292 private void handleRequest(HTTPRequest request, OutputStream stream) { in handleRequest() method in WebServer 296 mRequestHandler.handleRequest(request, stream); in handleRequest() 535 handleRequest(request, socket.getOutputStream()); in run()
|
D | TestWebServer.java | 81 public void handleRequest(WebServer.HTTPRequest request, OutputStream stream) { in handleRequest() method in TestWebServer.Handler
|
/external/ktfmt/online_formatter/src/main/kotlin/ |
D | main.kt | 34 override fun handleRequest(event: APIGatewayProxyRequestEvent, context: Context?): String { in handleRequest() method in com.facebook.ktfmt.onlineformatter.Handler
|
/external/autotest/frontend/afe/ |
D | rpc_handler.py | 164 return self._dispatcher.handleRequest(json_request)
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpService.java | 130 public void handleRequest( in handleRequest() method in HttpService
|
/external/pigweed/pw_transfer/ts/ |
D | transfer_test.ts | 47 const channels: Channel[] = [new Channel(1, handleRequest)]; 55 function handleRequest(data: Uint8Array): void { function
|
/external/apache-http/api/ |
D | current.txt | 3977 …method @Deprecated public void handleRequest(org.apache.http.HttpServerConnection, org.apache.http…
|