Home
last modified time | relevance | path

Searched refs:SetOptions (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/test/core/security/
Dtls_security_connector_test.cc102 void SetOptions(CredReloadResult type) { in SetOptions() function in grpc::testing::TlsSecurityConnectorTest
151 SetOptions(SUCCESS); in TEST_F()
161 SetOptions(FAIL); in TEST_F()
172 SetOptions(ASYNC); in TEST_F()
183 SetOptions(UNCHANGED); in TEST_F()
203 SetOptions(SUCCESS); in TEST_F()
214 SetOptions(FAIL); in TEST_F()
226 SetOptions(ASYNC); in TEST_F()
238 SetOptions(UNCHANGED); in TEST_F()
248 SetOptions(SUCCESS); in TEST_F()
[all …]
/third_party/boost/libs/interprocess/test/
Dtree_test.cpp184 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
185 if(!boost::interprocess::test::test_emplace<set<test::EmplaceInt>, SetOptions>()) in main()
187 if(!boost::interprocess::test::test_emplace<multiset<test::EmplaceInt>, SetOptions>()) in main()
Dflat_tree_test.cpp185 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
192 if(!boost::interprocess::test::test_emplace<flat_set<test::EmplaceInt>, SetOptions>()) in main()
194 if(!boost::interprocess::test::test_emplace<flat_multiset<test::EmplaceInt>, SetOptions>()) in main()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc604 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
672 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
953 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
990 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
1117 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1150 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
1248 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1265 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
1405 static int SetOptions(PyFileDescriptor *self, PyObject *value, in SetOptions() function
1439 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
[all …]
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_multi_graph_session.h37 void SetOptions(const std::shared_ptr<AclModelOptions> &options) { options_ = options; } in SetOptions() function
Dacl_vm.cc43 session->SetOptions(options); in AclBackend()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c125 SDL_DFB_CHECK(windata->dfbwin->SetOptions(windata->dfbwin, wopts)); in DirectFB_CreateWindow()
345 SDL_DFB_CHECK(windata->dfbwin->SetOptions(windata->dfbwin, wopts)); in DirectFB_MaximizeWindow()
365 SDL_DFB_CHECK(windata->dfbwin->SetOptions(windata->dfbwin, wopts)); in DirectFB_RestoreWindow()
380 SDL_DFB_CHECK(windata->dfbwin->SetOptions(windata->dfbwin, wopts)); in DirectFB_RestoreWindow()
/third_party/boost/libs/program_options/example/
Doptions_heirarchy.cpp55 SetOptions(); in OptionsHeirarchy()
126 void SetOptions() in SetOptions() function in OptionsHeirarchy
/third_party/flatbuffers/include/flatbuffers/
Dregistry.h79 void SetOptions(const IDLOptions &opts) { opts_ = opts; } in SetOptions() function
/third_party/boost/libs/container/test/
Dset_test.cpp537 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
538 if(!boost::container::test::test_emplace<set<test::EmplaceInt>, SetOptions>()) in main()
540 if(!boost::container::test::test_emplace<multiset<test::EmplaceInt>, SetOptions>()) in main()
Dflat_set_test.cpp816 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
818 if(!boost::container::test::test_emplace<flat_set<test::EmplaceInt>, SetOptions>()) in main()
820 if(!boost::container::test::test_emplace<flat_multiset<test::EmplaceInt>, SetOptions>()) in main()
/third_party/node/src/
Dnode_crypto.h142 static void SetOptions(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_crypto.cc499 env->SetProtoMethod(t, "setOptions", SetOptions); in Initialize()
1333 void SecureContext::SetOptions(const FunctionCallbackInfo<Value>& args) { in SetOptions() function in node::crypto::SecureContext