Home
last modified time | relevance | path

Searched full:setopt (Results 1 – 25 of 168) sorted by relevance

1234567

/external/federated-compute/fcp/client/http/curl/
Dcurl_http_request_handle.cc41 * 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 …]
Dcurl_api.h38 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/
Dperm_map290 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/
Dperm_map297 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/
Dtest_setopt.py4 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/
Dentry_points.txt19 setopt = setuptools.command.setopt:setopt
/external/curl/src/
Dtool_easysrc.c44 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()
Dtool_easysrc.h33 extern struct slist_wc *easysrc_code; /* Setopt calls etc. */
34 extern struct slist_wc *easysrc_toohard; /* Unconvertible setopt */
Dtool_setopt.c40 /* 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/
Dsetup.cfg109 setopt = setuptools.command.setopt:setopt
/external/libvpx/test/android/
Dget_files.py49 curl.setopt(pycurl.URL, url + "/" + filename)
50 curl.setopt(pycurl.WRITEDATA, fp)
/external/python/setuptools/setuptools/command/
Dsetopt.py10 __all__ = ['config_file', 'edit_config', 'option_base', 'setopt']
115 class setopt(option_base): class
Dsaveopts.py1 from setuptools.command.setopt import edit_config, option_base
Dalias.py3 from setuptools.command.setopt import edit_config, option_base, config_file
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_adapt_adt.cpp30 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/
DTargetPassConfig.h174 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/
DTargetPassConfig.h172 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/
DTODO.txt9 setopt NO_GLOB_SUBST
/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h155 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/
DMakefile.inc210 setopt.c \
346 setopt.h \
/external/curl/docs/libcurl/
Dcurl_easy_option_by_name.md17 curl_easy_option_by_name - find an easy setopt option by name
Dcurl_easy_option_by_id.md17 curl_easy_option_by_id - find an easy setopt option by id
/external/python/setuptools/docs/userguide/
Dcommands.rst454 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/
Dpw.bash25 setopt KSH_TYPESET
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/redhat/
Dcpu.partial.Dockerfile27 yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

1234567