Home
last modified time | relevance | path

Searched defs:param (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/third_party/openssl/crypto/x509/
Dx509_vpm.c84 X509_VERIFY_PARAM *param; in X509_VERIFY_PARAM_new() local
98 void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_free()
261 int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name) in X509_VERIFY_PARAM_set1_name()
270 int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags) in X509_VERIFY_PARAM_set_flags()
278 int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_clear_flags()
285 unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_get_flags()
290 uint32_t X509_VERIFY_PARAM_get_inh_flags(const X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_get_inh_flags()
295 int X509_VERIFY_PARAM_set_inh_flags(X509_VERIFY_PARAM *param, uint32_t flags) in X509_VERIFY_PARAM_set_inh_flags()
301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose()
306 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
[all …]
/third_party/boringssl/src/crypto/x509/
Dx509_vpm.c131 static void x509_verify_param_zero(X509_VERIFY_PARAM *param) in x509_verify_param_zero()
173 X509_VERIFY_PARAM *param; in X509_VERIFY_PARAM_new() local
190 void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_free()
361 int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name) in X509_VERIFY_PARAM_set1_name()
371 int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags) in X509_VERIFY_PARAM_set_flags()
379 int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_clear_flags()
386 unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_get_flags()
391 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose()
396 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
401 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) in X509_VERIFY_PARAM_set_depth()
[all …]
/third_party/boost/boost/preprocessor/repetition/
Denum_trailing_params.hpp21 # define BOOST_PP_ENUM_TRAILING_PARAMS(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_TRAILI… argument
23 # define BOOST_PP_ENUM_TRAILING_PARAMS(count, param) BOOST_PP_ENUM_TRAILING_PARAMS_I(count, para… argument
24 # define BOOST_PP_ENUM_TRAILING_PARAMS_I(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_TRAI… argument
27 # define BOOST_PP_ENUM_TRAILING_PARAMS_M(z, n, param) , param ## n argument
32 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_… argument
34 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, count, param) BOOST_PP_ENUM_TRAILING_PARAMS_Z_I(z, c… argument
35 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_P… argument
Denum_shifted_params.hpp27 # define BOOST_PP_ENUM_SHIFTED_PARAMS(count, param) BOOST_PP_REPEAT(BOOST_PP_DEC(count), BOOST_P… argument
29 # define BOOST_PP_ENUM_SHIFTED_PARAMS(count, param) BOOST_PP_ENUM_SHIFTED_PARAMS_I(count, param) argument
30 # define BOOST_PP_ENUM_SHIFTED_PARAMS_I(count, param) BOOST_PP_REPEAT(BOOST_PP_DEC(count), BOOST… argument
33 # define BOOST_PP_ENUM_SHIFTED_PARAMS_M(z, n, param) BOOST_PP_COMMA_IF(n) BOOST_PP_CAT(param, BOOST… argument
38 # define BOOST_PP_ENUM_SHIFTED_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(BOOST_PP_DEC(coun… argument
40 # define BOOST_PP_ENUM_SHIFTED_PARAMS_Z(z, count, param) BOOST_PP_ENUM_SHIFTED_PARAMS_Z_I(z, cou… argument
41 # define BOOST_PP_ENUM_SHIFTED_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(BOOST_PP_DEC(co… argument
Denum_params.hpp24 # define BOOST_PP_ENUM_PARAMS(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_PARAMS_M, param) argument
26 # define BOOST_PP_ENUM_PARAMS(count, param) BOOST_PP_ENUM_PARAMS_I(count, param) argument
27 # define BOOST_PP_ENUM_PARAMS_I(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_PARAMS_M, par… argument
30 # define BOOST_PP_ENUM_PARAMS_M(z, n, param) BOOST_PP_COMMA_IF(n) param ## n argument
35 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PARA… argument
37 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) argument
38 # define BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PA… argument
/third_party/boost/boost/type_erasure/
Dparam.hpp120 class param { class
131 param(any<Concept, U>& a in param() function in boost::type_erasure::param
141 param(const any<Concept, U>& a in param() function in boost::type_erasure::param
155 param(any<Concept, U>&& a in param() function in boost::type_erasure::param
170 param(const ::boost::type_erasure::detail::storage& data, in param() function in boost::type_erasure::param
184 class param<Concept, const T&> { class
194 param(const ::boost::type_erasure::detail::storage& data, in param() function in boost::type_erasure::param
199param(U& u, typename boost::enable_if< ::boost::is_same<U, const any<Concept, T> > >::type* = 0) :… in param() function in boost::type_erasure::param
220 class param<Concept, T&> : public param<Concept, const T&> { class
230 param(const ::boost::type_erasure::detail::storage& data, in param() function in boost::type_erasure::param
[all …]
/third_party/boost/libs/vmd/test/
Dtest_doc_whyhow.cxx30 #define AMACRO(param) \ in main() argument
50 #define AMACRO1(param) \ in main() argument
59 #define AMACRO1_IDENTIFIER(param) AMACRO1_ ## param in main() argument
60 #define AMACRO1_NO_IDENTIFIER(param) Parameter is not an identifier in main() argument
86 #define AMACRO2(param) \ in main() argument
103 #define AMACRO2_NO_IDENTIFIER(param) Parameter is not a NAME or ADDRESS identifier in main() argument
104 #define AMACRO2_NAME(param) Identifier is a NAME in main() argument
105 #define AMACRO2_ADDRESS(param) Identifier is an ADDRESS in main() argument
/third_party/boost/boost/mpl/
Dapply.hpp60 # define AUX778076_APPLY_PARAMS(param) \ argument
67 # define AUX778076_APPLY_DEF_PARAMS(param, value) \ argument
75 # define AUX778076_APPLY_N_PARAMS(n, param) \ argument
79 # define AUX778076_APPLY_N_COMMA_PARAMS(n, param) \ argument
84 # define AUX778076_APPLY_N_PARTIAL_SPEC_PARAMS(n, param, def) \ argument
89 # define AUX778076_APPLY_N_SPEC_PARAMS(n, param) \ argument
/third_party/ltp/testcases/kernel/containers/share/
Dns_common.h26 struct param { struct
31 struct param params[] = { argument
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.cpp23 for (auto& param : params_) param->ForEachInst(f, run_on_debug_line_insts); in ForEachInst() local
34 for (const auto& param : params_) in ForEachInst() local
49 for (const auto& param : params_) in ForEachParam() local
/third_party/boost/boost/mpl/aux_/preprocessor/
Ddef_params_tail.hpp35 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_IMPL(i, param, value_func) \ argument
44 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_DELAY_1(i, n, param, value_func) \ argument
48 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_DELAY_2(i, n, param, value_func) \ argument
80 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_IMPL(i, param, value_func) \ argument
91 #define BOOST_MPL_PP_DEF_PARAMS_TAIL(i, param, value) \ argument
96 # define BOOST_MPL_PP_NESTED_DEF_PARAMS_TAIL(i, param, value) \ argument
100 # define BOOST_MPL_PP_NESTED_DEF_PARAMS_TAIL(i, param, value) \ argument
/third_party/boost/boost/mpl/aux_/
Dcount_args.hpp36 # define AUX778076_COUNT_ARGS_PARAMS(param) \ argument
50 # define AUX778076_COUNT_ARGS_PARAMS(param) \ argument
64 #define AUX778076_COUNT_ARGS_FUNC(unused, i, param) \ argument
Dlambda_arity_param.hpp20 # define BOOST_MPL_AUX_LAMBDA_ARITY_PARAM(param) argument
22 # define BOOST_MPL_AUX_LAMBDA_ARITY_PARAM(param) , param argument
Dlogical_op.hpp38 # define AUX778076_PARAMS(param, sub) \ argument
45 # define AUX778076_SHIFTED_PARAMS(param, sub) \ argument
52 # define AUX778076_SPEC_PARAMS(param) \ argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp31 bool IsANGLEConfigSupported(const PlatformParameters &param, OSWindow *osWindow) in IsANGLEConfigSupported()
49 bool IsWGLConfigSupported(const PlatformParameters &param, OSWindow *osWindow) in IsWGLConfigSupported()
67 bool IsNativeConfigSupported(const PlatformParameters &param, OSWindow *osWindow) in IsNativeConfigSupported()
232 bool IsConfigWhitelisted(const SystemInfo &systemInfo, const PlatformParameters &param) in IsConfigWhitelisted()
374 bool IsConfigSupported(const PlatformParameters &param) in IsConfigSupported()
400 bool IsPlatformAvailable(const PlatformParameters &param) in IsPlatformAvailable()
/third_party/boost/boost/preprocessor/punctuation/
Dremove_parens.hpp24 #define BOOST_PP_REMOVE_PARENS(param) \ argument
34 #define BOOST_PP_REMOVE_PARENS_DO(param) \ argument
/third_party/boost/boost/iostreams/detail/
Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
/third_party/boost/boost/vmd/detail/
Darray.hpp97 #define BOOST_VMD_DETAIL_ARRAY_SPLIT(param) \ argument
104 #define BOOST_VMD_DETAIL_ARRAY_SPLIT_D(d,param) \ argument
148 #define BOOST_VMD_DETAIL_ARRAY_BEGIN(param) \ argument
155 #define BOOST_VMD_DETAIL_ARRAY_BEGIN_D(d,param) \ argument
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/
Dpriority2.c90 struct sched_param param; in func() local
108 struct sched_param param; in getValidPriorities() local
134 struct sched_param param; in main() local
Dinherit1.c16 struct sched_param param; in func() local
29 struct sched_param param; in getValidPriorities() local
56 struct sched_param param; in main() local
/third_party/flutter/skia/src/sksl/
DSkSLHCodeGenerator.cpp182 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake() local
193 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake() local
225 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() local
251 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() local
273 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() local
310 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeFields() local
371 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode() local
/third_party/libxkbcommon/src/xkbcomp/
Dparser.y48 #define parser_err(param, fmt, ...) \ argument
51 #define parser_warn(param, fmt, ...) \ argument
55 _xkbcommon_error(struct parser_param *param, const char *msg) in _xkbcommon_error()
/third_party/glib/tests/gobject/
Daccumulator.c89 gint param, in test_object_signal1_callback_before()
97 gint param) in test_object_real_signal1()
104 gint param, in test_object_signal1_callback_after()
112 gint param) in test_object_signal2_callback_before()
128 gint param) in test_object_real_signal2()
144 gint param) in test_object_signal2_callback_after()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c53 struct sched_param param; in child_process() local
70 struct sched_param param; in test_process() local
110 struct sched_param param; in main() local
/third_party/boost/libs/thread/test/
Dutil.inl188 thread_binder(const F& func, const T& param)
194 T param; member in thread_detail_anon::thread_binder
203 thread_detail_anon::thread_binder<F, T> bind(const F& func, const T& param)
216 thread_member_binder(R (T::*func)(), T& param)
228 T& param; member in thread_detail_anon::thread_member_binder
237 thread_detail_anon::thread_member_binder<R, T> bind(R (T::*func)(), T& param)

12345678910>>...28