Searched refs:_check (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | cooker.py | 74 def _check(collection, expected): function 90 _check(collection, result) 93 def _check(name, expected): function 109 _check(collection, result)
|
| H A D | restapi.py | 130 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 D | generate-gitlab-ci-yml | 50 defconfigs_ext=_check 64 defconfigs_ext=_check
|
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | gitlab-ci.yml.in | 18 - DEFCONFIG_NAME=$(echo ${CI_JOB_NAME} | sed -e 's,_check$,,g')
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | mmp.rst | 64 - mmp\_check\_interval
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | params.c | 652 #define CHECK_BOOL(_param, _check) do { \ argument 653 if (hsotg->params._param && !(_check)) { \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 771 static bool name ## _check(struct rtl8169_private *); \ 774 .check = name ## _check, \ 778 static bool name ## _check(struct rtl8169_private *tp)
|