/external/junit/src/junit/framework/ |
Test.java | 6 * @see TestResult 14 * Runs a test and collects its result in a TestResult instance. 16 public abstract void run(TestResult result);
|
Protectable.java | 6 * @see TestResult
|
/external/clang/test/Sema/ |
variadic-block.c | 32 long testresult = addthem("ii", 10, 20); local 33 if (testresult != 30) { 36 testresult = addthem("idc", 30, 40.0, 'a'); 37 if (testresult != (70+'a')) {
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
test_root.rs | 11 typedef struct TestResult {
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
test_root.rs | 11 typedef struct TestResult {
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
test_root.rs | 11 typedef struct TestResult {
|
shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
test_root.rs | 11 typedef struct TestResult {
|
shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/external/compiler-rt/BlocksRuntime/tests/ |
variadic.c | 52 long testresult = addthem("ii", 10, 20); local 53 if (testresult != 30) { 54 printf("got wrong result: %ld\n", testresult); 57 testresult = addthem("idc", 30, 40.0, 'a'); 58 if (testresult != (70+'a')) { 59 printf("got different wrong result: %ld\n", testresult);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.h | 35 struct TestResult 44 typedef struct TestResult TestResult;
|
xmlreader.h | 21 TestResult *expected);
|
/external/harfbuzz_ng/src/hb-icu-le/ |
letest.h | 47 struct TestResult 56 typedef struct TestResult TestResult;
|
/external/icu4c/test/letest/ |
letest.h | 35 struct TestResult 44 typedef struct TestResult TestResult;
|
xmlreader.h | 21 TestResult *expected);
|
/external/junit/src/junit/extensions/ |
TestDecorator.java | 5 import junit.framework.TestResult; 23 public void basicRun(TestResult result) { 31 public void run(TestResult result) {
|
RepeatedTest.java | 4 import junit.framework.TestResult; 26 public void run(TestResult result) {
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
AutomaticActivity.java | 121 private static class TestResult { 122 TestResult(String label, float error) { 141 final HashMap<String, TestResult> mModifierResults = new HashMap<String, TestResult>(); 142 final HashMap<String, TestResult> mIndividualResults = new HashMap<String, TestResult>(); 143 final HashMap<String, TestResult> mModifierDiffResults = new HashMap<String, TestResult>(); 144 final HashMap<String, TestResult> mIndividualDiffResults = new HashMap<String, TestResult>(); [all...] |
/external/junit/src/org/junit/experimental/results/ |
PrintableResult.java | 19 * assertThat(testResult(HasExpectedException.class), isSuccessful()); 26 public static PrintableResult testResult(Class<?> type) { 27 return testResult(Request.aClass(type)); 33 public static PrintableResult testResult(Request request) {
|
/external/llvm/utils/lit/lit/ |
Test.py | 5 class TestResult: 14 PASS = TestResult('PASS', False) 15 XFAIL = TestResult('XFAIL', False) 16 FAIL = TestResult('FAIL', True) 17 XPASS = TestResult('XPASS', True) 18 UNRESOLVED = TestResult('UNRESOLVED', True) 19 UNSUPPORTED = TestResult('UNSUPPORTED', False)
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
BooleanTest.java | 48 public String getResult(gUnitTestResult testResult) { 49 if ( testResult.isLexerTest() ) { 50 if ( testResult.isSuccess() ) return "OK"; 53 return testResult.getError(); 56 return (testResult.isSuccess())? "OK" : "FAIL";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_results_unittest.py | 31 from webkitpy.layout_tests.models.test_results import TestResult 36 result = TestResult("foo") 42 result = TestResult(test_name='foo', 46 new_result = TestResult.loads(s) 47 self.assertIsInstance(new_result, TestResult)
|
/external/embunit/inc/ |
TestResult.h | 33 * $Id: TestResult.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $ 42 /*typedef struct __TestResult TestResult;*//* -> Test.h*/ 61 void TestResult_init(TestResult* self,TestListner* listner); 62 void TestResult_startTest(TestResult* self,Test* test); 63 void TestResult_endTest(TestResult* self,Test* test); 64 void TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,const char* file);
|
/external/embunit/src/ |
TestResult.c | 33 * $Id: TestResult.c,v 1.4 2004/02/10 16:19:29 arms22 Exp $ 37 #include "TestResult.h" 39 void TestResult_init(TestResult* self,TestListner* listner) 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)
|
/cts/tools/tradefed-host/res/report/ |
cts_result.xsl | 25 <title>Test Report for <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model" /> - <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/></title> 42 <h1>Test Report for <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/> - 43 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/> 71 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_model"/> 77 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildName"/> 83 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_brand"/> 89 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@build_manufacturer"/> 95 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@deviceID"/> 101 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@buildVersion"/ [all...] |