Home
last modified time | relevance | path

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

/third_party/boost/libs/contract/example/mitchell02/
Dobserver_main.cpp13 int test_state; // For testing only. variable
43 assert(state_ == test_state); in set_state()
99 assert(observed_state_ == test_state); in update()
112 subj.set_state(test_state = 123); in main()
113 subj.set_state(test_state = 456); in main()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc678 TestState *test_state = GetTestState(ssl); in RetryAsync() local
681 if (test_state->packeted_bio != nullptr && in RetryAsync()
682 PacketedBioAdvanceClock(test_state->packeted_bio)) { in RetryAsync()
685 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
687 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
700 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync()
703 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync()
706 test_state->cert_ready = true; in RetryAsync()
717 TestState *test_state = GetTestState(ssl); in DoRead() local
724 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
[all …]
/third_party/grpc/test/core/end2end/
Dinvalid_call_argument_test.cc36 struct test_state { struct
54 static struct test_state g_state; argument
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js76 test_state: [add_test_state_callback, remove_test_state_callback, property
2007 RemoteContext.prototype.test_state = function(data) { method in RemoteContext
2054 test_state: RemoteContext.prototype.test_state,
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto133 // and all test_state's will have phase = TEST.
136 repeated NetState test_state = 27; field