Searched refs:Test (Results 51 - 75 of 975) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DTest.h20 class Test;
40 void startTest(Test*);
42 void endTest(Test*);
67 virtual void onStart(Test*) {}
69 virtual void onEnd(Test*) {}
72 Test* fCurrTest;
80 class Test { class in namespace:skiatest
82 Test();
83 virtual ~Test();
100 class GpuTest : public Test{
[all...]
H A DTest.cpp8 #include "Test.h"
26 void Reporter::startTest(Test* test) {
45 void Reporter::endTest(Test* test) {
53 Test::Test() : fReporter(NULL) {} function in class:Test
55 Test::~Test() {
59 void Test::setReporter(Reporter* r) {
63 const char* Test::getName() {
70 bool Test
[all...]
/external/valgrind/main/memcheck/tests/
H A Dnew_override.cpp4 class Test { class
18 Test *toto;
22 toto = new Test[2];
/external/webkit/Tools/TestWebKitAPI/
H A DTestsController.h34 class Test;
46 typedef Test* (*CreateTestFunction)(const std::string&);
54 Test* m_currentTest;
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestJavaCodeGeneration.java30 import org.junit.Test;
37 @Test public void testDupVarDefForPinchedState() {
53 @Test public void testLabeledNotSetsInLexer() {
66 @Test public void testLabeledSetsInLexer() {
78 @Test public void testLabeledRangeInLexer() {
90 @Test public void testLabeledWildcardInLexer() {
102 @Test public void testSynpredWithPlusLoop() {
113 @Test public void testDoubleQuoteEscape() {
128 @Test public void testBlankRuleGetsNoException() {
H A DTestSemanticPredicateEvaluation.java30 import org.junit.Test;
33 @Test public void testSimpleCyclicDFAWithPredicate() throws Exception {
44 @Test public void testSimpleCyclicDFAWithInstanceVarPredicate() throws Exception {
56 @Test public void testPredicateValidation() throws Exception {
72 @Test public void testLexerPreds() throws Exception {
85 @Test public void testLexerPreds2() throws Exception {
98 @Test public void testLexerPredInExitBranch() throws Exception {
112 @Test public void testLexerPredInExitBranch2() throws Exception {
124 @Test public void testLexerPredInExitBranch3() throws Exception {
136 @Test publi
[all...]
H A DTestTreeParsing.java30 import org.junit.Test;
33 @Test public void testFlatList() throws Exception {
53 @Test public void testSimpleTree() throws Exception {
73 @Test public void testFlatVsTreeDecision() throws Exception {
96 @Test public void testFlatVsTreeDecision2() throws Exception {
120 @Test public void testCyclicDFALookahead() throws Exception {
142 @Test public void testTemplateOutput() throws Exception {
163 @Test public void testNullableChildList() throws Exception {
183 @Test public void testNullableChildList2() throws Exception {
204 @Test publi
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncproto_unittest.cc10 class SyncProtoTest : public testing::Test {
/external/chromium/testing/gtest/test/
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp13 class Test { class in namespace:test0
/external/clang/test/Index/
H A Dannotate-attribute.cpp3 class Test { class
19 // CHECK: ClassDecl=Test:3:7 (Definition) Extent=[3:1 - 17:2]
/external/clang/test/Sema/
H A Dcompound-literal.c18 typedef struct Test {int a;int b;} Test; typedef in typeref:struct:Test
19 static Test* ll = &(Test) {0,0};
H A Dpredefined-function.c4 enum Test {A=-1}; enum
5 char *funk(enum Test x);
/external/embunit/inc/
H A DTest.h33 * $Id: Test.h,v 1.4 2004/02/10 16:19:29 arms22 Exp $
54 typedef struct __Test Test; typedef in typeref:struct:__Test
61 #define Test_name(s) ((Test*)s)->isa->name(s)
62 #define Test_run(s,r) ((Test*)s)->isa->run(s,r)
63 #define Test_countTestCases(s) ((Test*)s)->isa->countTestCases(s)
H A DRepeatedTest.h43 Test* test;
52 (Test*)test,\
/external/gtest/test/
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
/external/protobuf/gtest/test/
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
/external/antlr/antlr-3.4/gunit/src/test/java/org/antlr/gunit/
H A DGunitTest.java3 import junit.framework.Test;
26 public static Test suite()
32 * Rigourous Test :-)
/external/chromium/testing/
H A Dplatform_test.h22 class PlatformTest : public testing::Test {
31 typedef testing::Test PlatformTest;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp8 bool Test(const int& foo);
11 bool z = Test(f.x);
/external/clang/test/SemaCXX/
H A Dtag-ambig.cpp12 class Test class
16 virtual bool testMethod (Test::Point& p) = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dplugin.properties11 Bundle-Name= Ui Performance Test Framework Plug-in

Completed in 505 milliseconds

1234567891011>>