Searched refs:TestState (Results 1 – 8 of 8) sorted by relevance
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 68 TestState state = new TestState(); in testEviction() 89 TestState state = new TestState(); in testEviction_nullSource() 110 TestState state1 = new TestState(); in testEviction_keyOverlap_2x() 111 TestState state2 = new TestState(); in testEviction_keyOverlap_2x() 158 TestState state1 = new TestState(); in testNoEviction_keyOverlap_2x() 159 TestState state2 = new TestState(); in testNoEviction_keyOverlap_2x() 186 TestState state1 = new TestState(); in testEviction_keyAndSourceOverlap_null() 187 TestState state2 = new TestState(); in testEviction_keyAndSourceOverlap_null() 229 TestState state1 = new TestState(); in testEviction_keyAndSourceOverlap_nonNull() 230 TestState state2 = new TestState(); in testEviction_keyAndSourceOverlap_nonNull() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
D | TestAppStateLifeCycle.java | 68 stateManager.attach(new TestState()); in simpleInitApp() 74 if(stateManager.getState(TestState.class) != null) { in simpleUpdate() 76 stateManager.detach(stateManager.getState(TestState.class)); in simpleUpdate() 81 public class TestState extends AbstractAppState { class in TestAppStateLifeCycle
|
/external/skia/tests/ |
D | PathOpsSkpClipTest.cpp | 243 struct TestState { struct 266 TestState fState; argument 267 void (*fTestFun)(TestState*); 273 TestRunnableDir(void (*testFun)(TestState*), int dirNo, TestRunner* runner) { in TestRunnableDir() argument 282 TestRunnableFile(void (*testFun)(TestState*), int dirNo, const char* name, TestRunner* runner) { in TestRunnableFile() argument 291 TestRunnableEncode(void (*testFun)(TestState*), int dirNo, const char* name, TestRunner* runner) in TestRunnableEncode() argument 360 static bool addError(TestState* data, const TestResult& testResult) { in addError() 668 static void testSkpClip(TestState* data) { in testSkpClip() 700 static bool doOneDir(TestState* state, bool threaded) { in doOneDir() 755 static void testSkpClipEncode(TestState* data) { in testSkpClipEncode() [all …]
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 83 struct TestState { struct 84 TestState() { in TestState() argument 114 delete ((TestState *)ptr); in TestStateExFree() argument 128 static bool SetTestState(SSL *ssl, std::unique_ptr<TestState> state) { in SetTestState() 137 static TestState *GetTestState(const SSL *ssl) { in GetTestState() 138 return (TestState *)SSL_get_ex_data(ssl, g_state_index); in GetTestState() 161 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySign() 194 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeySignComplete() 223 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecrypt() 251 TestState *test_state = GetTestState(ssl); in AsyncPrivateKeyDecryptComplete() [all …]
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 68 typedef struct TestState { struct 72 } TestState; argument 1576 TestState* test_states = malloc(number_of_tests * sizeof(*test_states)); in _run_tests() 1585 TestState *current_TestState; in _run_tests()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 859 enum TestState { in TEST_F() enum in webrtc::TEST_F::RembObserver 888 TestState test_state_ GUARDED_BY(crit_); in TEST_F()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1045 TestTypestateAttr::ConsumedState TestState; in handleTestTypestateAttr() local 1049 if (!TestTypestateAttr::ConvertStrToConsumedState(Param, TestState)) { in handleTestTypestateAttr() 1061 TestTypestateAttr(Attr.getRange(), S.Context, TestState, in handleTestTypestateAttr()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1905 let Args = [EnumArgument<"TestState", "ConsumedState",
|