Searched refs:TestConfig (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/ssl/test/
H A Dtest_config.cc30 T TestConfig::*member;
37 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) {
47 { "-server", &TestConfig::is_server },
48 { "-dtls", &TestConfig::is_dtls },
49 { "-resume", &TestConfig::resume },
50 { "-fallback-scsv", &TestConfig::fallback_scsv },
52 &TestConfig::require_any_client_certificate },
53 { "-false-start", &TestConfig::false_start },
54 { "-async", &TestConfig::async },
56 &TestConfig
[all...]
H A Dtest_config.h21 struct TestConfig { struct
84 bool ParseConfig(int argc, char **argv, TestConfig *out_config);
H A Dbssl_shim.cc103 static bool SetConfigPtr(SSL *ssl, const TestConfig *config) {
107 static const TestConfig *GetConfigPtr(const SSL *ssl) {
108 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index);
133 const TestConfig *config = GetConfigPtr(ssl);
148 const TestConfig *config = GetConfigPtr(ctx->ssl);
205 const TestConfig *config = GetConfigPtr(ssl);
217 const TestConfig *config = GetConfigPtr(ssl);
229 const TestConfig *config = GetConfigPtr(ssl);
251 const TestConfig *config = GetConfigPtr(ssl);
273 const TestConfig *confi
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp62 struct TestConfig struct in namespace:deqp::egl::__anon3117
104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
120 TestConfig m_config;
152 void createCoordData (vector<float>& data, const TestConfig& config)
202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config)
221 void createIndexData (vector<deUint16>& data, const TestConfig& config)
240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config)
259 void createTextureData (vector<deUint8>& data, const TestConfig& config)
273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
300 GLuint createProgram (const glw::Functions& gl, const TestConfig
[all...]
H A DteglGLES2SharingThreadedTests.cpp2060 struct TestConfig struct in class:deqp::egl::GLES2SharingRandomTest
2062 TestConfig (void);
2071 GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2081 TestConfig m_config;
2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) function in class:deqp::egl::GLES2SharingRandomTest::TestConfig
2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description)
2937 struct TestConfig struct in class:deqp::egl::GLES2ThreadedSharingTest
2957 GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2971 TestConfig m_confi
[all...]
/external/v8/test/cctest/
H A Dtest-regexp.cc532 class TestConfig { class
549 const int TestConfig::kNoKey = 0;
560 ZoneSplayTree<TestConfig> tree(&zone);
573 ZoneSplayTree<TestConfig>::Locator loc;
582 ZoneSplayTree<TestConfig>::Locator loc;
592 ZoneSplayTree<TestConfig>::Locator loc;
599 ZoneSplayTree<TestConfig>::Locator loc;
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
H A Dextras_config_test.py9 class TestConfig(test_base.BaseTestCase): class in inherits:test_base.BaseTestCase
/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp1794 static const struct TestConfig

Completed in 1164 milliseconds