HomeSort by relevance Sort by last modified time
    Searched full:testcase (Results 201 - 225 of 4595) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGen/
2002-02-13-TypeVarNameCollision.c 3 /* This testcase causes a symbol table collision. Type names and variable
2002-05-23-TypeNameCollision.c 3 /* Testcase for when struct tag conflicts with typedef name... grr */
builtin-recursive.cc 7 void testcase(void) { function
  /external/clang/test/CodeGenCXX/
2005-02-13-BadDynamicInit.cpp 2 // This testcase corresponds to PR509
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.cpp 25 TESTCASE(0,RoundTripLocale1); // 1 locale
26 TESTCASE(1,RoundTripLocale10); // 10 locales
27 TESTCASE(2,RoundTripLocale11); // 11 locales
28 TESTCASE(3,RoundTripLocale21); // 21 locales w/ reverse order
  /external/junit/src/junit/textui/
TestRunner.java 7 import junit.framework.TestCase;
19 * <p>TestRunner expects the name of a TestCase class as argument.
59 * Runs a suite extracted from a TestCase subclass.
61 static public void run(Class<? extends TestCase> testClass) {
153 String testCase= "";
161 testCase= extractClassName(args[++i]);
165 testCase= arg.substring(0, lastIndex);
170 testCase= args[i];
173 if (testCase.equals(""))
174 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class")
    [all...]
  /external/llvm/test/Assembler/
2002-10-08-LargeArrayPerformance.ll 2 ; This testcase comes from the following really simple c file:
2003-04-25-UnresolvedGlobalReference.ll 2 ; There should be absolutely no problem with this testcase.
  /external/llvm/test/ExecutionEngine/
2003-08-15-AllocaAssertion.ll 4 ; This testcase failed to work because two variable sized allocas confused the
  /external/llvm/test/ExecutionEngine/MCJIT/
2003-08-15-AllocaAssertion.ll 3 ; This testcase failed to work because two variable sized allocas confused the
  /external/llvm/test/Transforms/InstCombine/
2004-08-09-RemInfLoop.ll 3 ; This testcase should not send the instcombiner into an infinite loop!
  /external/llvm/test/Verifier/
2002-11-05-GetelementptrPointers.ll 3 ; This testcase is invalid because we are indexing into a pointer that is
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.1.2.js 52 array[item++] = new TestCase( SECTION, "(Array()).length", 0, (Array()).length );
53 array[item++] = new TestCase( SECTION, "(Array(0)).length", 0, (Array(0)).length );
54 array[item++] = new TestCase( SECTION, "(Array(1)).length", 1, (Array(1)).length );
55 array[item++] = new TestCase( SECTION, "(Array(10)).length", 10, (Array(10)).length );
56 array[item++] = new TestCase( SECTION, "(Array('1')).length", 1, (Array('1')).length );
57 array[item++] = new TestCase( SECTION, "(Array(1000)).length", 1000, (Array(1000)).length );
58 array[item++] = new TestCase( SECTION, "(Array('1000')).length", 1, (Array('1000')).length );
59 array[item++] = new TestCase( SECTION, "(Array(4294967295)).length", ToUint32(4294967295), (Array(4294967295)).length );
60 array[item++] = new TestCase( SECTION, "(Array(Math.pow(2,31)-1)).length", ToUint32(Math.pow(2,31)-1), (Array(Math.pow(2,31)-1)).length );
61 array[item++] = new TestCase( SECTION, "(Array(Math.pow(2,31))).length", ToUint32(Math.pow(2,31)), (Array(Math.pow( (…)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.2-3.js 45 // all tests must call a function that returns an array of TestCase objects.
54 array[item++] = new TestCase( SECTION, "Date(1899,11,31,23,59,59)", (new Date()).toString(), Date(1899,11,31,23,59,59));
55 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,0)", (new Date()).toString(), Date(1900,0,1,0,0,0) );
56 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,1)", (new Date()).toString(), Date(1900,0,1,0,0,1) );
57 array[item++] = new TestCase( SECTION, "Date(1899,11,31,16,0,0,0)", (new Date()).toString(), Date(1899,11,31,16,0,0,0));
62 array[item++] = new TestCase( SECTION, "Date( 2000,1,29,0,0,0)", (new Date()).toString(), Date(2000,1,29,0,0,0));
63 array[item++] = new TestCase( SECTION, "Date( 2000,1,28,23,59,59)", (new Date()).toString(), Date( 2000,1,28,23,59,59));
64 array[item++] = new TestCase( SECTION, "Date( 2000,1,27,16,0,0)", (new Date()).toString(), Date(2000,1,27,16,0,0));
67 array[item++] = new TestCase( SECTION, "Date(2004,11,31,23,59,59)", (new Date()).toString(), Date(2004,11,31,23,59,59));
68 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,0)", (new Date()).toString(), Date(2005,0,1,0,0,0) )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_dollar_number.js 44 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$1",
48 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$2",
52 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$3",
56 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$4",
60 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$5",
64 testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/); RegExp.$6",
72 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$1",
74 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$2",
76 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$3",
78 testcases[count++] = new TestCase ( SECTION, "'" + a_to_z + "'.match((a)b(c)....(y)z); RegExp.$4"
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasMethodAnnotationTest.java 20 import junit.framework.TestCase;
26 public class HasMethodAnnotationTest extends TestCase {
38 private boolean methodHasAnnotation(Class<? extends TestCase> aClass,
47 static class AnnotatedMethodExample extends TestCase {
  /ndk/tests/device/test-stlport_shared-exception/jni/
overload12_1.cpp 2 // Testcase for not trying a candidate that would generate an ill-formed
  /ndk/tests/device/test-stlport_static-exception/jni/
overload12_1.cpp 2 // Testcase for not trying a candidate that would generate an ill-formed
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
DataTestRunner.java 23 import junit.framework.TestCase;
34 public void initialize(TestCase testCase) {
35 MediaCacheTest test = (MediaCacheTest) testCase;
  /external/embunit/src/
TestCase.c 33 * $Id: TestCase.c,v 1.6 2004/02/10 16:19:29 arms22 Exp $
36 #include "TestCase.h"
40 static TestCase* self_;
42 char* TestCase_name(TestCase* self)
47 void TestCase_run(TestCase* self,TestResult* result)
55 TestCase* ws = self_; /*push*/
68 int TestCase_countTestCases(TestCase* self)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.3-1.js 51 array[item++] = new TestCase( SECTION, "String.prototype.valueOf.length", 0, String.prototype.valueOf.length );
53 array[item++] = new TestCase( SECTION, "String.prototype.valueOf()", "", String.prototype.valueOf() );
54 array[item++] = new TestCase( SECTION, "(new String()).valueOf()", "", (new String()).valueOf() );
55 array[item++] = new TestCase( SECTION, "(new String(\"\")).valueOf()", "", (new String("")).valueOf() );
56 array[item++] = new TestCase( SECTION, "(new String( String() )).valueOf()","", (new String(String())).valueOf() );
57 array[item++] = new TestCase( SECTION, "(new String( \"h e l l o\" )).valueOf()", "h e l l o", (new String("h e l l o")).valueOf() );
58 array[item++] = new TestCase( SECTION, "(new String( 0 )).valueOf()", "0", (new String(0)).valueOf() );
15.5.4.js 45 array[item++] = new TestCase( SECTION,
50 array[item++] = new TestCase( SECTION, "typeof String.prototype", "object", typeof String.prototype );
51 array[item++] = new TestCase( SECTION, "String.prototype.valueOf()", "", String.prototype.valueOf() );
52 array[item++] = new TestCase( SECTION, "String.prototype +''", "", String.prototype + '' );
53 array[item++] = new TestCase( SECTION, "String.prototype.length", 0, String.prototype.length );
54 // array[item++] = new TestCase( SECTION, "String.prototype.__proto__", Object.prototype, String.prototype.__proto__ );
72 // all tests must return an array of TestCase objects
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
regexparg-1.js 47 testcases[tc++] = new TestCase( SECTION,
52 testcases[tc++] = new TestCase( SECTION,
57 testcases[tc++] = new TestCase( SECTION,
62 testcases[tc++] = new TestCase( SECTION,
67 testcases[tc++] = new TestCase( SECTION,
72 testcases[tc++] = new TestCase( SECTION,
77 testcases[tc++] = new TestCase( SECTION,
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 24 import junit.framework.TestCase;
32 public class UnitTestSuiteBuilderTest extends TestCase {
105 TestCase testCase = (TestCase) test;
106 return testCase.getClass().getSimpleName() + "." + testCase.getName();
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
SmokeTestRunner.java 25 import junit.framework.TestCase;
34 * A special test runner which does a test-start for each app in a separate testcase
41 * Returns a single testcase for each app to launch
50 final TestCase setupTest = new ProcessErrorsTest() {
59 final TestCase postBootTest = new ProcessErrorsTest() {
69 final TestCase appTest = new ProcessErrorsTest() {
88 final TestCase asyncErrorTest = new ProcessErrorsTest() {

Completed in 2860 milliseconds

1 2 3 4 5 6 7 891011>>