Home
last modified time | relevance | path

Searched refs:ConfigOptions (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.h107 struct NET_EXPORT_PRIVATE ConfigOptions { struct
108 ConfigOptions();
147 const ConfigOptions& options); argument
163 const ConfigOptions& options);
Dquic_crypto_server_config_test.cc225 QuicCryptoServerConfig::ConfigOptions())); in TEST()
237 QuicCryptoServerConfig::ConfigOptions options; in TEST()
259 QuicCryptoServerConfig::ConfigOptions())); in TEST()
262 QuicCryptoServerConfig::ConfigOptions options; in TEST()
420 QuicCryptoServerConfig::ConfigOptions options; in SetConfigs()
Dcrypto_server_test.cc300 QuicCryptoServerConfig::ConfigOptions config_options_;
575 const QuicCryptoServerConfig::ConfigOptions options; in TEST()
593 const QuicCryptoServerConfig::ConfigOptions options; in TEST()
614 const QuicCryptoServerConfig::ConfigOptions options; in TEST()
Dquic_crypto_server_config.cc190 QuicCryptoServerConfig::ConfigOptions::ConfigOptions() in ConfigOptions() function in net::QuicCryptoServerConfig::ConfigOptions
231 const ConfigOptions& options) { in GenerateConfig()
370 const ConfigOptions& options) { in AddDefaultConfig()
/external/clang/tools/scan-build/
Dccc-analyzer457 my $ConfigOptions = $ENV{'CCC_ANALYZER_CONFIG'};
698 if (defined $ConfigOptions) {
699 push @AnalyzeArgs, split '\s+', $ConfigOptions;
Dscan-build1376 my @ConfigOptions;
1527 push @ConfigOptions, "-analyzer-config", shift @ARGV;
1683 my $CCC_ANALYZER_CONFIG = join ' ',@ConfigOptions;
/external/chromium_org/net/tools/quic/
Dquic_server.cc77 QuicCryptoServerConfig::ConfigOptions())); in Initialize()
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils.cc214 QuicCryptoServerConfig::ConfigOptions options; in SetupCryptoServerConfigForTest()