Home
last modified time | relevance | path

Searched refs:Tests (Results 1 – 25 of 1484) sorted by relevance

12345678910>>...60

/external/libxml2/xstc/
DMakefile.am5 TESTDIR=Tests
31 $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Metadata/$(MSTTESTDEF) Tests/Metadata/$(SUNTESTDE…
32 -@(if [ ! -d Tests ] ; then \
33 mkdir Tests ; \
56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES…
57 if [ -d Tests/suntest ] ; then rm -r Tests/suntest ; fi ; \
58 if [ -d Tests/msxsdtest ] ; then rm -r Tests/msxsdtest ; fi ; \
59 mv Tests/xmlschema2002-01-16/* Tests ; \
60 mv Tests/*.testSet Tests/Metadata ; \
61 rm -r Tests/xmlschema2002-01-16 ; \
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm9 sub constructor : Tests(3) {
18 sub constructor_bits : Tests(5) {
28 sub constructor_number : Tests(2) {
35 sub constructor_words64 : Tests(2) {
42 sub of : Tests(2) {
49 sub operator_to_string : Tests(1) {
55 sub add : Tests(1) {
63 sub remove : Tests(2) {
73 sub operator_or : Tests(1) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DTestDriver.dpr22 Antlr.Runtime.Tools.Tests in 'Antlr.Runtime.Tools.Tests.pas',
23 Antlr.Runtime.Collections.Tests in 'Antlr.Runtime.Collections.Tests.pas',
24 Antlr.Runtime.Tree.Tests in 'Antlr.Runtime.Tree.Tests.pas',
25 Antlr.Runtime.Tests in 'Antlr.Runtime.Tests.pas';
DTestDriver.dproj50 <DCCReference Include="Antlr.Runtime.Tools.Tests.pas"/>
51 <DCCReference Include="Antlr.Runtime.Collections.Tests.pas"/>
52 <DCCReference Include="Antlr.Runtime.Tree.Tests.pas"/>
53 <DCCReference Include="Antlr.Runtime.Tests.pas"/>
/external/chromium-libpac/test/js-unittest/
Dpac_library_unittest.js12 for (var test in Tests) {
16 Tests[test](t);
33 var Tests = {}; variable
35 Tests.testDnsDomainIs = function(t) {
42 Tests.testDnsDomainLevels = function(t) {
48 Tests.testIsInNet = function(t) {
61 Tests.testIsPlainHostName = function(t) {
66 Tests.testLocalHostOrDomainIs = function(t) {
72 Tests.testShExpMatch = function(t) {
79 Tests.testSortIpAddressList = function(t) {
[all …]
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DReadMe.txt13 DateFmt250: Tests date formatting with 250 dates
14 DateFmt10000: Tests date formatting with 10,000 dates
15 DateFmt100000: Tests date formatting with 100,000 dates
16 BreakItWord250: Tests word break iteration with 250 iterations.
17 BreakItWord10000: Tests word break iteration with 10000 iterations.
18 BreakItChar250: Tests character break iteration with 250 iterations.
19 BreakItChar10000: Tests character break iteration with 10000 iterations.
/external/parameter-framework/upstream/test/functional-tests/
DFloatingPoint.cpp54 Tests<string>{{"invalid Size(64)", "<FloatingPointParameter Name='error' Size='64'/>"},
85 for (auto &vec : Tests<string>{
94 for (auto &vec : Tests<string>{
114 for (auto &vec : Tests<string>{
130 for (auto &vec : Tests<string>{
156 for (auto &vec : Tests<float>{
168 for (auto &vec : Tests<float>{
DBasic.cpp107 for (auto &xmlT : Tests<std::string>{{"an unknown tag", "<unknown_tag/>"},
112 for (auto &&configT : Tests<Config>{
130 Tests<std::string>{{"an non existing plugin", "libdonetexist.so"},
/external/boringssl/src/ssl/test/runner/
Dtest_output.go31 Tests map[string]testResult `json:"tests"` member
47 Tests: make(map[string]testResult),
53 if _, found := t.Tests[name]; found {
56 t.Tests[name] = testResult{
/external/autotest/client/site_tests/graphics_Gbm/
Dcontrol7 PURPOSE = 'Tests the Mesa graphics buffer management.'
9 Tests the Mesa graphics buffer management. All tests must pass.
22 Tests the Mesa graphics buffer management. All tests must pass.
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
Dcontrol15 Tests basic operations on profiles and profile entries. Tests that we
17 causes us to lose credentials to our currently connected service. Tests
/external/skia/site/dev/testing/
Dtests.md1 Writing Skia Tests
4 + [Unit Tests](#test)
5 + [Rendering Tests](#gm)
6 + [Benchmark Tests](#bench)
/external/icu/icu4j/perf-tests/
Dmanifest.stub2 Specification-Title: ICU for Java Performance Tests
5 Implementation-Title: ICU for Java Performance Tests
/external/icu/icu4j/main/tests/core/
Dmanifest.stub4 Specification-Title: ICU for Java Core Tests
7 Implementation-Title: ICU for Java Core Tests
/external/icu/icu4j/main/tests/packaging/
Dmanifest.stub4 Specification-Title: ICU for Java Packaging Tests
7 Implementation-Title: ICU for Java Packaging Tests
/external/icu/icu4j/main/tests/translit/
Dmanifest.stub4 Specification-Title: ICU for Java Transliteration Tests
7 Implementation-Title: ICU for Java Transliteration Tests
/external/icu/icu4j/main/tests/collate/
Dmanifest.stub4 Specification-Title: ICU for Java Collation Tests
7 Implementation-Title: ICU for Java Collation Tests
/external/icu/icu4j/main/tests/charset/
Dmanifest.stub4 Specification-Title: ICU for Java Charset Tests
7 Implementation-Title: ICU for Java Charset Tests
/external/curl/tests/unit/
DREADME7 Build Unit Tests
15 Run Unit Tests
23 Debug Unit Tests
31 Write Unit Tests
/external/icu/icu4j/main/tests/localespi/
Dmanifest.stub4 Specification-Title: ICU for Java Locale Service Provider Tests
7 Implementation-Title: ICU for Java Locale Service Provider Tests
/external/boringssl/src/util/
Dall_tests.go52 Tests map[string]testResult `json:"tests"` member
67 Tests: make(map[string]testResult),
72 if _, found := t.Tests[name]; found {
75 t.Tests[name] = testResult{
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
Dtestharness.js950 function Tests() class
1000 Tests.prototype.setup = function(func, properties) class
1042 Tests.prototype.set_file_is_test = function() {
1052 Tests.prototype.get_timeout = function() {
1065 Tests.prototype.set_timeout = function() {
1075 Tests.prototype.timeout = function() {
1082 Tests.prototype.end_wait = function()
1090 Tests.prototype.push = function(test)
1099 Tests.prototype.all_done = function() {
1104 Tests.prototype.start = function() {
[all …]
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
Dcontrol7 PURPOSE = "Tests Cryptohome's protection against non-directory mounts."
14 Tests whether cryptohome correctly returns errors when non-directory components
/external/autotest/client/site_tests/bluetooth_RegressionClient/
Dcontrol14 Client Side Bluetooth Semi-Auto Regression Tests.
16 Implements most of the Bluetooth Regression Tests with some tester
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/
Dcontrol7 PURPOSE = "Tests Cryptohome's protection against bad directory permissions."
14 Tests Cryptohome's ability to detect directories with bad permissions or

12345678910>>...60