Home
last modified time | relevance | path

Searched refs:test_state (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dmain.c77 test->args->test_state = DIRCT_INC(test->args->test_state); in linear_read_write_test()
79 test->args->test_state = SET_OPER_W(test->args->test_state); in linear_read_write_test()
80 test->args->test_state = SET_wFST_TIME(test->args->test_state); in linear_read_write_test()
109 if (!(TST_STS(test->args->test_state))) { in linear_read_write_test()
116 test->args->test_state = DIRCT_INC(test->args->test_state); in linear_read_write_test()
118 test->args->test_state = SET_OPER_R(test->args->test_state); in linear_read_write_test()
119 test->args->test_state = SET_rFST_TIME(test->args->test_state); in linear_read_write_test()
231 test->args->test_state = SET_STS_PASS(test->args->test_state); in init_data()
232 test->args->test_state = SET_wFST_TIME(test->args->test_state); in init_data()
233 test->args->test_state = SET_rFST_TIME(test->args->test_state); in init_data()
[all …]
Dchildmain.c191 args->test_state = SET_STS_FAIL(args->test_state); in update_test_state()
200 args->test_state = SET_STS_FAIL(args->test_state); in update_test_state()
241 target.oper = TST_OPER(args->test_state); in get_next_action()
258 && !TST_wFST_TIME(args->test_state)) { in get_next_action()
295 direct = (TST_DIRCTN(args->test_state)) ? 1 : -1; in get_next_action()
296 if ((target.oper == WRITER) && TST_wFST_TIME(args->test_state)) { in get_next_action()
299 && TST_rFST_TIME(args->test_state)) { in get_next_action()
301 } else if ((TST_DIRCTN(args->test_state)) in get_next_action()
304 } else if (!(TST_DIRCTN(args->test_state)) in get_next_action()
314 args->test_state = DIRCT_CNG(args->test_state); in get_next_action()
[all …]
Dtimer.c104 if (TST_OPER(args->test_state) == WRITER) { in ChildTimer()
114 if (TST_OPER(args->test_state) == READER) { in ChildTimer()
152 args->test_state = in ChildTimer()
153 SET_STS_FAIL(args->test_state); in ChildTimer()
Dmain.h228 OFF_T test_state; /* current test state */ member
/external/libvncserver/webclients/novnc/include/
Dplayback.js11 var rfb, mode, test_state, frame_idx, frame_length, variable
25 test_state = 'running';
30 if (test_state !== 'running') { return; }
48 if (test_state !== 'running') { return; }
/external/boringssl/src/ssl/test/
Dbssl_shim.cc300 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign() local
301 if (!test_state->private_key_result.empty()) { in AsyncPrivateKeySign()
343 test_state->private_key.get())) { in AsyncPrivateKeySign()
364 test_state->private_key_result.resize(len); in AsyncPrivateKeySign()
365 if (!EVP_DigestSign(ctx.get(), test_state->private_key_result.data(), &len, in AsyncPrivateKeySign()
369 test_state->private_key_result.resize(len); in AsyncPrivateKeySign()
378 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt() local
379 if (!test_state->private_key_result.empty()) { in AsyncPrivateKeyDecrypt()
385 RSA *rsa = EVP_PKEY_get0_RSA(test_state->private_key.get()); in AsyncPrivateKeyDecrypt()
391 test_state->private_key_result.resize(RSA_size(rsa)); in AsyncPrivateKeyDecrypt()
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py361 def test_state(self): member in EntryTest
574 def test_state(self): member in TextTest
679 def test_state(self): member in CanvasTest
728 def test_state(self): member in ListboxTest
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py441 def test_state(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py180 def test_state(self): member in AbstractLabelTest
308 def test_state(self): member in EntryTest