/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/ |
D | main.c | 129 static const atss_t *next_test; variable 171 size_t budget = (next_test->send - m->sent); in myss_tx_post() 185 if (m->sent != next_test->send) in myss_tx_post() 208 if (next_test->send) in myss_state() 209 return lws_ss_request_tx_len(m->ss, (unsigned long)next_test->send); in myss_state() 216 if (next_test->expect_nack) in myss_state() 228 if (!m->seen_eom || m->payload < 200 + next_test->send) { in myss_state() 239 if (!(++next_test)->ssi) { in myss_state() 245 if (lws_ss_create(context, 0, next_test->ssi, in myss_state() 317 next_test = &test_list[0]; in app_system_state_nf() [all …]
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
D | base.py | 78 def next_test(self, test): member in TestProc 127 return self._next_proc.next_test(test) 141 def next_test(self, test): member in TestProcObserver 174 def next_test(self, test): member in TestProcProducer 205 def next_test(self, test): member in TestProcFilter
|
D | sequence.py | 31 def next_test(self, test): member in SequenceProc 54 next_test = self.buffer.popleft() 55 if self._send_test(next_test):
|
D | variant_test.py | 41 def next_test(self, test): member in FakeFilter 110 is_loaded = self.variant_proc.next_test(self.test)
|
D | loader.py | 33 def next_test(self, test): member in LoadProc
|
D | execution.py | 65 def next_test(self, test): member in ExecutionProc
|
D | combiner.py | 43 def next_test(self, test): member in CombinerProc
|
D | sequence_test.py | 33 def next_test(self, test): member in FakeExecutionProc
|
/third_party/python/Lib/idlelib/idle_test/ |
D | htest.py | 407 def next_test(): function 434 next_button = tk.Button(root, text="Next", command=next_test) 441 next_test()
|
/third_party/mbedtls/library/ |
D | cmac.c | 785 goto next_test; in cmac_test_subkeys() 817 next_test: in cmac_test_subkeys()
|
/third_party/python/Lib/test/libregrtest/ |
D | main.py | 210 next_test = fp.read().strip() 211 self.tests = [next_test]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 1746 int next_test; in emit_switch_statement() local 1750 label->label = next_test = new_label(); in emit_switch_statement() 1761 label->label = next_test; in emit_switch_statement() 1769 emit_label(next_test, NULL); in emit_switch_statement()
|
/third_party/libfuse/test/ |
D | test_syscalls.c | 93 #define next_test (&tests[testnum]) macro 577 fd = next_test->fd; in check_unlinked_testfiles()
|