| /third_party/typescript/tests/baselines/reference/ |
| D | privacyFunctionCannotNameParameterTypeDeclFile.js | 55 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 …]
|
| D | privacyFunctionParameterDeclFile.js | 704 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 …]
|
| D | declFileTypeAnnotationVisibilityErrorParameterOfFunction.js | 12 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 …]
|
| D | typeGuardsInClassMethods.js | 78 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
|
| D | declFileTypeAnnotationVisibilityErrorAccessors.js | 146 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/ |
| D | x509_vpm.c | 84 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/boost/boost/preprocessor/repetition/ |
| D | enum_params.hpp | 24 # 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
|
| D | enum_trailing_params.hpp | 21 # 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
|
| D | enum_shifted_params.hpp | 27 # 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
|
| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
| D | strided_slice_tests.cc | 27 auto *param = test::CreateParameter<StridedSliceParameter>(schema::PrimitiveType_StridedSlice); in CreateParameter() local 43 auto *param = CreateParameter({3}, {36}, {3}); variable 63 auto *param = CreateParameter({1, 2}, {3, 8}, {2, 3}); variable 77 auto *param = CreateParameter({0, 1, 2}, {1, 3, 8}, {1, 2, 3}); variable 99 auto *param = CreateParameter({0, 0, 0, 0}, {2, 2, 3, 3}, {1, 1, 1, 1}); variable 111 auto *param = CreateParameter({0, 0, 0, 0}, {2, 2, 3, 3}, {1, 1, 1, 1}); variable 124 auto *param = CreateParameter({1, 0, 0, 0}, {2, 2, 3, 3}, {1, 1, 1, 1}); variable 137 auto *param = CreateParameter({1, 1, 0, 0}, {2, 2, 3, 3}, {1, 1, 1, 1}); variable 150 auto *param = CreateParameter({1, 1, 2, 0}, {2, 2, 3, 3}, {1, 1, 1, 1}); variable 163 auto *param = CreateParameter({1, 1, 2, 1}, {2, 2, 3, 2}, {1, 1, 1, 1}); variable [all …]
|
| D | softmax_tests.cc | 26 auto *param = test::CreateParameter<SoftmaxParameter>(schema::PrimitiveType_Softmax); in CreateParameter() local 40 auto *param = CreateParameter(axis); variable 54 auto *param = CreateParameter(axis); variable 68 auto *param = CreateParameter(axis); variable 83 auto *param = CreateParameter(axis); variable 98 auto *param = CreateParameter(axis); variable 112 auto *param = CreateParameter(axis); variable
|
| D | space_to_depth_tests.cc | 29 auto *param = test::CreateParameter<SpaceToDepthParameter>(schema::PrimitiveType_SpaceToDepth); in CreateParameter() local 35 auto *param = test::CreateParameter<DepthToSpaceParameter>(schema::PrimitiveType_DepthToSpace); in CreateDepthToSpaceParameter() local 49 auto *param = CreateParameter(block_size); in TEST_F() local 66 auto *param = CreateParameter(block_size); in TEST_F() local 93 auto *param = CreateParameter(block_size); in TEST_F() local 106 auto *param = CreateParameter(block_size); in TEST_F() local 121 auto *param = CreateParameter(block_size); in TEST_F() local 137 auto *param = CreateParameter(block_size); in TEST_F() local 170 auto *param = CreateParameter(block_size); in TEST_F() local 188 auto *param = CreateDepthToSpaceParameter(block_size); in TEST_F() local [all …]
|
| D | pad_tests.cc | 26 auto *param = test::CreateParameter<PadParameter>(schema::PrimitiveType_PadFusion); in CreateParameter() local 37 auto *param = CreateParameter(2); variable 50 auto *param = CreateParameter(10); variable 72 auto *param = CreateParameter(0); variable 90 auto *param = CreateParameter(1); variable 227 auto *param = CreateParameter(constant_value); in TEST_F() local
|
| D | one_hot_tests.cc | 26 auto *param = test::CreateParameter<OneHotParameter>(schema::PrimitiveType_OneHot); in CreateParameter() local 44 auto *param = CreateParameter(axis); in TEST_F() local 65 auto *param = CreateParameter(axis); in TEST_F() local 88 auto *param = CreateParameter(axis); in TEST_F() local 111 auto *param = CreateParameter(axis); in TEST_F() local 132 auto *param = CreateParameter(axis); in TEST_F() local 154 auto *param = CreateParameter(axis); in TEST_F() local 175 auto *param = CreateParameter(axis); in TEST_F() local 198 auto *param = CreateParameter(axis); in TEST_F() local 221 auto *param = CreateParameter(axis); in TEST_F() local [all …]
|
| D | arithmetic_tests.cc | 47 auto *param = test::CreateParameter<ArithmeticParameter>(type); in CreateParameter() local 67 auto *param = CreateParameter(schema::PrimitiveType_AddFusion, input0_shape, input1_shape); in TEST_F() local 81 auto *param = CreateParameter(schema::PrimitiveType_MulFusion, input0_shape, input1_shape); in TEST_F() local 95 auto *param = in TEST_F() local 110 auto *param = CreateParameter(schema::PrimitiveType_SubFusion, input0_shape, input1_shape); in TEST_F() local 124 auto *param = CreateParameter(schema::PrimitiveType_SubFusion, input0_shape, input1_shape); in TEST_F() local 139 auto *param = CreateParameter(schema::PrimitiveType_FloorMod, input0_shape, input1_shape); in TEST_F() local 154 auto *param = CreateParameter(schema::PrimitiveType_FloorMod, input0_shape, input1_shape); in TEST_F() local 168 auto *param = CreateParameter(schema::PrimitiveType_DivFusion, input0_shape, input1_shape); in TEST_F() local
|
| /third_party/boost/boost/type_erasure/ |
| D | param.hpp | 120 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 199 …param(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/mesa3d/src/mesa/main/ |
| D | conservativeraster.c | 36 conservative_raster_parameter(GLenum pname, GLfloat param, in conservative_raster_parameter() 102 _mesa_ConservativeRasterParameteriNV_no_error(GLenum pname, GLint param) in _mesa_ConservativeRasterParameteriNV_no_error() 109 _mesa_ConservativeRasterParameteriNV(GLenum pname, GLint param) in _mesa_ConservativeRasterParameteriNV() 116 _mesa_ConservativeRasterParameterfNV_no_error(GLenum pname, GLfloat param) in _mesa_ConservativeRasterParameterfNV_no_error() 123 _mesa_ConservativeRasterParameterfNV(GLenum pname, GLfloat param) in _mesa_ConservativeRasterParameterfNV()
|
| D | pixelstore.c | 40 pixel_storei(GLenum pname, GLint param, bool no_error) in pixel_storei() 233 _mesa_PixelStorei(GLenum pname, GLint param) in _mesa_PixelStorei() 240 _mesa_PixelStoref(GLenum pname, GLfloat param) in _mesa_PixelStoref() 247 _mesa_PixelStorei_no_error(GLenum pname, GLint param) in _mesa_PixelStorei_no_error() 254 _mesa_PixelStoref_no_error(GLenum pname, GLfloat param) in _mesa_PixelStoref_no_error()
|
| /third_party/boost/libs/vmd/test/ |
| D | test_doc_whyhow.cxx | 30 #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/mindspore/mindspore/lite/src/ops/populate/ |
| D | pooling_populate.cc | 24 void UpdateRoundMode(enum schema::RoundMode round_mode, PoolingParameter *param) { in UpdateRoundMode() 38 void UpdateActivationType(enum schema::ActivationType type, PoolingParameter *param) { in UpdateActivationType() 48 void UpdatePadMode(enum schema::PadMode pad_mode, PoolingParameter *param) { in UpdatePadMode() 71 auto *param = reinterpret_cast<PoolingParameter *>(malloc(sizeof(PoolingParameter))); in PopulateAvgPoolParameter() local 122 auto *param = reinterpret_cast<PoolingParameter *>(malloc(sizeof(PoolingParameter))); in PopulateMaxPoolParameter() local
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| D | cli.cc | 187 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/ltp/include/ |
| D | tst_sched.h | 21 static inline int sys_sched_setparam(pid_t pid, const struct sched_param *param) in sys_sched_setparam() 26 static inline int sys_sched_getparam(pid_t pid, struct sched_param *param) in sys_sched_getparam() 31 static inline int sys_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sys_sched_setscheduler() 41 static inline int libc_sched_setparam(pid_t pid, const struct sched_param *param) in libc_sched_setparam() 46 static inline int libc_sched_getparam(pid_t pid, struct sched_param *param) in libc_sched_getparam() 51 static inline int libc_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in libc_sched_setscheduler()
|
| /third_party/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_program.h | 46 #define BRW_PARAM_DOMAIN(param) ((uint32_t)(param) >> 24) argument 47 #define BRW_PARAM_VALUE(param) ((uint32_t)(param) & 0x00ffffff) argument 51 #define BRW_PARAM_PARAMETER_IDX(param) (BRW_PARAM_VALUE(param) >> 2) argument 52 #define BRW_PARAM_PARAMETER_COMP(param) (BRW_PARAM_VALUE(param) & 0x3) argument 55 #define BRW_PARAM_UNIFORM_IDX(param) BRW_PARAM_VALUE(param) argument
|
| /third_party/boost/boost/mpl/ |
| D | apply.hpp | 60 # 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/ |
| D | ns_common.h | 26 struct param { struct 31 struct param params[] = { argument
|