HomeSort by relevance Sort by last modified time
    Searched refs:TestConfig (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/test/
test_config.cc 25 typedef bool TestConfig::*BoolMember;
26 typedef std::string TestConfig::*StringMember;
39 { "-server", &TestConfig::is_server },
40 { "-dtls", &TestConfig::is_dtls },
41 { "-resume", &TestConfig::resume },
42 { "-fallback-scsv", &TestConfig::fallback_scsv },
44 &TestConfig::require_any_client_certificate },
45 { "-false-start", &TestConfig::false_start },
46 { "-async", &TestConfig::async },
48 &TestConfig::write_different_record_sizes }
    [all...]
test_config.h 21 struct TestConfig {
22 TestConfig();
58 bool ParseConfig(int argc, char **argv, TestConfig *out_config);
bssl_shim.cc 43 static void SetConfigPtr(SSL *ssl, const TestConfig *config) {
47 static const TestConfig *GetConfigPtr(SSL *ssl) {
48 return (const TestConfig *)SSL_get_ex_data(ssl, g_ex_data_index);
70 const TestConfig *config = GetConfigPtr(ctx->ssl);
116 const TestConfig *config = GetConfigPtr(ssl);
133 const TestConfig *config = GetConfigPtr(ssl);
148 const TestConfig *config = GetConfigPtr(ssl);
185 static SSL_CTX *setup_ctx(const TestConfig *config) {
285 const TestConfig *config,
578 TestConfig config
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 42 struct TestConfig {
43 TestConfig();
44 ~TestConfig();
163 const TestConfig& config,
192 const TestConfig& config_;
videoprocessor.cc 24 TestConfig::TestConfig()
39 TestConfig::~TestConfig() {}
46 const TestConfig& config,
videoprocessor_unittest.cc 40 TestConfig config_;
videoprocessor_integrationtest.cc 110 webrtc::test::TestConfig config_;
156 // Setup the TestConfig struct for processing of a clip in CIF resolution.
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 229 checkValue(res, bagRes, R.styleable.TestConfig,
243 R.styleable.TestConfig, new String[]{"bag default"});
250 R.styleable.TestConfig, new String[]{"bag xx"});
258 R.styleable.TestConfig, new String[]{"bag xx-rYY"});
265 R.styleable.TestConfig, new String[]{"bag mcc111"});
272 R.styleable.TestConfig, new String[]{"bag mnc222"});
279 R.styleable.TestConfig, new String[]{"bag notouch"});
286 R.styleable.TestConfig, new String[]{"bag stylus"});
293 R.styleable.TestConfig, new String[]{"bag nokeys"});
300 R.styleable.TestConfig, new String[]{"bag 12key"})
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 60 struct TestConfig
102 TestContext (EglTestContext& eglTestCtx, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
118 TestConfig m_config;
169 void createCoordData (vector<float>& data, const TestConfig& config)
219 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config)
238 void createIndexData (vector<deUint16>& data, const TestConfig& config)
257 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config)
276 void createTextureData (vector<deUint8>& data, const TestConfig& config)
290 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
317 GLuint createProgram (const glw::Functions& gl, const TestConfig& config
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/chromium_org/media/test/data/eme_player_js/
test_config.js 7 function TestConfig() {
17 TestConfig.prototype.loadQueryParams = function() {
33 TestConfig.updateDocument = function() {
55 TestConfig.init = function() {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 41 class TestConfig(object):
89 self._test_config = TestConfig(port, layout_tests_directory, results_directory, platforms, host)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 109 // TestConfig struct with all configurations needed for video processing.
111 int HandleCommandLineFlags(webrtc::test::TestConfig* config) {
262 void CalculateSsimVideoMetrics(webrtc::test::TestConfig* config,
274 void CalculatePsnrVideoMetrics(webrtc::test::TestConfig* config,
286 void PrintConfigurationSummary(const webrtc::test::TestConfig& config) {
342 void PrintPythonOutput(const webrtc::test::TestConfig& config,
447 // Create TestConfig and codec settings struct.
448 webrtc::test::TestConfig config;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 36 from webkitpy.tool.commands.rebaselineserver import TestConfig, RebaselineServer
307 return TestConfig(
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args'])
136 TestConfig('build/android/buildbot/bb_device_steps.py', tests,
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 532 class TestConfig {
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;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp     [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 707 milliseconds