Searched defs:Tests (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DTestFixtureBase.cs35 namespace Antlr.Runtime.Tests
H A DTestDriver.cs35 namespace Antlr.Runtime.Tests
H A DANTLRxxxxStreamFixture.cs37 namespace Antlr.Runtime.Tests
61 #region ANTLRInputStream Tests
289 #region ANTLRStringStream Tests
H A DITreeFixture.cs35 namespace Antlr.Runtime.Tests
52 #region CommonTree Tests
H A DITreeNodeStreamFixture.cs35 namespace Antlr.Runtime.Tests
54 #region BufferedTreeNodeStream Tests
550 #region CommonTreeNodeStream Tests
H A DRewriteRuleXxxxStreamFixture.cs36 namespace Antlr.Runtime.Tests {
90 #region Method Tests
/external/chromium-libpac/test/js-unittest/
H A Dpac_library_unittest.js12 for (var test in Tests) {
16 Tests[test](t);
30 // Tests
33 var Tests = {};
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
[all...]
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
H A Dpac_library_unittest.js12 for (var test in Tests) {
16 Tests[test](t);
30 // Tests
33 var Tests = {};
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
[all...]
/external/llvm/unittests/Support/
H A DBranchProbabilityTest.cpp192 } Tests[] = { local
277 for (const auto &T : Tests) {
H A DYAMLIOTest.cpp1613 std::vector<OptionalTest> Tests; member in struct:OptionalTestSeq
1629 IO.mapOptional("Tests", OTS.Tests);
1642 Seq.Tests.push_back(One);
1643 Seq.Tests.push_back(Two);
1644 Seq.Tests.push_back(Three);
1645 Seq.Tests.push_back(Four);
1660 EXPECT_EQ(4UL, Seq2.Tests.size());
1662 EXPECT_TRUE(Seq2.Tests[0].Numbers.empty());
1663 EXPECT_TRUE(Seq2.Tests[
[all...]
/external/chromium_org/components/test/data/password_manager/
H A Dtests.py260 def Tests(environment): function
382 Tests(environment)
400 # Tests setup.
434 parser.add_argument("tests", help="Tests to be run.", nargs="*")
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc314 enum Tests { enum
584 // Tests what happens when the same page is loaded again. Should not create a
668 // Tests loading a URL but discarding it before the load commits.
707 // Tests navigations that come in unrequested. This happens when the user
735 // Tests navigating to a new URL when there is a new pending navigation that is
772 // Tests navigating to a new URL when there is a pending back/forward
816 // Tests navigating to a new URL when there is a pending back/forward
870 // Tests navigating to an existing URL when there is a pending new navigation.
913 // Tests an ignored navigation when there is a pending new navigation.
953 // Tests tha
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc336 struct Tests : Rep { struct in inherits:Rep
347 Tests() : function in struct:Tests
1948 typedef Tests<Type, Type*, Zone, ZoneRep> ZoneTests;
1949 typedef Tests<HeapType, Handle<HeapType>, Isolate, HeapRep> HeapTests;

Completed in 2540 milliseconds