Searched refs:Test (Results 126 - 150 of 975) sorted by relevance

1234567891011>>

/external/embunit/src/
H A DTestCase.c35 #include "Test.h"
49 TestResult_startTest(result, (Test*)self);
65 TestResult_endTest(result, (Test*)self);
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
/external/junit/src/junit/framework/
H A DTestFailure.java13 protected Test fFailedTest;
20 public TestFailure(Test failedTest, Throwable thrownException) {
27 public Test failedTest() {
H A DJUnit4TestAdapterCache.java16 public class JUnit4TestAdapterCache extends HashMap<Description, Test> {
24 public Test asTest(Description description) {
34 Test createTest(Description description) {
69 public List<Test> asTestList(Description description) {
73 List<Test> returnThis = new ArrayList<Test>();
/external/skia/tests/
H A DTestClassDef.h22 class classname : public Test { \
24 static Test* Factory(void*) { return SkNEW(classname); } \
36 static Test* Factory(void*) { return SkNEW(classname); } \
/external/webkit/Tools/WebKitAPITest/
H A DTest.h33 class Test { class in namespace:WebKitAPITest
35 ~Test() { }
44 class TEST_CLASS_NAME(testCaseName, testName) : public Test { \
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTopologicalSort.java31 import org.junit.Test;
35 /** Test topo sort in GraphNode. */
37 @Test
58 @Test
72 @Test
86 @Test
100 @Test
H A DTestSemanticPredicates.java36 import org.junit.Test;
48 @Test public void testPredsButSyntaxResolves() throws Exception {
58 @Test public void testLL_1_Pred() throws Exception {
69 @Test public void testLL_1_Pred_forced_k_1() throws Exception {
81 @Test public void testLL_2_Pred() throws Exception {
93 @Test public void testPredicatedLoop() throws Exception {
105 @Test public void testPredicatedToStayInLoop() throws Exception {
116 @Test public void testAndPredicates() throws Exception {
127 @Test
140 @Test publi
[all...]
/external/chromium/base/
H A Dtemplate_util.h61 static YesType Test(To);
64 static NoType Test(...);
74 static YesType Test(void(C::*)(void));
77 static NoType Test(...);
89 sizeof(internal::ConvertHelper::Test<To>(
97 sizeof(internal::IsClassHelper::Test<T>(0)) ==
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLStreamedInputTest.java22 import junit.framework.Test;
50 public static Test suite() {
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp16.cpp30 struct Test{ struct in namespace:PR10024
37 void Test<T>::get<double>(double i) {} // expected-error{{cannot specialize (with 'template<>') a member of an unspecialized template}}
/external/clang/test/SemaCXX/
H A Dreturn.cpp52 class Test class in namespace:PR9328
68 void Test(const VarType& value) { function in namespace:PR10057
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DUncaughtExceptionHandlersTest.java27 import org.junit.Test;
41 @Test public void testExiter() {
/external/llvm/utils/lit/lit/
H A DLitTestCase.py2 import Test namespace
27 if tr is Test.UNRESOLVED:
/external/openfst/src/test/
H A Dalgo_test.cc86 tropical_tester.Test();
93 log_tester.Test();
100 minmax_tester.Test();
107 left_string_tester.Test();
115 right_string_tester.Test();
126 gallic_tester.Test();
137 lexicographic_tester.Test();
149 tropical_cube_tester.Test();
/external/regex-re2/util/
H A Dtest.cc11 struct Test { struct
16 static Test tests[10000];
/external/valgrind/main/drd/tests/
H A Dpth_cleanup_handler.stderr.exp4 Test succeeded.
/external/valgrind/main/gdbserver_tests/
H A Dmcsignopass.stderr.exp5 Test 1: Invalid write of size 4
11 Test 2: PASS
12 Test 3: PASS
13 Test 4: PASS
H A Dmcsigpass.stderr.exp5 Test 1: Invalid write of size 4
11 Test 2: PASS
12 Test 3: PASS
13 Test 4: PASS
/external/webkit/Tools/Scripts/
H A Dtest-webkitperl38 use Test::Harness;
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DremoveEOL.pl33 use Test::Simple tests => 5;
/external/v8/test/cctest/
H A Dcctest.h35 static void Test##Name(); \
36 CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, true); \
37 static void Test##Name()
42 static void Test##Name(); \
43 CcTest register_test_##Name(Test##Name, __FILE__, #Name, #Dep, true); \
44 static void Test##Name()
49 static void Test##Name(); \
50 CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, false); \
51 static void Test##Name()
130 static void Test##Nam
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestLexer.h1 // $ANTLR 3.2 Aug 07, 2010 22:08:38 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/lexertest-simple/Test.g 2010-08-11 13:24:39
20 @interface Test : ANTLRLexer {
26 @end // end of Test interfac
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dsyn-pred.rb6 class TestSyntacticPredicate < ANTLR3::Test::Functional
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_unittest.cc9 class FirstRunTest : public testing::Test {
/external/chromium/chrome/browser/history/
H A Dhistory_unittest_base.h14 class HistoryUnitTestBase : public testing::Test {

Completed in 996 milliseconds

1234567891011>>