Home
last modified time | relevance | path

Searched defs:check_param (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
D4-1.c79 static void check_param(pthread_t thread, int policy, int priority) in check_param() function
D1-2.c77 static void check_param(pthread_t thread, int policy, int priority) in check_param() function
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_arbitrary_self_type.rs115 fn check_param(&mut self, cx: &EarlyContext<'_>, p: &Param) { in check_param() method
Dunnested_or_patterns.rs76 fn check_param(&mut self, cx: &EarlyContext<'_>, p: &ast::Param) { in check_param() method
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
D1-3.c46 static void check_param(pthread_t thread, int policy, int priority) in check_param() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/internal/
Dinternal_kernel_build.cc102 internal::DtypesParamPtr check_param = std::make_shared<internal::DtypesParam>(); in IsRegisteredInternalKernel() local
/third_party/alsa-utils/bat/
Dtinyalsa.c88 static int check_param(struct bat *bat, struct pcm_params *params, in check_param() function
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py330 def check_param(self, param): member in Checker
/third_party/backends/backend/pixma/
Dpixma_common.h171 int (*check_param) (pixma_t *, pixma_scan_param_t *); member
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsistency_tools.py256 def check_param(self, param): member in XMLChecker
/third_party/rust/rust/compiler/rustc_lint/src/
Dunused.rs1112 fn check_param(&mut self, cx: &EarlyContext<'_>, param: &ast::Param) { in check_param() method