Home
last modified time | relevance | path

Searched refs:got_response (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dhandle_passing_unittest.cc185 *got_response = true; in DoStuff()
193 *got_response = true; in DoStuff2()
215 bool got_response = false; in TEST_P() local
222 EXPECT_FALSE(got_response); in TEST_P()
228 EXPECT_TRUE(got_response); in TEST_P()
240 bool got_response = false; in TEST_P() local
247 EXPECT_FALSE(got_response); in TEST_P()
251 EXPECT_TRUE(got_response); in TEST_P()
275 bool got_response = false; in TEST_P() local
282 EXPECT_FALSE(got_response); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/streams/
H A Dtransferable_streams_test.cc53 bool* got_response) { in TEST() argument
55 MakeGarbageCollected<ExpectNullResponse>(script_state, got_response); in TEST()
59 ExpectNullResponse(ScriptState* script_state, bool* got_response) in TEST() argument
60 : ScriptFunction(script_state), got_response_(got_response) {} in TEST()
109 bool got_response = false; in TEST() local
111 .Then(ExpectNullResponse::Create(script_state, &got_response), in TEST()
120 EXPECT_TRUE(got_response); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/streams/
H A Dtransferable_streams_test.cc52 bool* got_response) { in TEST() argument
54 MakeGarbageCollected<ExpectNullResponse>(script_state, got_response); in TEST()
58 ExpectNullResponse(ScriptState* script_state, bool* got_response) in TEST() argument
59 : ScriptFunction(script_state), got_response_(got_response) {} in TEST()
108 bool got_response = false; in TEST() local
110 .Then(ExpectNullResponse::Create(script_state, &got_response), in TEST()
119 EXPECT_TRUE(got_response); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dmojo_sandbox_browsertest.cc85 bool got_response = false; in IN_PROC_BROWSER_TEST_F() local
91 got_response = true; in IN_PROC_BROWSER_TEST_F()
100 EXPECT_TRUE(got_response); in IN_PROC_BROWSER_TEST_F()
116 bool got_response = false; in IN_PROC_BROWSER_TEST_F() local
122 got_response = true; in IN_PROC_BROWSER_TEST_F()
131 EXPECT_TRUE(got_response); in IN_PROC_BROWSER_TEST_F()
147 bool got_response = false; in IN_PROC_BROWSER_TEST_F() local
153 got_response = true; in IN_PROC_BROWSER_TEST_F()
162 EXPECT_TRUE(got_response); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dmojo_sandbox_browsertest.cc100 bool got_response = false; in IN_PROC_BROWSER_TEST_F() local
106 got_response = true; in IN_PROC_BROWSER_TEST_F()
115 EXPECT_TRUE(got_response); in IN_PROC_BROWSER_TEST_F()
124 bool got_response = false; in IN_PROC_BROWSER_TEST_F() local
130 got_response = true; in IN_PROC_BROWSER_TEST_F()
139 EXPECT_TRUE(got_response); in IN_PROC_BROWSER_TEST_F()
148 bool got_response = false; in IN_PROC_BROWSER_TEST_F() local
154 got_response = true; in IN_PROC_BROWSER_TEST_F()
163 EXPECT_TRUE(got_response); in IN_PROC_BROWSER_TEST_F()
/dports/www/p5-WWW-OAuth/WWW-OAuth-1.000/xt/author/
H A Drequest_ua.t58 my $got_response;
63 $got_response = 1;
69 ok $got_response, 'response was handled';
73 undef $got_response;
78 $got_response = 1;
84 ok $got_response, 'response was handled';
/dports/www/p5-POE-Component-Client-HTTP/POE-Component-Client-HTTP-0.949/t/
H A D57_pravus_progress.t39 $_[HEAP]{got_response} = 0;
65 $_[HEAP]{got_response}++;
80 ok($_[HEAP]{got_response}, "got response: $_[HEAP]{got_response}");
H A D10_shutdown.t25 got_response => \&client_got_response,
59 weeble => request => got_response =>
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/dejagnu/krb-standalone/
H A Dtcp.exp54 set got_response 0
64 set got_response 1
67 if $got_response {
/dports/security/krb5/krb5-1.19.2/src/tests/dejagnu/krb-standalone/
H A Dtcp.exp54 set got_response 0
64 set got_response 1
67 if $got_response {
/dports/devel/p5-AnyEvent-Subprocess/AnyEvent-Subprocess-1.102912/t/
H A Dsocket.t36 my $got_response = AnyEvent->condvar;
40 $got_response->send( $obj->{msg} );
43 is $got_response->recv, 'hello my child', 'got echo reply';
/dports/devel/godot2/godot-2.1.6-stable/scene/main/
H A Dhttp_request.cpp51 got_response = false; in _parse_url()
202 got_response = false; in cancel_request()
217 got_response = true; in _handle_response()
264 got_response = false; in _handle_response()
310 if (!got_response) { in _update_connection()
322 if (got_response && body_len < 0) { in _update_connection()
352 if (!got_response) { in _update_connection()
573 got_response = false; in HTTPRequest()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/main/
H A Dhttp_request.cpp51 got_response = false; in _parse_url()
202 got_response = false; in cancel_request()
217 got_response = true; in _handle_response()
264 got_response = false; in _handle_response()
310 if (!got_response) { in _update_connection()
322 if (got_response && body_len < 0) { in _update_connection()
352 if (!got_response) { in _update_connection()
573 got_response = false; in HTTPRequest()
/dports/net/chrony/chrony-4.2/
H A Dnts_ke_client.c50 int got_response; member
83 inst->got_response = 0; in name_resolve_handler()
281 inst->got_response = 1; in handle_message()
303 inst->got_response = 0; in NKC_CreateInstance()
366 inst->got_response = 0; in NKC_Start()
422 if (!inst->got_response || inst->resolving_name) in NKC_GetNtsData()
/dports/net/chrony-lite/chrony-4.2/
H A Dnts_ke_client.c50 int got_response; member
83 inst->got_response = 0; in name_resolve_handler()
281 inst->got_response = 1; in handle_message()
303 inst->got_response = 0; in NKC_CreateInstance()
366 inst->got_response = 0; in NKC_Start()
422 if (!inst->got_response || inst->resolving_name) in NKC_GetNtsData()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/watchdog/
H A Dpcwd_pci.c156 int got_response, count; in send_command() local
176 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
177 for (count = 0; (count < PCI_COMMAND_TIMEOUT) && (!got_response); in send_command()
180 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
184 if (got_response) { in send_command()
192 if (got_response) { in send_command()
207 return got_response; in send_command()
H A Dpcwd_usb.c210 int got_response, count; in usb_pcwd_send_command() local
245 got_response = 0; in usb_pcwd_send_command()
246 for (count = 0; (count < USB_COMMAND_TIMEOUT) && (!got_response); in usb_pcwd_send_command()
250 got_response = 1; in usb_pcwd_send_command()
253 if ((got_response) && (cmd == usb_pcwd->cmd_command)) { in usb_pcwd_send_command()
261 return got_response; in usb_pcwd_send_command()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/watchdog/
H A Dpcwd_pci.c156 int got_response, count; in send_command() local
176 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
177 for (count = 0; (count < PCI_COMMAND_TIMEOUT) && (!got_response); in send_command()
180 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
184 if (got_response) { in send_command()
192 if (got_response) { in send_command()
207 return got_response; in send_command()
H A Dpcwd_usb.c210 int got_response, count; in usb_pcwd_send_command() local
245 got_response = 0; in usb_pcwd_send_command()
246 for (count = 0; (count < USB_COMMAND_TIMEOUT) && (!got_response); in usb_pcwd_send_command()
250 got_response = 1; in usb_pcwd_send_command()
253 if ((got_response) && (cmd == usb_pcwd->cmd_command)) { in usb_pcwd_send_command()
261 return got_response; in usb_pcwd_send_command()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/watchdog/
H A Dpcwd_pci.c156 int got_response, count; in send_command() local
176 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
177 for (count = 0; (count < PCI_COMMAND_TIMEOUT) && (!got_response); in send_command()
180 got_response = inb_p(pcipcwd_private.io_addr + 2) & WD_PCI_WRSP; in send_command()
184 if (got_response) { in send_command()
192 if (got_response) { in send_command()
207 return got_response; in send_command()
H A Dpcwd_usb.c210 int got_response, count; in usb_pcwd_send_command() local
245 got_response = 0; in usb_pcwd_send_command()
246 for (count = 0; (count < USB_COMMAND_TIMEOUT) && (!got_response); in usb_pcwd_send_command()
250 got_response = 1; in usb_pcwd_send_command()
253 if ((got_response) && (cmd == usb_pcwd->cmd_command)) { in usb_pcwd_send_command()
261 return got_response; in usb_pcwd_send_command()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/main/
H A Dhttp_request.cpp49 got_response = false; in _parse_url()
174 got_response = false; in cancel_request()
188 got_response = true; in _handle_response()
231 got_response = false; in _handle_response()
277 if (!got_response) { in _update_connection()
319 if (!got_response) { in _update_connection()
577 got_response = false; in HTTPRequest()
/dports/devel/godot/godot-3.2.3-stable/scene/main/
H A Dhttp_request.cpp49 got_response = false; in _parse_url()
174 got_response = false; in cancel_request()
188 got_response = true; in _handle_response()
231 got_response = false; in _handle_response()
277 if (!got_response) { in _update_connection()
319 if (!got_response) { in _update_connection()
577 got_response = false; in HTTPRequest()
/dports/dns/p5-POE-Component-Client-DNS/POE-Component-Client-DNS-1.054/t/
H A D05_api_4.t21 response => \&got_response,
72 sub got_response {
H A D03_api_3.t20 response => \&got_response,
73 sub got_response {

1234567