Home
last modified time | relevance | path

Searched refs:_check (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dcooker.py74 def _check(collection, expected): function
90 _check(collection, result)
93 def _check(name, expected): function
109 _check(collection, result)
H A Drestapi.py130 def _check(collection, expected): function
146 _check(collection, result)
150 def _check(name, expected): function
170 _check(collection, result)
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgenerate-gitlab-ci-yml50 defconfigs_ext=_check
64 defconfigs_ext=_check
/OK3568_Linux_fs/buildroot/support/misc/
H A Dgitlab-ci.yml.in18 - DEFCONFIG_NAME=$(echo ${CI_JOB_NAME} | sed -e 's,_check$,,g')
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dmmp.rst64 - mmp\_check\_interval
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dparams.c652 #define CHECK_BOOL(_param, _check) do { \ argument
653 if (hsotg->params._param && !(_check)) { \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_main.c771 static bool name ## _check(struct rtl8169_private *); \
774 .check = name ## _check, \
778 static bool name ## _check(struct rtl8169_private *tp)