Home
last modified time | relevance | path

Searched refs:SetOption (Results 1 – 25 of 2363) sorted by relevance

12345678910>>...95

/dports/www/cpr/cpr-1.7.0/include/cpr/
H A Dsession.h85 void SetOption(const Url& url);
88 void SetOption(const Header& header);
95 void SetOption(const Bearer& auth);
97 void SetOption(const Digest& auth);
98 void SetOption(const UserAgent& ua);
99 void SetOption(Payload&& payload);
102 void SetOption(Proxies&& proxies);
106 void SetOption(Multipart&& multipart);
108 void SetOption(const NTLM& auth);
111 void SetOption(Body&& body);
[all …]
H A Dssl_options.h411 void SetOption(const ssl::CertFile& opt) { in SetOption() function
415 void SetOption(const ssl::KeyFile& opt) { in SetOption() function
425 void SetOption(const ssl::ALPN& opt) { in SetOption() function
430 void SetOption(const ssl::NPN& opt) { in SetOption() function
443 void SetOption(const ssl::TLSv1& /*opt*/) { in SetOption() function
447 void SetOption(const ssl::NoRevoke& opt) { in SetOption() function
506 void SetOption(const ssl::CaInfo& opt) { in SetOption() function
509 void SetOption(const ssl::CaPath& opt) { in SetOption() function
512 void SetOption(const ssl::Crl& opt) { in SetOption() function
515 void SetOption(const ssl::Ciphers& opt) { in SetOption() function
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/lib/curl/
H A DEasy.hxx99 SetOption(CURLOPT_PRIVATE, pointer); in SetPrivate()
103 SetOption(CURLOPT_ERRORBUFFER, buf); in SetErrorBuffer()
107 SetOption(CURLOPT_URL, value); in SetURL()
111 SetOption(CURLOPT_USERAGENT, value); in SetUserAgent()
115 SetOption(CURLOPT_HTTPHEADER, headers); in SetRequestHeaders()
119 SetOption(CURLOPT_USERPWD, userpwd); in SetBasicAuth()
151 SetOption(CURLOPT_TIMEOUT, timeout); in SetTimeout()
173 SetOption(CURLOPT_READDATA, userdata); in SetReadFunction()
181 SetOption(CURLOPT_POST, (long)value); in SetPost()
185 SetOption(CURLOPT_POSTFIELDS, data); in SetRequestBody()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dsigned_url_requests.h141 SetOption(std::forward<H>(h)); in set_multiple_options()
171 void SetOption(SubResourceOption const& o) { common_request_.SetOption(o); } in SetOption() function
174 common_request_.SetOption(o); in SetOption()
178 common_request_.SetOption(o); in SetOption()
181 void SetOption(SigningAccount const& o) { common_request_.SetOption(o); } in SetOption() function
184 common_request_.SetOption(o); in SetOption()
283 void SetOption(SubResourceOption const& o) { common_request_.SetOption(o); } in SetOption() function
286 common_request_.SetOption(o); in SetOption()
290 common_request_.SetOption(o); in SetOption()
293 void SetOption(SigningAccount const& o) { common_request_.SetOption(o); } in SetOption() function
[all …]
H A Dcurl_request.cc68 handle_.SetOption(CURLOPT_UPLOAD, 0L); in MakeRequest()
71 handle_.SetOption(CURLOPT_POSTFIELDS, payload.c_str()); in MakeRequest()
78 handle_.SetOption(CURLOPT_UPLOAD, 0L); in MakeUploadRequest()
88 handle_.SetOption(CURLOPT_READDATA, &writev); in MakeUploadRequest()
89 handle_.SetOption(CURLOPT_UPLOAD, 1L); in MakeUploadRequest()
100 handle_.SetOption(CURLOPT_URL, url_.c_str()); in MakeRequestImpl()
101 handle_.SetOption(CURLOPT_HTTPHEADER, headers_.get()); in MakeRequestImpl()
103 handle_.SetOption(CURLOPT_NOSIGNAL, 1); in MakeRequestImpl()
104 handle_.SetOption(CURLOPT_TCP_KEEPALIVE, 1L); in MakeRequestImpl()
108 handle_.SetOption(CURLOPT_WRITEDATA, this); in MakeRequestImpl()
[all …]
H A Dpolicy_document_request.h57 void SetOption(SigningAccount const& o) { signing_account_ = o; } in SetOption() function
59 void SetOption(SigningAccountDelegates const& o) { in SetOption() function
65 SetOption(std::forward<H>(h)); in set_multiple_options()
102 void SetOption(SigningAccount const& o) { signing_account_ = o; } in SetOption() function
104 void SetOption(SigningAccountDelegates const& o) { in SetOption() function
108 void SetOption(AddExtensionFieldOption const& o);
110 void SetOption(PredefinedAcl const& o);
112 void SetOption(BucketBoundHostname const& o);
114 void SetOption(Scheme const& o);
116 void SetOption(VirtualHostname const& o);
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dsigned_url_requests.h141 SetOption(std::forward<H>(h)); in set_multiple_options()
171 void SetOption(SubResourceOption const& o) { common_request_.SetOption(o); } in SetOption() function
174 common_request_.SetOption(o); in SetOption()
178 common_request_.SetOption(o); in SetOption()
181 void SetOption(SigningAccount const& o) { common_request_.SetOption(o); } in SetOption() function
184 common_request_.SetOption(o); in SetOption()
283 void SetOption(SubResourceOption const& o) { common_request_.SetOption(o); } in SetOption() function
286 common_request_.SetOption(o); in SetOption()
290 common_request_.SetOption(o); in SetOption()
293 void SetOption(SigningAccount const& o) { common_request_.SetOption(o); } in SetOption() function
[all …]
H A Dcurl_request.cc68 handle_.SetOption(CURLOPT_UPLOAD, 0L); in MakeRequest()
71 handle_.SetOption(CURLOPT_POSTFIELDS, payload.c_str()); in MakeRequest()
78 handle_.SetOption(CURLOPT_UPLOAD, 0L); in MakeUploadRequest()
88 handle_.SetOption(CURLOPT_READDATA, &writev); in MakeUploadRequest()
89 handle_.SetOption(CURLOPT_UPLOAD, 1L); in MakeUploadRequest()
100 handle_.SetOption(CURLOPT_URL, url_.c_str()); in MakeRequestImpl()
101 handle_.SetOption(CURLOPT_HTTPHEADER, headers_.get()); in MakeRequestImpl()
103 handle_.SetOption(CURLOPT_NOSIGNAL, 1); in MakeRequestImpl()
104 handle_.SetOption(CURLOPT_TCP_KEEPALIVE, 1L); in MakeRequestImpl()
108 handle_.SetOption(CURLOPT_WRITEDATA, this); in MakeRequestImpl()
[all …]
H A Dpolicy_document_request.h57 void SetOption(SigningAccount const& o) { signing_account_ = o; } in SetOption() function
59 void SetOption(SigningAccountDelegates const& o) { in SetOption() function
65 SetOption(std::forward<H>(h)); in set_multiple_options()
102 void SetOption(SigningAccount const& o) { signing_account_ = o; } in SetOption() function
104 void SetOption(SigningAccountDelegates const& o) { in SetOption() function
108 void SetOption(AddExtensionFieldOption const& o);
110 void SetOption(PredefinedAcl const& o);
112 void SetOption(BucketBoundHostname const& o);
114 void SetOption(Scheme const& o);
116 void SetOption(VirtualHostname const& o);
[all …]
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.cpp299 SetOption(OPTION_CONFIGFILE, ""); in Init()
415 SetOption(OPTION_WEBDIR, ""); in InitDefaults()
420 SetOption(OPTION_INTERDIR, ""); in InitDefaults()
428 SetOption(OPTION_ROTATELOG, "3"); in InitDefaults()
445 SetOption(OPTION_SECUREKEY, ""); in InitDefaults()
446 SetOption(OPTION_CERTSTORE, ""); in InitDefaults()
453 SetOption(OPTION_NZBLOG, "yes"); in InitDefaults()
483 SetOption(OPTION_UMASK, "1000"); in InitDefaults()
501 SetOption(OPTION_UNPACK, "no"); in InitDefaults()
645 SetOption(optionName, usedir2); in CheckDir()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/wxthings/
H A Doptvalue.h88 void SetOption(const wxString& name, const wxString& value, bool force=true );
89 …void SetOption(const wxString& name, int value, bool force=true ) { SetOption(name, wx…
90 …void SetOption(const wxString& name, double value, bool force=true ) { SetOption(name, wx…
93 void SetOption(const wxString& name, bool update, const wxChar* format, ...);
95 …void SetOption(const wxString& name, int v1, int v2, int v3, bool force=true ) { SetOptio…
96 …void SetOption(const wxString& name, double v1, double v2, double v3, bool force=true ) { SetOptio…
97SetOption(const wxString& name, int *v, int count, bool force=true ) { if(v) { wxStr…
98SetOption(const wxString& name, float *v, int count, bool force=true ) { if(v) { wxStr…
99 …void SetOption(const wxString& name, const wxPoint &value, bool force=true ) { SetOptio…
100 …void SetOption(const wxString& name, const wxSize &value, bool force=true ) { SetOptio…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dvisual_studio_utils.cc28 #define SetOption(condition, member, value) \ macro
49 SetOption(cflag.size() == 3, buffer_security_check, "true") in ParseCompilerOption()
50 SetOption(cflag.size() == 4 && cflag[3] == '-', in ParseCompilerOption()
58 SetOption(cflag.size() == 3, runtime_library, "MultiThreadedDLL") in ParseCompilerOption()
59 SetOption(cflag.size() == 4 && cflag[3] == 'd', runtime_library, in ParseCompilerOption()
63 SetOption(cflag.size() == 3, runtime_library, "MultiThreaded") in ParseCompilerOption()
72 SetOption(cflag.size() == 3, optimization, "MinSpace") break; in ParseCompilerOption()
75 SetOption(cflag.size() == 3, optimization, "MaxSpeed") break; in ParseCompilerOption()
78 SetOption(cflag.size() == 3, optimization, "Disabled") break; in ParseCompilerOption()
81 SetOption(cflag.size() == 3, optimization, "Full") break; in ParseCompilerOption()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dvisual_studio_utils.cc28 #define SetOption(condition, member, value) \ macro
49 SetOption(cflag.size() == 3, buffer_security_check, "true") in ParseCompilerOption()
50 SetOption(cflag.size() == 4 && cflag[3] == '-', in ParseCompilerOption()
58 SetOption(cflag.size() == 3, runtime_library, "MultiThreadedDLL") in ParseCompilerOption()
59 SetOption(cflag.size() == 4 && cflag[3] == 'd', runtime_library, in ParseCompilerOption()
63 SetOption(cflag.size() == 3, runtime_library, "MultiThreaded") in ParseCompilerOption()
72 SetOption(cflag.size() == 3, optimization, "MinSpace") break; in ParseCompilerOption()
75 SetOption(cflag.size() == 3, optimization, "MaxSpeed") break; in ParseCompilerOption()
78 SetOption(cflag.size() == 3, optimization, "Disabled") break; in ParseCompilerOption()
81 SetOption(cflag.size() == 3, optimization, "Full") break; in ParseCompilerOption()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dvisual_studio_utils.cc28 #define SetOption(condition, member, value) \ macro
49 SetOption(cflag.size() == 3, buffer_security_check, "true") in ParseCompilerOption()
50 SetOption(cflag.size() == 4 && cflag[3] == '-', in ParseCompilerOption()
58 SetOption(cflag.size() == 3, runtime_library, "MultiThreadedDLL") in ParseCompilerOption()
59 SetOption(cflag.size() == 4 && cflag[3] == 'd', runtime_library, in ParseCompilerOption()
63 SetOption(cflag.size() == 3, runtime_library, "MultiThreaded") in ParseCompilerOption()
72 SetOption(cflag.size() == 3, optimization, "MinSpace") break; in ParseCompilerOption()
75 SetOption(cflag.size() == 3, optimization, "MaxSpeed") break; in ParseCompilerOption()
78 SetOption(cflag.size() == 3, optimization, "Disabled") break; in ParseCompilerOption()
81 SetOption(cflag.size() == 3, optimization, "Full") break; in ParseCompilerOption()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/api/
H A Dltr_test.cpp24 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
25 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
29 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
33 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
35 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
73 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
74 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
78 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
82 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
84 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
[all …]
H A Ddecoder_ec_test.cpp40 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
41 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
45 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
49 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
51 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
96 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
105 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
107 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
159 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P()
691 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/api/
H A Dltr_test.cpp24 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
25 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
29 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
33 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
35 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
73 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
74 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
78 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
82 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
84 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
[all …]
H A Ddecoder_ec_test.cpp40 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
41 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
45 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
49 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
51 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
96 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
105 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
107 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
159 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P()
691 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_F()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/test/api/
H A Dltr_test.cpp24 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
25 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
29 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
33 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
35 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
73 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
74 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
78 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
82 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
84 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
[all …]
H A Ddecoder_ec_test.cpp40 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
41 decoder_->SetOption (DECODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
45 encoder_->SetOption (ENCODER_OPTION_IDR_INTERVAL, &iIDRPeriod); in TEST_P()
49 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
51 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
96 encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &iTraceLevel); in TEST_P()
105 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_P()
107 encoder_->SetOption (ENCODER_LTR_MARKING_PERIOD, &iLtrPeriod); in TEST_P()
159 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P()
691 encoder_->SetOption (ENCODER_OPTION_LTR, &sLtrConfigVal); in TEST_F()
[all …]
/dports/math/timbl/timbl-6.6/src/
H A DGetOptClass.cxx253 Exp->SetOption( optline ); in definitive_options()
257 Exp->SetOption( optline ); in definitive_options()
260 Exp->SetOption( optline ); in definitive_options()
263 Exp->SetOption( optline ); in definitive_options()
267 Exp->SetOption( optline ); in definitive_options()
283 Exp->SetOption( optline ); in definitive_options()
287 Exp->SetOption( optline ); in definitive_options()
291 Exp->SetOption( optline ); in definitive_options()
385 Exp->SetOption( optline ); in definitive_options()
389 Exp->SetOption( optline ); in definitive_options()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/Meta/test/
H A DtestMetaCommand.cxx27 …command.SetOption("ExpectedFailStatus","ExpectedFailStatus",true,"Use to check that proper failure… in testMetaCommand()
30 …command.SetOption("SumOfValues","sum",true,"Sum of values passed into command line, Default values… in testMetaCommand()
33 command.SetOption("Required1Complete_rs","r1c_rs",true, "RequiredOption1"); in testMetaCommand()
37 command.SetOption("Required2_ri","r2_ri",true,"Required2"); in testMetaCommand()
40 command.SetOption("OptionalField1_ri","o1_ri",false, "Optional Field 1"); in testMetaCommand()
43 command.SetOption("OptionalField2_ri","o2_ri",false, "Optional Field 1"); in testMetaCommand()
46 command.SetOption("OptionalField1_oi","o1_oi",false, "Optional Field 2"); in testMetaCommand()
49 command.SetOption("OptionalField2_oi","o2_oi",false, "Optional Field 2"); in testMetaCommand()
52 …command.SetOption("OptionalField3_ri_oi","o3_ri_oi",false, "Optional Field 3, one required, one op… in testMetaCommand()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestTestCommand.cxx65 handler->SetOption( in InitializeHandler()
70 handler->SetOption("ExcludeRegularExpression", this->Exclude); in InitializeHandler()
73 handler->SetOption("IncludeRegularExpression", this->Include); in InitializeHandler()
83 handler->SetOption("ExcludeFixtureRegularExpression", in InitializeHandler()
87 handler->SetOption("ExcludeFixtureSetupRegularExpression", in InitializeHandler()
91 handler->SetOption("ExcludeFixtureCleanupRegularExpression", in InitializeHandler()
95 handler->SetOption("StopOnFailure", "ON"); in InitializeHandler()
98 handler->SetOption("ParallelLevel", this->ParallelLevel); in InitializeHandler()
101 handler->SetOption("Repeat", this->Repeat); in InitializeHandler()
104 handler->SetOption("ScheduleRandom", this->ScheduleRandom); in InitializeHandler()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestTestCommand.cxx65 handler->SetOption( in InitializeHandler()
70 handler->SetOption("ExcludeRegularExpression", this->Exclude); in InitializeHandler()
73 handler->SetOption("IncludeRegularExpression", this->Include); in InitializeHandler()
83 handler->SetOption("ExcludeFixtureRegularExpression", in InitializeHandler()
87 handler->SetOption("ExcludeFixtureSetupRegularExpression", in InitializeHandler()
91 handler->SetOption("ExcludeFixtureCleanupRegularExpression", in InitializeHandler()
95 handler->SetOption("StopOnFailure", "ON"); in InitializeHandler()
98 handler->SetOption("ParallelLevel", this->ParallelLevel); in InitializeHandler()
101 handler->SetOption("Repeat", this->Repeat); in InitializeHandler()
104 handler->SetOption("ScheduleRandom", this->ScheduleRandom); in InitializeHandler()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestTestCommand.cxx65 handler->SetOption( in InitializeHandler()
70 handler->SetOption("ExcludeRegularExpression", this->Exclude); in InitializeHandler()
73 handler->SetOption("IncludeRegularExpression", this->Include); in InitializeHandler()
83 handler->SetOption("ExcludeFixtureRegularExpression", in InitializeHandler()
87 handler->SetOption("ExcludeFixtureSetupRegularExpression", in InitializeHandler()
91 handler->SetOption("ExcludeFixtureCleanupRegularExpression", in InitializeHandler()
95 handler->SetOption("StopOnFailure", "ON"); in InitializeHandler()
98 handler->SetOption("ParallelLevel", this->ParallelLevel); in InitializeHandler()
101 handler->SetOption("Repeat", this->Repeat); in InitializeHandler()
104 handler->SetOption("ScheduleRandom", this->ScheduleRandom); in InitializeHandler()
[all …]

12345678910>>...95