Home
last modified time | relevance | path

Searched full:respond (Results 1 – 25 of 1575) sorted by relevance

12345678910>>...63

/external/chromium-trace/catapult/third_party/polymer/components/iron-ajax/test/
Diron-request.html97 server.respond();
126 server.respond();
144 server.respond();
156 server.respond();
168 server.respond();
183 server.respond();
201 server.respond();
217 server.respond();
265 server.respond();
314 server.respond();
[all …]
Diron-ajax.html157 // others in this file which are responded to with server.respond(),
160 // and only respond to a subset of requests.
164 request.respond(200, responseHeaders.json, JSON.stringify({
173 server.respond();
299 server.respond();
316 server.respond()
332 server.respond();
470 server.respond();
490 server.respond();
507 server.respond();
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-form/test/
Dbasic.html282 server.respond();
297 server.respond();
312 server.respond();
327 server.respond();
343 server.respond();
358 server.respond();
373 server.respond();
388 server.respond();
402 server.respond();
416 server.respond();
[all …]
/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…
/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/openthread/tests/scripts/thread-cert/
DCert_5_3_01_LinkLocal.py113 # The DUT MUST respond with an ICMPv6 Echo Reply
126 # The DUT MUST respond with an ICMPv6 Echo Reply
137 # The DUT MUST respond with an ICMPv6 Echo Reply
151 # The DUT MUST respond with an ICMPv6 Echo Reply
163 # The DUT MUST respond with an ICMPv6 Echo Reply
177 # The DUT MUST respond with an ICMPv6 Echo Reply
189 # The DUT MUST respond with an ICMPv6 Echo Reply
DCert_6_4_01_LinkLocal.py117 # The DUT MUST respond with an ICMPv6 Echo Reply
130 # The DUT MUST respond with an ICMPv6 Echo Reply
141 # The DUT MUST respond with an ICMPv6 Echo Reply
155 # The DUT MUST respond with an ICMPv6 Echo Reply
168 # The DUT MUST respond with an ICMPv6 Echo Reply
182 # The DUT MUST respond with an ICMPv6 Echo Reply
DCert_5_3_02_RealmLocal.py157 # The DUT MUST respond with an ICMPv6 Echo Reply
170 # The DUT MUST respond with an ICMPv6 Echo Reply
181 # The DUT MUST respond with an ICMPv6 Echo Reply
201 # The DUT MUST respond with an ICMPv6 Echo Reply
221 # The DUT MUST respond with an ICMPv6 Echo Reply
241 # The DUT MUST respond with an ICMPv6 Echo Reply
261 # The DUT MUST respond with an ICMPv6 Echo Reply
DCert_6_4_02_RealmLocal.py146 # The DUT MUST respond with an ICMPv6 Echo Reply
159 # The DUT MUST respond with an ICMPv6 Echo Reply
171 # The DUT MUST respond with an ICMPv6 Echo Reply
190 # The DUT MUST respond with an ICMPv6 Echo Reply
209 # The DUT MUST respond with an ICMPv6 Echo Reply
224 # The DUT MUST respond with an ICMPv6 Echo Reply
DCert_5_7_01_CoapDiagCommands.py205 # The DUT MUST respond with a DIAG_GET.rsp response containing
254 # The DUT MUST respond with a DIAG_GET.rsp response containing
279 # The DUT MUST respond with a DIAG_GET.rsp response containing
301 # The DUT MUST respond with a DIAG_GET.rsp response containing
324 # The DUT MUST respond with a DIAG_GET.rsp response containing
360 # The DUT MUST respond with a CoAP response
378 # The DUT MUST respond with a DIAG_GET.rsp response containing
/external/rust/android-crates-io/crates/h2/examples/
Dserver.rs33 let (request, respond) = result?; in serve()
35 if let Err(e) = handle_request(request, respond).await { in serve()
47 mut respond: SendResponse<Bytes>, in handle_request()
59 let mut send = respond.send_response(response, false)?; in handle_request()
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_signaling_server.h68 // FakePeer will still respond with a ConfigurationResponse over handle
109 // Respond to a received fixed channels InformationRequest packet with a
115 // Respond to a received extended features InformationRequest packet with a
121 // Respond to a received ConnectionRequest packet with a ConnectionResponse.
141 // Respond to a received ConfigurationRequest packet with a
151 // Respond to a received DisconnectionRequest packet with a
/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/
DListJobsResponseOrBuilder.java108 * failed to respond.
120 * failed to respond.
132 * failed to respond.
144 * failed to respond.
157 * failed to respond.
DListJobsResponse.java207 * failed to respond.
222 * failed to respond.
238 * failed to respond.
253 * failed to respond.
268 * failed to respond.
1234 * failed to respond.
1252 * failed to respond.
1270 * failed to respond.
1288 * failed to respond.
1312 * failed to respond.
[all …]
/external/cronet/stable/components/cronet/testing/test_server/
Dtest_server.h45 // Returns URL which respond with echo of the method in response body.
47 // Returns URL which respond with echo of header with |header_name| in
53 // Returns URL which respond with setting cookie to |cookie_line| and echo it
64 // Prepares response and returns URL which respond with |data_size| of bytes
/external/cronet/tot/components/cronet/testing/test_server/
Dtest_server.h45 // Returns URL which respond with echo of the method in response body.
47 // Returns URL which respond with echo of header with |header_name| in
53 // Returns URL which respond with setting cookie to |cookie_line| and echo it
64 // Prepares response and returns URL which respond with |data_size| of bytes
/external/libcups/man/
Dbackend.7144 The scheduler will respond to this by canceling the job, retrying the job, or stopping the queue de…
150 The scheduler will respond to this by holding the job and adding the 'cups-held-for-authentication'…
154 The scheduler will respond to this by holding the job.
158 The scheduler will respond to this by stopping the queue.
162 The scheduler will respond to this by canceling the job.
/external/obex/src/com/android/obex/
DSessionNotifier.java61 * so that it will respond to connection attempts by clients.
80 * @param handler the request handler that will respond to OBEX requests
89 * the requests from the client and the <code>Authenticator</code> to use to respond to
99 * so that it will respond to connection attempts by clients.
118 * @param handler the request handler that will respond to OBEX requests
/external/cronet/tot/net/test/android/javatests/src/org/chromium/net/test/util/
DTestWebServer.java208 * @param requestPath The path to respond to.
219 * @param requestPath The path to respond to.
238 * @param requestPath The path to respond to.
254 * @param requestPath The path to respond to.
271 * @param requestPath The path to respond to.
293 * @param requestPath The path to respond to.
319 * @param requestPath The path to respond to.
331 * @param requestPath The path to respond to.
354 * @param requestPath The path to respond to.
377 * @param requestPath The path to respond to.
/external/cronet/stable/net/test/android/javatests/src/org/chromium/net/test/util/
DTestWebServer.java208 * @param requestPath The path to respond to.
219 * @param requestPath The path to respond to.
238 * @param requestPath The path to respond to.
254 * @param requestPath The path to respond to.
271 * @param requestPath The path to respond to.
293 * @param requestPath The path to respond to.
319 * @param requestPath The path to respond to.
331 * @param requestPath The path to respond to.
354 * @param requestPath The path to respond to.
377 * @param requestPath The path to respond to.
/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/curl/docs/libcurl/opts/
DCURLOPT_HTTP200ALIASES.md31 responses. Some servers respond with a custom header response line. For
32 example, SHOUTcast servers respond with "ICY 200 OK". Also some old Icecast
33 1.3.x servers respond like that for certain user agent headers or in absence
/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/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/
Dfake_phase_listener.h55 void RequestPasskey(PasskeyResponseCallback respond) override { in RequestPasskey() argument
57 request_passkey_delegate_(std::move(respond)); in RequestPasskey()
103 // Delegate functions used to respond to user input requests from the pairing
/external/wayland-protocols/freedesktop.org/unstable/xdg-shell/
Dxdg-shell-unstable-v5.xml122 respond to the ping request, or in what timeframe. Clients should
123 try to respond in a reasonable amount of time.
126 always respond to any xdg_shell object it created.
132 <description summary="respond to a ping event">
133 A client must respond to a ping event with a pong request or
154 Even without attaching a buffer the compositor must respond to initial
395 can respond to one, it is free to discard all but the last
416 can respond to one, it only has to ack the last configure event.
468 will respond by emitting a configure event with the "maximized" state
489 will respond by emitting a configure event without the "maximized"

12345678910>>...63