| /OK3568_Linux_fs/kernel/tools/testing/nvdimm/ |
| H A D | watermark.h | 18 int x##_test(void) \ 23 EXPORT_SYMBOL(x##_test)
|
| /OK3568_Linux_fs/kernel/fs/unicode/ |
| H A D | utf8-selftest.c | 25 #define _test(cond, func, line, fmt, ...) do { \ macro 35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) 36 #define test(cond) _test(cond, __func__, __LINE__, "")
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | CMakeLists.txt | 7 set(test_name ${module}_test) 49 set(test_name ${module}_test)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/ |
| H A D | run-ptest | 3 for test in *_test; do
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | .gitignore | 2 /*_test
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | resource_scale.sh | 43 ${current_test}_test "$target" "$should_fail"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| H A D | resource_scale.sh | 45 ${current_test}_test "$target" "$should_fail"
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/test/ |
| H A D | CMakeLists.txt | 10 set(test_name ${module}_test)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_queue_stack_map.h | 30 int _test(struct __sk_buff *skb) in _test() function
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | CMakeLists.txt | 7 set(test_name ${module}_test)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/leveldb/ |
| H A D | leveldb_1.22.bb | 28 install -m 0755 ${B}/*_test ${D}${PTEST_PATH}
|
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | CMakeLists.txt | 7 set(test_name ${module}_test)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 151 struct _test { struct 184 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest() 1774 struct _test test[] = { 1790 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist() 1810 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist() 1841 for (i = 0; i < sizeof(test)/sizeof(struct _test); i++) { in __test_selftests() 1842 struct _test t = test[i]; in __test_selftests()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | bitmaps.rst | 20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/ |
| H A D | style.rst | 93 Unless these tests are actually present, avoid using ``_test``, ``_unittest`` or 195 after the test suite, followed by ``_test``. If this is likely to conflict with 199 ``<suite>_test.c`` (or, as above, ``<suite>_kunit.c``). This file should be
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/cmocka/ |
| H A D | cmocka_1.1.5.bb | 28 install -m 0755 ${B}/example/*_test ${D}/${datadir}/${BPN}/example
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | edd.c | 66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument 70 .test = _test, \
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_bitmap_gen.h | 26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
| H A D | ip_set_hash_gen.h | 272 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | has_xxx.hpp | 328 BOOST_PP_CAT(BOOST_PP_ARRAY_ELEM(0, args) , _test) \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 1220 static const u32 _test[] = { in reg_pattern_test() local 1222 for (pat = 0; pat < ARRAY_SIZE(_test); pat++) { in reg_pattern_test() 1223 wr32(reg, (_test[pat] & write)); in reg_pattern_test() 1225 if (val != (_test[pat] & write & mask)) { in reg_pattern_test() 1228 reg, val, (_test[pat] & write & mask)); in reg_pattern_test()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | ntb.rst | 203 NTB MSI Test Client (ntb\_msi\_test)
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190907.patch.gz | 1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey
2#
3# --- ... |