Searched refs:Test (Results 76 - 100 of 975) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dpth_spinlock.stderr.exp3 Test successful.
/external/chromium/testing/gtest/test/
H A Dgtest_catch_exceptions_test_.cc32 // Tests for Google Test itself. Tests in this file throw C++ or SEH
49 using testing::Test;
53 class SehExceptionInConstructorTest : public Test {
60 class SehExceptionInDestructorTest : public Test {
67 class SehExceptionInSetUpTestCaseTest : public Test {
74 class SehExceptionInTearDownTestCaseTest : public Test {
81 class SehExceptionInSetUpTest : public Test {
88 class SehExceptionInTearDownTest : public Test {
103 class CxxExceptionInConstructorTest : public Test {
140 class CxxExceptionInDestructorTest : public Test {
[all...]
H A Dgtest_xml_output_unittest_.cc32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
47 using ::testing::Test;
51 class SuccessfulTest : public Test {
59 class FailedTest : public Test {
66 class DisabledTest : public Test {
98 class PropertyRecordingTest : public Test {
125 testing::Test::RecordProperty(key, value);
130 testing::Test::RecordProperty(key, value);
150 template <typename T> class TypedTest : public Test {};
[all...]
/external/gtest/test/
H A Dgtest_catch_exceptions_test_.cc32 // Tests for Google Test itself. Tests in this file throw C++ or SEH
49 using testing::Test;
53 class SehExceptionInConstructorTest : public Test {
60 class SehExceptionInDestructorTest : public Test {
67 class SehExceptionInSetUpTestCaseTest : public Test {
74 class SehExceptionInTearDownTestCaseTest : public Test {
81 class SehExceptionInSetUpTest : public Test {
88 class SehExceptionInTearDownTest : public Test {
103 class CxxExceptionInConstructorTest : public Test {
140 class CxxExceptionInDestructorTest : public Test {
[all...]
H A Dgtest_xml_output_unittest_.cc32 // Unit test for Google Test XML output.
34 // A user can specify XML output in a Google Test program to run via
47 using ::testing::Test;
51 class SuccessfulTest : public Test {
59 class FailedTest : public Test {
66 class DisabledTest : public Test {
98 class PropertyRecordingTest : public Test {
125 testing::Test::RecordProperty(key, value);
130 testing::Test::RecordProperty(key, value);
150 template <typename T> class TypedTest : public Test {};
[all...]
H A Dgtest_nc.cc33 // Test. Code here is NOT supposed to compile. Its purpose is to
34 // verify that certain incorrect usages of the Google Test API are
63 class MyTest : public testing::Test {
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
113 class FooTest : public testing::Test {
117 class BarTest : public testing::Test {
132 class FooTest : public testing::Test {
136 class BarTest : public testing::Test {
151 class FooTest : public testing::Test {
211 void Test() { function
220 void Test() { function
[all...]
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js28 function Test() { class
39 // Test operations expected to stay on the fast path. Enumerate all binary
41 Test.prototype.test0 = function () {
45 Test.prototype.test1 = function() {
49 Test.prototype.test2 = function() {
53 Test.prototype.test3 = function() {
57 Test.prototype.test4 = function() {
61 Test.prototype.test5 = function() {
65 Test.prototype.test6 = function() {
69 Test
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAutoAST.java31 import org.junit.Test;
36 @Test public void testTokenList() throws Exception {
49 @Test public void testTokenListInSingleAltBlock() throws Exception {
62 @Test public void testSimpleRootAtOuterLevel() throws Exception {
75 @Test public void testSimpleRootAtOuterLevelReverse() throws Exception {
88 @Test public void testBang() throws Exception {
101 @Test public void testOptionalThenRoot() throws Exception {
114 @Test public void testLabeledStringRoot() throws Exception {
127 @Test public void testWildcard() throws Exception {
140 @Test publi
[all...]
H A DTestNFAConstruction.java33 import org.junit.Test;
41 @Test public void testA() throws Exception {
54 @Test public void testAB() throws Exception {
68 @Test public void testAorB() throws Exception {
91 @Test public void testRangeOrRange() throws Exception {
113 @Test public void testRange() throws Exception {
127 @Test public void testCharSetInParser() throws Exception {
141 @Test public void testABorCD() throws Exception {
161 @Test public void testbA() throws Exception {
181 @Test publi
[all...]
H A DTestTreeGrammarRewriteAST.java37 import org.junit.Test;
47 @Test public void testFlatList() throws Exception {
67 @Test public void testSimpleTree() throws Exception {
87 @Test public void testNonImaginaryWithCtor() throws Exception {
106 @Test public void testCombinedRewriteAndAuto() throws Exception {
130 @Test public void testAvoidDup() throws Exception {
150 @Test public void testLoop() throws Exception {
170 @Test public void testAutoDup() throws Exception {
190 @Test public void testAutoDupRule() throws Exception {
211 @Test publi
[all...]
H A DTestRewriteTemplates.java33 import org.junit.Test;
38 @Test public void testDelete() throws Exception {
51 @Test public void testAction() throws Exception {
64 @Test public void testEmbeddedLiteralConstructor() throws Exception {
77 @Test public void testInlineTemplate() throws Exception {
90 @Test public void testNamedTemplate() throws Exception {
91 // the support code adds template group in it's output Test.java
105 @Test public void testIndirectTemplate() throws Exception {
106 // the support code adds template group in it's output Test.java
120 @Test publi
[all...]
H A DTestLeftRecursion.java3 import org.junit.Test;
9 @Test public void testSimple() throws Exception {
24 @Test public void testSemPred() throws Exception {
39 @Test public void testTernaryExpr() throws Exception {
65 @Test public void testDeclarationsUsingASTOperators() throws Exception {
96 @Test public void testDeclarationsUsingRewriteOperators() throws Exception {
127 @Test public void testExpressionsUsingASTOperators() throws Exception {
159 @Test public void testExpressionsUsingRewriteOperators() throws Exception {
190 @Test public void testExpressionAssociativity() throws Exception {
227 @Test publi
[all...]
H A DTestLexer.java34 import org.junit.Test;
43 @Test public void testSetText() throws Exception {
56 @Test public void testRefToRuleDoesNotSetTokenNorEmitAnother() throws Exception {
70 @Test public void testRefToRuleDoesNotSetChannel() throws Exception {
84 @Test public void testWeCanSetType() throws Exception {
97 @Test public void testRefToFragment() throws Exception {
111 @Test public void testMultipleRefToFragment() throws Exception {
125 @Test public void testLabelInSubrule() throws Exception {
138 @Test public void testRefToTokenInLexer() throws Exception {
150 @Test publi
[all...]
H A DTestASTConstruction.java31 import org.junit.Test;
39 @Test public void testA() throws Exception {
49 @Test public void testEmptyAlt() throws Exception {
59 @Test public void testNakeRulePlusInLexer() throws Exception {
70 @Test public void testRulePlus() throws Exception {
81 @Test public void testNakedRulePlus() throws Exception {
92 @Test public void testRuleOptional() throws Exception {
103 @Test public void testNakedRuleOptional() throws Exception {
114 @Test public void testRuleStar() throws Exception {
125 @Test publi
[all...]
H A DTestSyntacticPredicateEvaluation.java30 import org.junit.Test;
33 @Test public void testTwoPredsWithNakedAlt() throws Exception {
82 @Test public void testTwoPredsWithNakedAltNotLast() throws Exception {
130 @Test public void testLexerPred() throws Exception {
151 @Test public void testLexerWithPredLongerThanAlt() throws Exception {
173 @Test public void testLexerPredCyclicPrediction() throws Exception {
189 @Test public void testLexerPredCyclicPrediction2() throws Exception {
204 @Test public void testSimpleNestedPred() throws Exception {
239 @Test public void testTripleNestedPredInLexer() throws Exception {
290 @Test publi
[all...]
/external/webkit/Tools/TestWebKitAPI/
H A DTest.h34 class Test { class in namespace:TestWebKitAPI
36 virtual ~Test() { }
49 static Test* create(const std::string& identifier)
56 Test(const std::string& identifier) function in class:TestWebKitAPI::Test
69 class TEST_CLASS_NAME(testSuite, testCaseName) : public Test { \
72 : Test(identifier) \
78 static Test::Register<TEST_CLASS_NAME(testSuite, testCaseName)> TEST_REGISTRAR_NAME(testSuite, testCaseName)(#testSuite, #testCaseName); \
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
H A DClass.pm1 package My::Test::Class;
3 use Test::More;
7 BEGIN { extends 'Test::Class' }
24 (my $class = ref $test) =~ s/^Test:://xms;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb6 class XMLLexerTest < ANTLR3::Test::Functional
12 include ANTLR3::Test::CaptureOutput
13 include ANTLR3::Test::RaiseErrors
/external/embunit/src/
H A DTestResult.c35 #include "Test.h"
46 void TestResult_startTest(TestResult* self,Test* test)
54 void TestResult_endTest(TestResult* self,Test* test)
61 void TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,const char* file)
/external/protobuf/gtest/test/
H A Dgtest_nc.cc33 // Test. Code here is NOT supposed to compile. Its purpose is to
34 // verify that certain incorrect usages of the Google Test API are
63 class MyTest : public testing::Test {
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
113 class FooTest : public testing::Test {
117 class BarTest : public testing::Test {
132 class FooTest : public testing::Test {
136 class BarTest : public testing::Test {
151 class FooTest : public testing::Test {
211 void Test() { function
220 void Test() { function
[all...]
/external/webkit/Tools/WebKitAPITest/
H A DTestsController.h34 class Test;
44 void addTest(PassOwnPtr<Test>);
58 Deque<Test*> m_tests;
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DANTLRStringStream.pm1 package Test::ANTLR::Runtime::ANTLRStringStream;
4 use Test::More;
8 BEGIN { extends 'My::Test::Class' }
10 sub consume : Test(2) {
19 sub LA : Test(5) {
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dbasic.cpp16 void Test() { function
/external/clang/test/SemaTemplate/
H A Drecovery-crash.cpp15 void Test() { function
/external/icu4c/test/intltest/
H A Drndmcoll.h23 void Test();

Completed in 381 milliseconds

1234567891011>>