Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dpredicate.hpp59 const Range2T& Test, in starts_with() argument
63 …nge<BOOST_STRING_TYPENAME range_const_iterator<Range2T>::type> lit_test(::boost::as_literal(Test)); in starts_with()
93 const Range2T& Test) in starts_with() argument
95 return ::boost::algorithm::starts_with(Input, Test, is_equal()); in starts_with()
114 const Range2T& Test, in istarts_with() argument
117 return ::boost::algorithm::starts_with(Input, Test, is_iequal(Loc)); in istarts_with()
141 const Range2T& Test, in ends_with() argument
145 …nge<BOOST_STRING_TYPENAME range_const_iterator<Range2T>::type> lit_test(::boost::as_literal(Test)); in ends_with()
170 const Range2T& Test) in ends_with() argument
172 return ::boost::algorithm::ends_with(Input, Test, is_equal()); in ends_with()
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A DJniTest.java3 private static void Test( in Test() method in JniTest
25 private static void Test( in Test() method in JniTest
30 JniTest.Test(name, actual, expected, actual, expected); in Test()
37 JniTest.Test( in main()
44 JniTest.Test( in main()
49 JniTest.Test( in main()
54 JniTest.Test( in main()
60 JniTest.Test( in main()
66 JniTest.Test( in main()
72 JniTest.Test( in main()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.130.bb1 SUMMARY = "Test::Deep - Extremely flexible deep comparison"
3 then you should probably read about Test::Simple and Test::More before \
4 preceding. Test::Deep uses the Test::Builder framework. \
6 Test::Deep gives you very flexible ways to check that the result you got is \
18 instead. Test::Deep provides pattern matching for complex data structures \
23 HOMEPAGE = "http://github.com/rjbs/Test-Deep/"
26 LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=a897a42bafc3422cab17c2e…
28 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz"
32 UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
34 S = "${WORKDIR}/Test-Deep-${PV}"
H A Dlibtest-nowarnings-perl_1.04.bb10 be capturing and checking them with Test::Warn, that way \
11 Test::NoWarnings will not see them and so not complain.\
13 The test is run by an \\"END\\" block in Test::NoWarnings. It will not be \
19 HOMEPAGE= "https://metacpan.org/release/Test-NoWarnings"
23 CPAN_PACKAGE = "Test-NoWarnings"
H A Dlibtest-harness-perl_3.44.bb6 SUMMARY = "Test::Harness - Run Perl standard test scripts with statistics"
7 DESCRIPTION = "Although, for historical reasons, the Test::Harness \
10 with Test::Harness 2.xx. If you're writing new code consider using \
14 pluggable 'Straps' interface that previous versions of Test::Harness \
16 alone module: Test::Harness::Straps. \
28 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz"
31 UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
33 S = "${WORKDIR}/Test-Harness-${PV}"
H A Dlibtest-warnings-perl_0.031.bb4 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
15 HOMEPAGE= "https://metacpan.org/release/Test-Warnings"
20 SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
24 S = "${WORKDIR}/Test-Warnings-${PV}"
H A Dlibtest-warn-perl_0.36.bb1 SUMMARY = "Test::Warn - Perl extension to test methods for warnings"
5 If you are not already familiar with the Test::More manpage now would be \
10 HOMEPAGE= "https://metacpan.org/release/Test-Warn"
15 CPAN_PACKAGE = "Test-Warn"
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A DREADME21 unittest.TestCase and provides access to the Test data (td), Test context
25 decorators for Test cases.
28 loadTests and runTests of certain Test component and
30 the Test component.
37 * Test component: The area of testing in the Project, for example: runtime, SDK, eSDK, selftest.
39 * Test data: Data associated with the Test component. Currently we use bitbake datastore as
40 a Test data input.
42 * Test context: A context of what tests needs to be run and how to do it; this additionally
43 provides access to the Test data and could have custom methods and/or attrs.
62 == Creating new Test Component ==
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp121 , boost_intrusive_hmfcw::yes_type()) Test(U* f); in BOOST_MOVE_CAT() local
123 static boost_intrusive_hmfcw::no_type Test(...); in BOOST_MOVE_CAT() local
124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
239 , boost_intrusive_hmfcw::yes_type()) Test(U* f);
242 static boost_intrusive_hmfcw::no_type Test(...);
243 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type);
258Test(BOOST_MOVE_CAT(zeroarg_checker_, BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH_FUNCNAME)<…
259 template<class U> static boost_intrusive_hmfcw::no_type Test(...);
260 … static const bool value = sizeof(Test< Fun >(0)) == sizeof(boost_intrusive_hmfcw::yes_type);
311 , boost_intrusive_hmfcw::yes_type()) Test(U* f);\
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/tufao/tufao/
H A D0001-CMakeLists.txt-fix-build-with-Qt-5.11-don-t-use-qt5_.patch40 add_library(Test SHARED ${PLUGIN_HEADERS} ${PLUGIN_SOURCE})
41 -qt5_use_modules(Test Core Network)
42 -target_link_libraries(Test ${TUFAO_LIBRARIES})
43 +target_link_libraries(Test ${TUFAO_LIBRARIES} Qt5::Test Qt5::Core Qt5::Network)
53 -target_link_libraries(${PROJECT_NAME} ${TUFAO_LIBRARIES} ${Test})
54 +target_link_libraries(${PROJECT_NAME} ${TUFAO_LIBRARIES} ${Test} Qt5::Core Qt5::Network)
76 - qt5_use_modules("${target}" Core Network Test)
85 +target_link_libraries("${target}" "${TUFAO_LIBRARY}" Qt5::Core Qt5::Network Qt5::Test)
/OK3568_Linux_fs/external/common_algorithm/video/move_detect/
H A DREADME.md35 Test: is_single_ref 1, raw 1920 x 1080, ds 640 x 360
47 Test: is_single_ref 1, raw 1920 x 1080, ds 640 x 360
48 Test: is_single_ref 1, raw 1920 x 1080, ds 640 x 360
64 Test: is_single_ref 0, raw 1920 x 1080, ds 640 x 360
76 Test: is_single_ref 0, raw 1920 x 1080, ds 640 x 360
77 Test: is_single_ref 0, raw 1920 x 1080, ds 640 x 360
/OK3568_Linux_fs/u-boot/test/overlay/
H A Dtest-fdt-overlay.dts12 /* Test that we can change an int by another */
21 /* Test that we can replace a string by a longer one */
30 /* Test that we add a new property */
39 /* Test that we add a new node (by phandle) */
50 /* Test that we add a new node (by path) */
/OK3568_Linux_fs/buildroot/package/rocksdb/
H A D0001-build_tools-build_detect_platform-fix-C-tests.patch38 # Test whether fallocate is available
46 # Test whether Snappy library is installed
54 # Test whether gflags library is installed
83 # Test whether zlib library is installed
92 # Test whether bzip library is installed
101 # Test whether lz4 library is installed
110 # Test whether zstd library is installed
119 # Test whether numa is available
128 # Test whether tbb is available
137 # Test whether jemalloc is available
[all …]
/OK3568_Linux_fs/yocto/poky/meta-selftest/classes/
H A Dtest_events.bbclass2 bb.note("Test for bb.event.BuildStarted")
5 bb.note("Test for bb.event.BuildCompleted")
8 bb.note("Test for bb.event.InvalidEvent")
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src164 logmsg="Arithmetic Test (type = $bench): $options Iterations"
171 logmsg="Arithmetic Test (sqrt(2) with dc to 99 decimal places)"
175 logmsg="Recursion Test: Tower of Hanoi Problem"
181 logmsg="System Call Overhead Test: 5 x $options Calls"
185 logmsg="Pipe-based Context Switching Test: 2 x $options Switches"
188 logmsg="Pipe Throughput Test: read & write $options x 512 byte blocks"
191 logmsg="Process Creation Test: $options forks"
194 logmsg="Execl Throughput Test: $options execs"
205 logmsg="$type Memory Access Test: $poke Accesses"
213 logmsg="Filesystem Throughput Test:"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/strace/
H A Dskip-load.patch15 +skip_ "Test not reliable under load"
25 +skip_ "Test not reliable under load"
38 +skip_ "Test not reliable under load"
51 +skip_ "Test not reliable under load"
/OK3568_Linux_fs/buildroot/support/config-fragments/autobuild/
H A Dtoolchain-configs.csv6 # Test a regular uClibc toolchain
9 # Test a toolchain with glibc and a very recent gcc version
12 # Test a noMMU toolchain with no dynamic library support
15 # Test a musl toolchain
18 # Test a MMU toolchain without dynamic library support
21 # Test a toolchain with an old gcc version (gcc 4.8)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-image-source.rst41 Test pattern red colour component.
44 Test pattern green (next to red) colour component.
47 Test pattern blue colour component.
50 Test pattern green (next to blue) colour component.
/OK3568_Linux_fs/buildroot/package/dieharder/
H A D0004-Add-static-to-inline-functions.patch30 int dab_filltree(Test **test,int irun) {
32 @@ -105,7 +105,7 @@ int dab_filltree(Test **test,int irun) {
52 int dab_filltree2(Test **test, int irun) {
54 @@ -181,7 +181,7 @@ int dab_filltree2(Test **test, int irun) {
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A DConfig.in19 The Linux Test Project provides a huge testsuite for Linux.
29 Test suite for POSIX compliance. Included with the LTP.
35 Test suite for realtime kernels. Included with the LTP.
/OK3568_Linux_fs/kernel/drivers/ntb/test/
H A DKconfig3 tristate "NTB Ping Pong Test Client"
12 tristate "NTB Debugging Tool Test Client"
31 tristate "NTB MSI Test Client"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/data/
H A DTestPlace.qml32 name: "Test Place"
37 name: "Test category 1"
41 name: "Test category 2"
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/
H A DREADME1 Futex Test
3 Futex Test is intended to thoroughly test the Linux kernel futex system call
36 Test output shall be easily parsable by both human and machine. Title and
61 o The Futex Test project adheres to the coding standards set forth by Linux
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A DCVE-2022-38725-0005.patch137 Test(parse_timestamp, standard_bsd_format)
140 @@ -164,6 +202,68 @@ Test(parse_timestamp, standard_bsd_format_year_in_the_past)
144 +Test(parse_timestamp, non_zero_terminated_rfc3164_iso_input_is_handled_properly)
167 +Test(parse_timestamp, non_zero_terminated_rfc3164_bsd_pix_or_asa_input_is_handled_properly)
183 +Test(parse_timestamp, non_zero_terminated_rfc5424_input_is_handled_properly)
207 Test(parse_timestamp, daylight_saving_behavior_at_spring_with_explicit_timezones)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_user.qml49 name: "Test User"
54 compare(qmlUser.name, "Test User");
64 { tag: "name", property: "name", signal: "nameChanged", value: "Test User", reset: "" },

12345678910>>...21