Searched refs:TestState (Results 1 - 5 of 5) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
H A DWeakKeySetTest.java68 TestState state = new TestState();
89 TestState state = new TestState();
110 TestState state1 = new TestState();
111 TestState state2 = new TestState();
158 TestState state1 = new TestState();
433 private static class TestState implements State { class in class:WeakKeySetTest
[all...]
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc93 struct TestState { struct
126 delete ((TestState *)ptr);
140 static bool SetTestState(SSL *ssl, std::unique_ptr<TestState> state) {
149 static TestState *GetTestState(const SSL *ssl) {
150 return (TestState *)SSL_get_ex_data(ssl, g_state_index);
154 TestState *state = GetTestState(src);
330 TestState *test_state = GetTestState(ssl);
408 TestState *test_state = GetTestState(ssl);
435 TestState *test_state = GetTestState(ssl);
514 TestState *test_stat
[all...]
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c68 typedef struct TestState { struct
72 } TestState; typedef in typeref:struct:TestState
1576 TestState* test_states = malloc(number_of_tests * sizeof(*test_states));
1585 TestState *current_TestState;
/external/webrtc/webrtc/video/
H A Dvideo_send_stream_tests.cc859 enum TestState { enum in class:webrtc::RembObserver
888 TestState test_state_ GUARDED_BY(crit_);
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1065 TestTypestateAttr::ConsumedState TestState;
1069 if (!TestTypestateAttr::ConvertStrToConsumedState(Param, TestState)) {
1081 TestTypestateAttr(Attr.getRange(), S.Context, TestState,

Completed in 404 milliseconds