| /external/federated-compute/fcp/client/http/curl/ |
| D | curl_http_request_handle.cc | 41 * CURL_RETURN_IF_ERROR(easy_handle_->SetOpt(...)); 261 easy_handle_->SetOpt(CURLOPT_ERRORBUFFER, error_buffer_)); in InitializeConnection() 264 CURL_RETURN_IF_ERROR(easy_handle_->SetOpt(CURLOPT_NOSIGNAL, 1L)); in InitializeConnection() 267 easy_handle_->SetOpt(CURLOPT_URL, std::string(request_->uri()))); in InitializeConnection() 270 CURL_RETURN_IF_ERROR(easy_handle_->SetOpt(CURLOPT_FOLLOWLOCATION, 1L)); in InitializeConnection() 274 easy_handle_->SetOpt(CURLOPT_SUPPRESS_CONNECT_HEADERS, 1L)); in InitializeConnection() 279 ? easy_handle_->SetOpt(CURLOPT_CAINFO, nullptr) in InitializeConnection() 280 : easy_handle_->SetOpt(CURLOPT_CAINFO, test_cert_path)); in InitializeConnection() 282 CURL_RETURN_IF_ERROR(easy_handle_->SetOpt(CURLOPT_SSL_VERIFYPEER, 2L)); in InitializeConnection() 284 CURL_RETURN_IF_ERROR(easy_handle_->SetOpt(CURLOPT_SSL_VERIFYHOST, 1L)); in InitializeConnection() [all …]
|
| D | curl_api.h | 38 CURLcode SetOpt(CURLoption option, T value) { in SetOpt() function 41 CURLcode SetOpt(CURLoption option, const std::string& value) { in SetOpt() function 42 return SetOpt(option, value.c_str()); in SetOpt()
|
| /external/selinux/python/sepolgen/tests/ |
| D | perm_map | 290 setopt w 1 318 setopt w 1 344 setopt w 1 369 setopt w 1 410 setopt w 1 434 setopt w 1 458 setopt w 1 485 setopt w 1 509 setopt w 1 701 setopt w 1 [all …]
|
| /external/selinux/python/sepolgen/src/share/ |
| D | perm_map | 297 setopt w 1 325 setopt w 1 351 setopt w 1 376 setopt w 1 417 setopt w 1 441 setopt w 1 465 setopt w 1 492 setopt w 1 516 setopt w 1 708 setopt w 1 [all …]
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_setopt.py | 4 from setuptools.command import setopt 27 setopt.edit_config(str(config), dict(names=dict(other='yes'))) 38 setopt.edit_config(str(config), dict(names=dict(oTher='yes')))
|
| /external/python/setuptools/setuptools.egg-info/ |
| D | entry_points.txt | 19 setopt = setuptools.command.setopt:setopt
|
| /external/curl/src/ |
| D | tool_easysrc.c | 44 struct slist_wc *easysrc_code = NULL; /* Setopt calls */ 45 struct slist_wc *easysrc_toohard = NULL; /* Unconvertible setopt */ 139 /* Note any setopt calls which we could not convert */ in easysrc_perform() 197 /* Declare variables used for complex setopt values */ in dumpeasysrc() 203 /* Set up complex values for setopt calls */ in dumpeasysrc()
|
| D | tool_easysrc.h | 33 extern struct slist_wc *easysrc_code; /* Setopt calls etc. */ 34 extern struct slist_wc *easysrc_toohard; /* Unconvertible setopt */
|
| D | tool_setopt.c | 40 /* Lookup tables for converting setopt values back to symbols */ 270 /* setopt wrapper for enum types */ 308 /* setopt wrapper for CURLOPT_SSLVERSION */ 352 /* setopt wrapper for bitmasks */ 564 /* setopt wrapper for CURLOPT_MIMEPOST */ 584 /* setopt wrapper for curl_slist options */ 605 /* generic setopt wrapper for all other options.
|
| /external/python/setuptools/ |
| D | setup.cfg | 109 setopt = setuptools.command.setopt:setopt
|
| /external/libvpx/test/android/ |
| D | get_files.py | 49 curl.setopt(pycurl.URL, url + "/" + filename) 50 curl.setopt(pycurl.WRITEDATA, fp)
|
| /external/python/setuptools/setuptools/command/ |
| D | setopt.py | 10 __all__ = ['config_file', 'edit_config', 'option_base', 'setopt'] 115 class setopt(option_base): class
|
| D | saveopts.py | 1 from setuptools.command.setopt import edit_config, option_base
|
| D | alias.py | 3 from setuptools.command.setopt import edit_config, option_base, config_file
|
| /external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
| D | regression_adapt_adt.cpp | 30 void setopt(boost::optional<unsigned> const& val) { opt = val; } in setopt() function 37 obj.getopt(), obj.setopt(val))
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | TargetPassConfig.h | 174 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify() 177 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge() 181 setOpt(RequireCodeGenSCCOrder, Enable); 346 void setOpt(bool &Opt, bool Val);
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetPassConfig.h | 172 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify() 175 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge() 179 setOpt(RequireCodeGenSCCOrder, Enable); 328 void setOpt(bool &Opt, bool Val);
|
| /external/shflags/doc/ |
| D | TODO.txt | 9 setopt NO_GLOB_SUBST
|
| /external/llvm/include/llvm/CodeGen/ |
| D | TargetPassConfig.h | 155 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } 158 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } 268 void setOpt(bool &Opt, bool Val);
|
| /external/curl/lib/ |
| D | Makefile.inc | 210 setopt.c \ 346 setopt.h \
|
| /external/curl/docs/libcurl/ |
| D | curl_easy_option_by_name.md | 17 curl_easy_option_by_name - find an easy setopt option by name
|
| D | curl_easy_option_by_id.md | 17 curl_easy_option_by_id - find an easy setopt option by id
|
| /external/python/setuptools/docs/userguide/ |
| D | commands.rst | 454 configuration files, such as the `alias`_ and `setopt`_ commands. 459 ``setopt`` - Set a distutils or setuptools option in a config file 469 setup.py setopt --command=build --option=compiler --set-value=mingw32 474 setup.py setopt -c install -o install_lib -r 477 Options for the ``setopt`` command:
|
| /external/pigweed/pw_cli/py/pw_cli/shell_completion/ |
| D | pw.bash | 25 setopt KSH_TYPESET
|
| /external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/redhat/ |
| D | cpu.partial.Dockerfile | 27 yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
|