/third_party/grpc/test/core/security/ |
D | tls_security_connector_test.cc | 102 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/ |
D | tree_test.cpp | 184 …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()
|
D | flat_tree_test.cpp | 185 …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/ |
D | descriptor.cc | 604 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/ |
D | acl_multi_graph_session.h | 37 void SetOptions(const std::shared_ptr<AclModelOptions> &options) { options_ = options; } in SetOptions() function
|
D | acl_vm.cc | 43 session->SetOptions(options); in AclBackend()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_window.c | 125 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/ |
D | options_heirarchy.cpp | 55 SetOptions(); in OptionsHeirarchy() 126 void SetOptions() in SetOptions() function in OptionsHeirarchy
|
/third_party/flatbuffers/include/flatbuffers/ |
D | registry.h | 79 void SetOptions(const IDLOptions &opts) { opts_ = opts; } in SetOptions() function
|
/third_party/boost/libs/container/test/ |
D | set_test.cpp | 537 …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()
|
D | flat_set_test.cpp | 816 …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/ |
D | node_crypto.h | 142 static void SetOptions(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | node_crypto.cc | 499 env->SetProtoMethod(t, "setOptions", SetOptions); in Initialize() 1333 void SecureContext::SetOptions(const FunctionCallbackInfo<Value>& args) { in SetOptions() function in node::crypto::SecureContext
|