Home
last modified time | relevance | path

Searched refs:respond (Results 1 – 25 of 136) sorted by relevance

123456

/external/python/cpython2/Tools/scripts/
Dserve.py13 def app(environ, respond): argument
21 respond('200 OK', [('Content-Type', type)])
24 respond('404 Not Found', [('Content-Type', 'text/plain')])
/external/python/cpython3/Tools/scripts/
Dserve.py13 def app(environ, respond): argument
21 respond('200 OK', [('Content-Type', type)])
24 respond('404 Not Found', [('Content-Type', 'text/plain')])
/external/clang/test/SemaObjC/
Dinstancetype.m48 …ubclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2…
52 …[[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to …
77 …[Subclass1.alloc initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass…
95 …[[super initSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to …
96 …[super.initSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to 'm…
108 …[[super allocSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to…
111 …[super.allocSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to '…
160 …[[Subclass4 alloc] initSubclass1]; // expected-warning{{'Subclass4' may not respond to 'initSubcla…
Dwarn-selector-selection.m13 [obj setWindow:0]; // expected-warning{{'Object' may not respond to 'setWindow:'}}
/external/clang/test/SemaObjCXX/
Dinstancetype.mm48 …ubclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2…
52 …[[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to …
77 …[Subclass1.alloc initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass…
95 …[[super initSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to …
96 …[super.initSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to 'm…
108 …[[super allocSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to…
111 …[super.allocSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to '…
160 …[[Subclass4 alloc] initSubclass1]; // expected-warning{{'Subclass4' may not respond to 'initSubcla…
/external/clang/test/CodeGenObjC/
Dfor-in.m26 …tring *i in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
36 …tring *i in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
48 …y *array in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
/external/autotest/client/cros/
Ddhcp_handling_rule.py206 def respond(self, query_packet): member in DhcpHandlingRule
306 def respond(self, query_packet): member in DhcpHandlingRule_RespondToDiscovery
344 def respond(self, query_packet): member in DhcpHandlingRule_RejectRequest
426 def respond(self, query_packet): member in DhcpHandlingRule_RespondToRequest
575 def respond(self, query_packet): member in DhcpHandlingRule_RejectAndRespondToRequest
583 self).respond(query_packet)
/external/python/httplib2/tests/
Dtest_cache.py282 respond = tests.http_response_bytes
285 return respond(status=304)
286 return respond(
291 return respond(status=200)
292 return respond(status=412)
293 return respond(status=405)
/external/curl/tests/data/
Dtest107513 # The test server provides no way to respond differently to a subsequent
14 # Basic authenticated request (we really want to respond with 200 for
15 # the second), so just respond with 401 for both and let curl deal with it.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWrapper.java222 public Bundle respond(Bundle bundle) { in respond() method in ShadowCursorWrapper
223 return wrappedCursor.respond(bundle); in respond()
/external/clang/test/Rewriter/
Dinstancetype-test.mm49 …ubclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2…
53 …[[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to …
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReportingGuide.rst36 cases or cases where the reporting party does not wish to respond directly
60 within 24 hours (and we will aim to respond much quicker than that).
80 a decision as to how to respond. Responses may include:
94 If the situation is not resolved within one week, we'll respond within one week
/external/llvm/docs/
DReportingGuide.rst36 cases or cases where the reporting party does not wish to respond directly
60 within 24 hours (and we will aim to respond much quicker than that).
80 a decision as to how to respond. Responses may include:
94 If the situation is not resolved within one week, we'll respond within one week
/external/grpc-grpc-java/documentation/
Dandroid-channel-builder.md6 used to automatically respond to changes in the device's network state, avoiding
62 channel. gRPC will now monitor and respond to the device's network state
/external/selinux/mcstrans/
DTODO9 …sive operation that needs to be sped up or threaded so that mcstrans can respond to other requests…
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DSimpleWebServer.java359 private Response respond(Map<String, String> headers, IHTTPSession session, String uri) { in respond() method in SimpleWebServer
419 return respond(headers, session, uri + indexFile); in defaultRespond()
429 return respond(rewrite.getHeaders(), session, rewrite.getUri()); in defaultRespond()
464 return respond(Collections.unmodifiableMap(header), session, uri); in serve()
/external/autotest/client/site_tests/platform_Pkcs11Events/
Dcontrol8 CRITERIA = "Fails if the PKCS #11 system does not respond correctly to events."
Dcontrol.regression8 CRITERIA = "Fails if the PKCS #11 system does not respond correctly to events."
/external/swiftshader/src/Main/
DSwiftConfig.hpp91 void respond(Socket *clientSocket, const char *request);
/external/swiftshader/src/Device/
DSwiftConfig.hpp91 void respond(Socket *clientSocket, const char *request);
/external/autotest/client/site_tests/cellular_StressEnable/
Dcontrol9 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.altair-messi_v9 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.huawei-mu7369 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.huawei-e3039 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.huawei-me9369 This test fails if flimflam ever fails to respond to a DBus message or crashes.

123456