Home
last modified time | relevance | path

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

12

/third_party/gn/src/gn/
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()
64 SetOption(cflag.size() == 4 && cflag[3] == 'd', runtime_library, 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()
[all …]
/third_party/mingw-w64/mingw-w64-headers/include/
Doptary.h63 virtual HRESULT STDMETHODCALLTYPE SetOption(
95 HRESULT (STDMETHODCALLTYPE *SetOption)(
116 #define IOptionArray_SetOption(This,dwOption,pBuffer,cbBuf) (This)->lpVtbl->SetOption(This,dwOption…
133 return This->lpVtbl->SetOption(This,dwOption,pBuffer,cbBuf);
187 HRESULT (STDMETHODCALLTYPE *SetOption)(
208 #define IHtmlLoadOptions_SetOption(This,dwOption,pBuffer,cbBuf) (This)->lpVtbl->SetOption(This,dwOp…
225 return This->lpVtbl->SetOption(This,dwOption,pBuffer,cbBuf);
Doptary.idl40 HRESULT SetOption(
Dcor.h679 STDMETHOD (SetOption) (THIS_ REFGUID optionid, const VARIANT *value) PURE; in DECLARE_INTERFACE_() local
Ddbdaoint.h305 STDMETHOD(SetOption) (THIS_ LONG Option,VARIANT Value) PURE; in DECLARE_INTERFACE_() local
Dstrmif.idl4126 cpp_quote(" virtual HRESULT WINAPI SetOption(DVD_OPTION_FLAG flag,WINBOOL fState) = 0;")
4173 cpp_quote(" HRESULT (WINAPI *SetOption)(IDvdControl2 *This,DVD_OPTION_FLAG flag,WINBOOL fState…
4222 cpp_quote("#define IDvdControl2_SetOption(This,flag,fState) (This)->lpVtbl->SetOption(This,flag,fSt…
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py107 self.assertTrue(parser.SetOption('Foo', 'bar', 'true'))
109 self.assertFalse(parser.SetOption('Foo', 'bar', 'true'))
111 self.assertTrue(parser.SetOption('Foo', 'bar', 'false'))
115 self.assertTrue(parser.SetOption('Bar', 'bar', 'true'))
122 parser.SetOption('Foo', 'bar', 'true')
144 parser.SetOption('Idle', 'name', 'val')
157 parser.SetOption('Foo', 'bar', 'false')
167 parser.SetOption('Foo', 'bar', 'true')
337 conf.SetOption('main', 'Foo', 'bar', 'newbar')
369 conf.SetOption('highlight', 'Foobar', 'normal-foreground', '#747474')
[all …]
Dtest_configdialog.py337 idleConf.SetOption('highlight', 'test1', 'option', 'value')
338 idleConf.SetOption('highlight', 'test2', 'option2', 'value2')
348 idleConf.SetOption('main', 'Theme', 'default', '0')
387 idleConf.SetOption('main', 'Theme', 'name', 'spam')
396 idleConf.SetOption('main', 'Theme', 'name', 'IDLE New')
657 idleConf.SetOption('highlight', first_new, 'hit-background', 'yellow')
744 idleConf.userCfg['highlight'].SetOption(theme_name, 'name', 'value')
748 idleConf.userCfg['highlight'].SetOption(theme_name2, 'name', 'value')
842 idleConf.SetOption('keys', 'test1', 'option', 'value')
843 idleConf.SetOption('keys', 'test2', 'option2', 'value2')
[all …]
Dtest_zzdummy.py92 testcfg['extensions'].SetOption('ZzDummy', 'z-text', 'spam')
Dtest_squeezer.py113 idleConf.SetOption(configType, section, option, value)
114 self.addCleanup(idleConf.SetOption,
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c69 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_LEVEL, &log_level); in svc_decode_init()
70 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_CALLBACK, (void *)&callback_function); in svc_decode_init()
71 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_TRACE_CALLBACK_CONTEXT, (void *)&avctx); in svc_decode_init()
105 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_END_OF_STREAM, &end_of_stream); in svc_decode_frame()
Dlibopenh264enc.c148 (*s->encoder)->SetOption(s->encoder, ENCODER_OPTION_TRACE_LEVEL, &log_level); in svc_encode_init()
152 (*s->encoder)->SetOption(s->encoder, ENCODER_OPTION_TRACE_CALLBACK, &callback_function); in svc_encode_init()
155 (*s->encoder)->SetOption(s->encoder, ENCODER_OPTION_TRACE_CALLBACK_CONTEXT, &avctx); in svc_encode_init()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp169 openh264dec->decoder->SetOption (DECODER_OPTION_TRACE_LEVEL, &log_level); in gst_openh264dec_start()
170 openh264dec->decoder->SetOption (DECODER_OPTION_TRACE_CALLBACK, in gst_openh264dec_start()
172 openh264dec->decoder->SetOption (DECODER_OPTION_TRACE_CALLBACK_CONTEXT, in gst_openh264dec_start()
263 openh264dec->decoder->SetOption (DECODER_OPTION_END_OF_STREAM, in gst_openh264dec_handle_frame()
Dgstopenh264enc.cpp716 openh264enc->encoder->SetOption (ENCODER_OPTION_TRACE_LEVEL, &uiTraceLevel); in gst_openh264enc_set_format()
798 openh264enc->encoder->SetOption (ENCODER_OPTION_DATAFORMAT, &video_format); in gst_openh264enc_set_format()
851 if (openh264enc->encoder->SetOption (ENCODER_OPTION_SVC_ENCODE_PARAM_EXT, in gst_openh264enc_handle_frame()
891 openh264enc->encoder->SetOption (ENCODER_OPTION_FRAME_RATE, &fps); in gst_openh264enc_handle_frame()
/third_party/grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc150 builder_->SetOption(std::unique_ptr<ServerBuilderOption>( in InsertPlugin()
166 builder_->SetOption(std::move(option)); in InsertPluginWithTestService()
Dserver_load_reporting_end2end_test.cc78 .SetOption(std::unique_ptr<::grpc::ServerBuilderOption>( in SetUp()
Dhealth_service_end2end_test.cc97 builder.SetOption(std::move(option)); in SetUpServer()
Dasync_end2end_test.cc292 builder.SetOption(move(sync_plugin_disabler)); in BuildAndStartServer()
/third_party/grpc/include/grpcpp/
Dserver_builder_impl.h233 ServerBuilder& SetOption(std::unique_ptr<grpc::ServerBuilderOption> option);
250 return SetOption(grpc::MakeChannelArgumentOption(arg, value)); in AddChannelArgument()
Dserver_builder.h229 ServerBuilder& SetOption(std::unique_ptr<grpc::ServerBuilderOption> option);
246 return SetOption(grpc::MakeChannelArgumentOption(arg, value)); in AddChannelArgument()
/third_party/python/Lib/idlelib/
Dconfig.py84 def SetOption(self, section, option, value): member in IdleUserConfParser
254 def SetOption(self, configType, section, option, value): member in IdleConf
256 self.userCfg[configType].SetOption(section, option, value)
824 return idleConf.userCfg[config_type].SetOption(section, item, value)
Dconfigdialog.py411 return self.ext_userCfg.SetOption(section, name, value)
1293 idleConf.userCfg['highlight'].SetOption(theme_name, element, value)
1738 idleConf.userCfg['keys'].SetOption(keyset_name, event, value)
/third_party/grpc/test/cpp/server/
Dserver_builder_with_socket_mutator_test.cc107 builder.SetOption(std::move(mock_socket_mutator_builder_option)); in TEST_F()
/third_party/grpc/src/cpp/server/
Dserver_builder.cc152 ServerBuilder& ServerBuilder::SetOption( in SetOption() function in grpc::ServerBuilder
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc355 builder.SetOption(std::move((*server_options)[i])); in RunServer()

12