Home
last modified time | relevance | path

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

12345678910>>...43

/third_party/typescript/tests/baselines/reference/
DprivacyFunctionCannotNameParameterTypeDeclFile.js55 static myPublicStaticMethod(param = exporter.createExportedWidget1()) { // Error argument
57 private static myPrivateStaticMethod(param = exporter.createExportedWidget1()) { argument
59 myPublicMethod(param = exporter.createExportedWidget1()) { // Error argument
61 private myPrivateMethod(param = exporter.createExportedWidget1()) { argument
63 …constructor(param = exporter.createExportedWidget1(), private param1 = exporter.createExportedWidg… argument
67 static myPublicStaticMethod(param = exporter.createExportedWidget3()) { // Error argument
69 private static myPrivateStaticMethod(param = exporter.createExportedWidget3()) { argument
71 myPublicMethod(param = exporter.createExportedWidget3()) { // Error argument
73 private myPrivateMethod(param = exporter.createExportedWidget3()) { argument
75 …constructor(param = exporter.createExportedWidget3(), private param1 = exporter.createExportedWidg… argument
[all …]
DprivacyFunctionParameterDeclFile.js704 function publicClassWithWithPrivateParmeterTypes(param, param1, param2) { argument
708 publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { argument
710 publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { argument
712 publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { argument
714 publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { argument
720 function publicClassWithWithPublicParmeterTypes(param, param1, param2) { argument
724 publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { argument
726 publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { argument
728 publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { argument
730 publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { argument
[all …]
DdeclFileTypeAnnotationVisibilityErrorParameterOfFunction.js12 function foo2(param = new private1()) { argument
17 export function foo4(param = new private1()) { argument
22 function foo12(param = new public1()) { argument
27 export function foo14(param = new public1()) { argument
37 function foo112(param = new m2.public2()) { argument
42 export function foo114(param = new m2.public2()) { argument
62 function foo1(param) { argument
64 function foo2(param) { argument
67 function foo3(param) { argument
70 function foo4(param) { argument
[all …]
DtypeGuardsInClassMethods.js78 function C1(param) { argument
88 C1.prototype.p1 = function (param) { argument
98 C1.prototype.p2 = function (param) { argument
108 C1.s1 = function (param) { argument
118 C1.s2 = function (param) { argument
DdeclFileTypeAnnotationVisibilityErrorAccessors.js146 set: function (param) { argument
156 set: function (param) { argument
166 set: function (param) { argument
189 set: function (param) { argument
199 set: function (param) { argument
209 set: function (param) { argument
232 set: function (param) { argument
242 set: function (param) { argument
252 set: function (param) { argument
/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_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_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_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/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dcli.cc187 const char* param) { in InvalidParameter()
193 bool ParseUint32(const char* param, uint32_t* out) { in ParseUint32()
233 bool ParseRepeatedPassStrategy(const char* param, in ParseRepeatedPassStrategy()
247 bool ParseBool(const char* param, bool* out) { in ParseBool()
258 bool ParseMutatorType(const char* param, MutatorType* out) { in ParseMutatorType()
271 bool ParseFuzzingTarget(const char* param, FuzzingTarget* out) { in ParseFuzzingTarget()
290 bool ParseMutatorCliParam(const char* param, in ParseMutatorCliParam()
355 auto param = argv[i]; in ParseFuzzerCliParams() local
437 auto param = argv[i]; in ParseMutatorDebuggerCliParams() local
/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/uboot/u-boot-2020.01/arch/arm/mach-uniphier/dram/
Dcmd_ddrmphy.c70 static void dump_loop(const struct uniphier_ddrmphy_param *param, in dump_loop()
91 static void zq_dump(const struct uniphier_ddrmphy_param *param) in zq_dump()
137 static void wbdl_dump(const struct uniphier_ddrmphy_param *param) in wbdl_dump()
158 static void rbdl_dump(const struct uniphier_ddrmphy_param *param) in rbdl_dump()
181 static void wld_dump(const struct uniphier_ddrmphy_param *param) in wld_dump()
203 static void dqsgd_dump(const struct uniphier_ddrmphy_param *param) in dqsgd_dump()
220 static void mdl_dump(const struct uniphier_ddrmphy_param *param) in mdl_dump()
240 static void reg_dump(const struct uniphier_ddrmphy_param *param) in reg_dump()
296 const struct uniphier_ddrmphy_param *param; in do_ddrm() local
Dcmd_ddrphy.c85 static void dump_loop(const struct uniphier_ddrphy_param *param, in dump_loop()
115 static void wbdl_dump(const struct uniphier_ddrphy_param *param) in wbdl_dump()
132 static void rbdl_dump(const struct uniphier_ddrphy_param *param) in rbdl_dump()
155 static void wld_dump(const struct uniphier_ddrphy_param *param) in wld_dump()
177 static void dqsgd_dump(const struct uniphier_ddrphy_param *param) in dqsgd_dump()
194 static void mdl_dump(const struct uniphier_ddrphy_param *param) in mdl_dump()
216 static void reg_dump(const struct uniphier_ddrphy_param *param) in reg_dump()
266 const struct uniphier_ddrphy_param *param; in do_ddr() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_test.cc490 auto param = GetParam(); in TEST_P() local
501 auto param = GetParam(); in TEST_P() local
521 auto param = GetParam(); in TEST_P() local
536 auto param = GetParam(); in TEST_P() local
552 auto param = GetParam(); in TEST_P() local
564 auto param = GetParam(); in TEST_P() local
592 auto param = GetParam(); in TEST_P() local
622 auto param = GetParam(); in TEST_P() local
634 auto param = GetParam(); in TEST_P() local
647 auto param = GetParam(); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_import_test.cc35 auto param = GetParam(); in TEST_P() local
75 auto param = GetParam(); in TEST_P() local
92 auto param = GetParam(); in TEST_P() local
135 auto param = GetParam(); in TEST_P() local
157 auto param = GetParam(); in TEST_P() local
183 auto param = GetParam(); in TEST_P() local
201 auto param = GetParam(); in TEST_P() local
222 auto param = GetParam(); in TEST_P() local
251 auto param = GetParam(); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_import_test.cc35 auto param = GetParam(); in TEST_P() local
75 auto param = GetParam(); in TEST_P() local
92 auto param = GetParam(); in TEST_P() local
135 auto param = GetParam(); in TEST_P() local
157 auto param = GetParam(); in TEST_P() local
184 auto param = GetParam(); in TEST_P() local
202 auto param = GetParam(); in TEST_P() local
223 auto param = GetParam(); in TEST_P() local
252 auto param = GetParam(); in TEST_P() local
/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/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/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
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc36 auto param = GetParam(); in TEST_P() local
59 auto param = GetParam(); in TEST_P() local
88 auto param = GetParam(); in TEST_P() local
132 auto param = GetParam(); in TEST_P() local
154 auto param = GetParam(); in TEST_P() local
199 auto param = GetParam(); in TEST_P() local
222 auto param = GetParam(); in TEST_P() local
255 auto param = GetParam(); in TEST_P() local
278 auto param = GetParam(); in TEST_P() local
312 auto param = GetParam(); in TEST_P() local
[all …]

12345678910>>...43