Home
last modified time | relevance | path

Searched refs:tester (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dkeyspan_remote.c94 u32 tester; member
158 while ((dev->data.bits_left + 7 < (sizeof(dev->data.tester) * 8)) && in keyspan_load_tester()
160 dev->data.tester += (dev->data.buffer[dev->data.pos++] << dev->data.bits_left); in keyspan_load_tester()
197 remote->data.tester = 0; in keyspan_check_data()
219 if ((remote->data.tester & SYNC_MASK) == SYNC) { in keyspan_check_data()
220 remote->data.tester = remote->data.tester >> 14; in keyspan_check_data()
225 remote->data.tester = remote->data.tester >> 1; in keyspan_check_data()
252 if ((remote->data.tester & ZERO_MASK) == ZERO) { in keyspan_check_data()
254 remote->data.tester = remote->data.tester >> 5; in keyspan_check_data()
256 } else if ((remote->data.tester & ONE_MASK) == ONE) { in keyspan_check_data()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/libqmi/files/
H A D0001-build-use-python3-everywhere.patch8 examples/simple-tester-python/simple-tester-python | 2 +-
21 diff --git a/examples/simple-tester-python/simple-tester-python b/examples/simple-tester-python/sim…
23 --- a/examples/simple-tester-python/simple-tester-python
24 +++ b/examples/simple-tester-python/simple-tester-python
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_retag_default_cc/
H A Dpreprocessed.hpp37 typedef void ( *tester)(); typedef
38 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
43 typedef void ( *tester)( ... ); typedef
44 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
49 typedef void (test_class:: *tester)(); typedef
50 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
55 typedef void (test_class:: *tester)( ... ); typedef
56 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
H A Dmaster.hpp61 # define BOOST_FT_tester void (*tester)()
66 # define BOOST_FT_tester void (*tester)(...)
71 # define BOOST_FT_tester void (test_class::*tester)()
76 # define BOOST_FT_tester void (test_class::*tester)(...)
96 typedef mpl::bitand_<components<tester>::bits,cc_mask_constant> bits;
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5_5.65.bb27 tools/mgmt-tester \
28 tools/gap-tester \
29 tools/l2cap-tester \
30 tools/sco-tester \
31 tools/smp-tester \
32 tools/hci-tester \
33 tools/rfcomm-tester \
34 tools/bnep-tester \
35 tools/userchan-tester \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Drun-ptest8 useradd tester || echo "user already exists"
10 su tester -c "make -C tests -k check-TESTS"
11 userdel tester
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/
H A Dclassifier.hpp58 static typename boost::add_reference<T>::type tester; member
61 boost::function_types::detail::classifier_impl(& tester)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch38 src/core/sipe-tls-tester.c | 2 +-
145 diff --git a/src/core/sipe-tls-tester.c b/src/core/sipe-tls-tester.c
147 --- a/src/core/sipe-tls-tester.c
148 +++ b/src/core/sipe-tls-tester.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-warn-perl_0.36.bb37 perl-module-test-builder-tester \
38 perl-module-test-tester \
H A Dlibtest-nowarnings-perl_1.04.bb31 RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester"
H A Dlibtest-deep-perl_1.130.bb53 perl-module-test-tester \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dhas_xxx.hpp70 static char tester(...);
74 static typename msvc_incomplete_array<U>::type tester(type_wrapper<U>);
77 static char (& tester(type_wrapper<U>) )[sizeof(U)+1];
81 sizeof(tester(type_wrapper<T>())) == 1
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dextrausers.bbclass7 # useradd -p '' tester; \
12 # usermod -s /bin/sh tester; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A Drun-ptest14 su tester -c "cd ${COREUTILSLIB}/ptest && make check-TESTS top_srcdir=. srcdir=." 2>&1 | tee -a ${L…
/OK3568_Linux_fs/buildroot/package/dieharder/
H A DConfig.in6 generator tester. It is thus suitable for use in testing
/OK3568_Linux_fs/buildroot/package/trinity/
H A DConfig.in15 A Linux System call fuzz tester
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tiobench/
H A Dtiobench_0.3.3.bb1 SUMMARY = "Threaded I/O tester"
/OK3568_Linux_fs/yocto/poky/meta-selftest/files/
H A Dstatic-passwd13 tester:x:515:515::/:/bin/nologin
/OK3568_Linux_fs/kernel/lib/xz/
H A DKconfig49 tristate "XZ decompressor tester"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A D0001-make.rc-set-VAL_MTA.patch11 # echo "invalide address email" | s-nail -s "test mail" -r test@test.com tester@test.com
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch56 # Invoke the individual skill tester
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt2152 RDEPENDS:perl-module-test-builder-tester-color += "perl-module-strict"
2153 RDEPENDS:perl-module-test-builder-tester-color += "perl-module-test-builder-tester"
2154 RDEPENDS:perl-module-test-builder-tester += "perl-module-exporter"
2155 RDEPENDS:perl-module-test-builder-tester += "perl-module-strict"
2156 RDEPENDS:perl-module-test-builder-tester += "perl-module-test-builder"
2177 RDEPENDS:perl-module-test-tester-capture += "perl-module-config"
2178 RDEPENDS:perl-module-test-tester-capture += "perl-module-strict"
2179 RDEPENDS:perl-module-test-tester-capture += "perl-module-test-builder"
2180 RDEPENDS:perl-module-test-tester-capture += "perl-module-vars"
2181 RDEPENDS:perl-module-test-tester-capturerunner += "perl-module-exporter"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/
H A Dalsa-utils.inc78 SUMMARY:alsa-utils-alsabat = "Command-line sound tester for ALSA sound card driver"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmain.qml40 title: qsTr("MapPolyline tester")
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A D6.Followthrough.rst172 codice nelle mani di un gruppo di *tester* molto più esteso. Anche se avete
175 E, ovviamente, dove ci sono *tester*, ci saranno anche dei rapporti su

12