Home
last modified time | relevance | path

Searched refs:tests (Results 851 - 875 of 1054) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm39 plan tests => 2;
91 # tests or not. This is set by setup() if the environment variable STOPTEST
844 used for C<ok> tests that must fail when testing a FIPS provider. The parameters
856 used for C<is> tests that must fail when testing a FIPS provider. The parameters
868 used for C<isnt> tests that must fail when testing a FIPS provider. The
929 i.e. Some tests may only work in non FIPS mode.
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm39 plan tests => 2;
91 # tests or not. This is set by setup() if the environment variable STOPTEST
844 used for C<ok> tests that must fail when testing a FIPS provider. The parameters
856 used for C<is> tests that must fail when testing a FIPS provider. The parameters
868 used for C<isnt> tests that must fail when testing a FIPS provider. The
929 i.e. Some tests may only work in non FIPS mode.
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py150 # write tests around output statements.
204 self.tests = set()
212 self.tests.add(node.name)
281 # registry of all filters and tests (global, not block local)
282 self.tests = {}
469 for dependency in "filters", "tests":
1719 self.write(self.tests[node.name] + "(")
1720 if node.name not in self.environment.tests:
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp657 * General parse/format tests. Add test cases as needed.
2242 logln("cross format/parse tests"); // Note: We no longer support cross format/parse in TestGenericTime()
2361 } tests[] = { in TestZTimeZoneParsing() local
2369 int32_t tests_length = UPRV_LENGTHOF(tests); in TestZTimeZoneParsing()
2372 UDate d = univ.parse(tests[i].input, pp); in TestZTimeZoneParsing()
2373 if(pp.getIndex() != tests[i].input.length()){ in TestZTimeZoneParsing()
2375 i, pp.getIndex(), tests[i].input.length()); in TestZTimeZoneParsing()
2380 if(result != tests[i].expected_result) { in TestZTimeZoneParsing()
2381 errln("Expected " + tests[i].expected_result in TestZTimeZoneParsing()
2385 logln("SUCCESS: Parsed " + tests[ in TestZTimeZoneParsing()
3462 const char *tests[][3] = { TestTimeZoneInLocale() local
[all...]
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak78 $(CLEANSUFFIXES:%=$(SUBDIR)$(ARCH)/%) $(CLEANSUFFIXES:%=$(SUBDIR)tests/%)
/third_party/ffmpeg/libavutil/
H A DMakefile283 $(SUBDIR)tests/lzo$(EXESUF): ELIBS = -llzo2
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js144 } else if (/^tests?$/.test(d)) {
/third_party/rust/crates/log/src/
H A Dserde.rs207 mod tests { modules
/third_party/rust/crates/autocfg/src/
H A Dlib.rs79 mod tests; modules
/third_party/rust/crates/env_logger/src/
H A Dlib.rs181 //! ## Capturing logs in tests
184 //! The [`Builder::is_test`] method can be used in unit tests to ensure logs will be captured:
189 //! mod tests {
774 /// Sets whether or not the logger will be used in unit tests.
1250 mod tests { modules
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs395 mod tests { modules
/third_party/python/Tools/peg_generator/pegen/
H A Dbuild.py54 from distutils.tests.support import fixup_build_ext # type: ignore
/third_party/python/Lib/distutils/tests/
H A Dtest_install.py19 from distutils.tests import support
H A Dtest_filelist.py13 from distutils.tests import support
H A Dtest_sysconfig.py12 from distutils.tests import support
222 # builds, which happens earlier in the Distutils tests. This may
223 # cause the following tests to fail since no tests have caused
H A Dtest_util.py17 from distutils.tests import support
170 # XXX more platforms to tests here
H A Dtest_register.py16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh49 Skip the Objective C conformance tests (run on OS X).
227 # Fire off the conformance tests also.
307 header "Doing Xcode iOS build/tests - Debug"
311 header "Doing Xcode iOS build/tests - Release"
336 header "Doing Xcode OS X build/tests - Debug"
340 header "Doing Xcode OS X build/tests - Release"
374 header "Doing Xcode tvOS build/tests - Debug"
378 header "Doing Xcode tvOS build/tests - Release"
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dmod.rs370 pub(crate) mod tests {
378 // Below is a small jig that generates prefilter tests. The main purpose
379 // of this jig is to generate tests of varying needle/haystack lengths
397 /// Run all generated forward prefilter tests on the given prefn.
407 /// Run all generated forward prefilter tests that pass the given
431 /// (Currently, we take the approach of massaging tests to be valid
457 // to redundant tests, but it's simpler than trying to change the in new()
501 /// generation of many other tests. In essence, the seed captures the
502 /// "rare" and first bytes among our needle. The tests generated from each
526 /// Generate a series of prefilter tests fro
[all...]
/third_party/rust/crates/memoffset/src/
H A Doffset_of.rs168 mod tests { modules
/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs457 mod tests { modules
/third_party/rust/crates/nom/src/branch/
H A Dmod.rs4 mod tests; modules
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dprint.rs239 mod tests { modules
/third_party/rust/crates/regex/src/
H A Dutf8.rs147 mod tests { modules
/third_party/rust/crates/version_check/src/
H A Dlib.rs320 mod tests { modules

Completed in 23 milliseconds

1...<<31323334353637383940>>...43