| /third_party/mbedtls/docs/architecture/psa-migration/ |
| D | psa-limitations.md | 109 ### API comparison 150 ### Use in X.509 184 ### Use in TLS 204 ### Current testing - X509 315 ### Possible courses of action
|
| /third_party/openhitls/bsl/uio/src/ |
| D | uio_sctp.c | 56 SctpParameters *parameters = (SctpParameters *)BSL_SAL_Calloc(1u, sizeof(SctpParameters)); in BslSctpNew() local 109 SctpParameters *parameters = (SctpParameters *)uio->ctx; in BslSctpRead() local 125 SctpParameters *parameters = (SctpParameters *)BSL_UIO_GetCtx(uio); in BslSctpAddAuthKey() local 163 SctpParameters *parameters = BSL_UIO_GetCtx(uio); in BslSctpActiveAuthKey() local 183 SctpParameters *parameters = BSL_UIO_GetCtx(uio); in BslSctpDelPreAuthKey() local 202 SctpParameters *parameters = BSL_UIO_GetCtx(uio); in BslSctpIsSndBuffEmpty() local 219 static int32_t BslSctpGetSendStreamId(const SctpParameters *parameters, void *parg, int32_t larg) in BslSctpGetSendStreamId() 239 int32_t BslSctpSetAppStreamId(SctpParameters *parameters, const void *parg, int32_t larg) in BslSctpSetAppStreamId() 253 static int32_t BslSctpSetPeerIpAddr(SctpParameters *parameters, const uint8_t *addr, int32_t size) in BslSctpSetPeerIpAddr() 274 static int32_t BslSctpGetPeerIpAddr(SctpParameters *parameters, void *parg, int32_t larg) in BslSctpGetPeerIpAddr() [all …]
|
| D | uio_udp.c | 45 UdpParameters *parameters = (UdpParameters *)BSL_SAL_Calloc(1u, sizeof(UdpParameters)); in UdpNew() local 86 static int32_t UdpGetPeerIpAddr(UdpParameters *parameters, int32_t larg, uint8_t *parg) in UdpGetPeerIpAddr() 98 static int32_t UdpSetPeerIpAddr(UdpParameters *parameters, const uint8_t *addr, uint32_t size) in UdpSetPeerIpAddr() 149 UdpParameters *parameters = BSL_UIO_GetCtx(uio); in UdpSocketCtrl() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Thread.cpp | 19 Thread::Thread(void (*threadFunction)(void *parameters), void *parameters) in Thread() 54 unsigned long __stdcall Thread::startFunction(void *parameters) in startFunction() 62 void *Thread::startFunction(void *parameters) in startFunction()
|
| /third_party/skia/tests/ |
| D | GLBackendSurfaceTest.cpp | 28 static bool sampler_params_invalid(const GrGLTextureParameters& parameters) { in sampler_params_invalid() 32 static bool nonsampler_params_invalid(const GrGLTextureParameters& parameters) { in nonsampler_params_invalid() 41 static bool params_invalid(const GrGLTextureParameters& parameters) { in params_invalid() 45 static bool params_valid(const GrGLTextureParameters& parameters, const GrGLCaps* caps) { in params_valid() 78 auto parameters = texture->parameters(); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
|
| /third_party/skia/m133/tests/ |
| D | GLBackendSurfaceTest.cpp | 40 static bool sampler_params_invalid(const GrGLTextureParameters& parameters) { in sampler_params_invalid() 44 static bool nonsampler_params_invalid(const GrGLTextureParameters& parameters) { in nonsampler_params_invalid() 53 static bool params_invalid(const GrGLTextureParameters& parameters) { in params_invalid() 57 static bool params_valid(const GrGLTextureParameters& parameters, const GrGLCaps* caps) { in params_valid() 100 auto parameters = texture->parameters(); in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
|
| /third_party/python/Doc/tutorial/ |
| D | controlflow.rst | 727 Positional-or-Keyword Arguments 734 Positional-Only Parameters 748 Keyword-Only Arguments 756 Function Examples 853 Recap
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/ |
| D | _dist_optimizer_registry.py | 50 def create_optimizers_on_pserver(optimizer_type, parameters, *args, **kwargs): argument 77 def no_distributed_optimizer(optimizer_type, parameters, *args, **kwargs): argument 100 def generate_dist_optimizer_list(optimizer_type, parameters, *args, **kwargs): argument
|
| D | optimizer.py | 200 def __init__(self, learning_rate, parameters, weight_decay=0.0, loss_scale=1.0): argument 242 def _init_opt_attrs(self, learning_rate, parameters, weight_decay): argument 299 def _get_flattened_params(self, parameters): argument 393 def _parameters_base_check(parameters, param_info): argument 585 def _check_group_params(self, parameters): argument 609 def _parse_group_params(self, parameters, learning_rate): argument 640 def _init_group_params(self, parameters, learning_rate, weight_decay, grad_centralization): argument
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLFunctionDeclaration.cpp | 70 std::vector<std::unique_ptr<Variable>>& parameters, in check_parameters() 137 std::vector<std::unique_ptr<Variable>>& parameters) { in check_main_signature() 237 std::vector<std::unique_ptr<Variable>>& parameters, in find_existing_declaration() 310 std::vector<const Variable*> parameters, in FunctionDeclaration() 328 std::vector<std::unique_ptr<Variable>> parameters, in Convert() 387 const std::vector<const Variable*>& parameters = this->parameters(); in matches() local 403 const std::vector<const Variable*>& parameters = this->parameters(); in determineFinalTypes() local
|
| /third_party/typescript/src/compiler/transformers/ |
| D | utilities.ts | 444 const parameters = node.parameters; constant 447 const numParameters = firstParameterIsThis ? parameters.length - 1 : parameters.length; constant 473 const parameters = getDecoratorsOfParameters(getFirstConstructorWithBody(node)); constant 531 const parameters = getDecoratorsOfParameters(setAccessor); constant 555 const parameters = getDecoratorsOfParameters(method); constant
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/serializers/ |
| D | serializer.h | 69 void CodeFunction(const std::string &name, PARAMETERS... parameters) { in CodeFunction() 88 void CodeFunctionWithCheck(const std::string &name, PARAMETERS... parameters) { in CodeFunctionWithCheck() 107 …deFunctionWithRet(const std::string &ret, const std::string &func_name, PARAMETERS... parameters) { in CodeFunctionWithRet() 208 void CodeBaseStruct(const std::string &type, const std::string &name, PARAMETERS... parameters) { in CodeBaseStruct()
|
| /third_party/skia/m133/src/sksl/ir/ |
| D | SkSLFunctionDeclaration.cpp | 72 TArray<std::unique_ptr<Variable>>& parameters, in check_parameters() 135 TArray<std::unique_ptr<Variable>>& parameters) { in check_main_signature() 353 TArray<std::unique_ptr<Variable>>& parameters, in find_existing_declaration() 426 TArray<Variable*> parameters, in FunctionDeclaration() 473 TArray<std::unique_ptr<Variable>> parameters, in Convert() 557 SkSpan<Variable* const> parameters = this->parameters(); in matches() local 573 SkSpan<Variable* const> parameters = this->parameters(); in determineFinalTypes() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/boost/ |
| D | base.py | 103 def build_gc_params_group(params_dict, parameters): argument 213 def generate_group_params(parameters, origin_params): argument 239 def _generate_new_group_params(parameters, origin_params_copy): argument 282 def assign_parameter_group(self, parameters, split_point=None): argument
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLTexture.cpp | 61 sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, in GrGLTexture() 75 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const Desc& desc, sk_sp<GrGLTextureParameters> parameters, in GrGLTexture() 133 sk_sp<GrGLTextureParameters> parameters, in MakeWrapped()
|
| D | GrGLTextureRenderTarget.cpp | 31 sk_sp<GrGLTextureParameters> parameters, in GrGLTextureRenderTarget() 67 sk_sp<GrGLTextureParameters> parameters, in MakeWrapped()
|
| /third_party/typescript/src/services/refactors/ |
| D | convertParamsToDestructuredObject.ts | 460 const parameters = getRefactorableParameters(functionDeclaration.parameters); constant 643 parameters: NodeArray<ValidParameterDeclaration>; property 648 parameters: NodeArray<ValidParameterDeclaration>; property 653 parameters: NodeArray<ValidParameterDeclaration>; property 659 parameters: NodeArray<ValidParameterDeclaration>; property 664 parameters: NodeArray<ValidParameterDeclaration>; property 668 parameters: NodeArray<ValidParameterDeclaration>; property
|
| /third_party/skia/m133/src/gpu/ganesh/gl/ |
| D | GrGLTexture.cpp | 82 sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, in GrGLTexture() 102 sk_sp<GrGLTextureParameters> parameters, in GrGLTexture() 168 sk_sp<GrGLTextureParameters> parameters, in MakeWrapped()
|
| D | GrGLTextureRenderTarget.cpp | 37 sk_sp<GrGLTextureParameters> parameters, in GrGLTextureRenderTarget() 74 sk_sp<GrGLTextureParameters> parameters, in MakeWrapped()
|
| /third_party/skia/include/sksl/ |
| D | DSLFunction.h | 30 DSLFunction(const DSLType& returnType, skstd::string_view name, Parameters&... parameters) in DSLFunction() 34 DSLFunction(const DSLModifiers& modifiers, const DSLType& returnType, skstd::string_view name, in DSLFunction()
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | type_constructor.cc | 23 const ParameterList& parameters) in TypeConstructor()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | ConstantMultiFieldModifier.java | 27 private final Parameters parameters; field in ConstantMultiFieldModifier 42 Parameters parameters) { in ConstantMultiFieldModifier()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | ConstantMultiFieldModifier.java | 29 private final Parameters parameters; field in ConstantMultiFieldModifier 44 Parameters parameters) { in ConstantMultiFieldModifier()
|
| D | SimpleModifier.java | 24 private final Parameters parameters; field in SimpleModifier 35 …public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | blockScopedNamespaceDifferentFile.js | 28 function Name(parameters) { argument
|