HomeSort by relevance Sort by last modified time
    Searched defs:TestCase (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/chromium_org/v8/test/mjsunit/
search-string-multiple.js 30 function TestCase(id, expected_output, regexp_source, flags, input) {
52 TestCase(1,
57 TestCase(2,
debug-liveedit-restart-frame.js 49 function TestCase(test_scenario, expected_output) {
137 TestCase('0==', "FEDCBA=A=");
138 TestCase('1==', "FEDCBA=BA=");
139 TestCase('2==', "FEDCBA=CBA=");
140 TestCase('3==', "FEDCBA=DCBA=");
141 TestCase('4==', "FEDCBA=EDCBA=");
142 TestCase('5==', "FEDCBA=FEDCBA=");
144 TestCase('=', "FEDCBA=");
146 TestCase('C==', "FEDCBA=CBA=");
148 TestCase('B=C=A=D==', "FEDCBA=BA=CBA=A=DCBA=")
    [all...]
debug-step-4-in-frame.js 56 function TestCase(frame_index, step_count, expected_final_state) {
112 TestCase(undefined, 0, "0,0,-1");
113 TestCase(undefined, 1, "0,0,-1");
114 TestCase(undefined, 2, "0,0,0");
115 TestCase(undefined, 5, "0,0,1");
116 TestCase(undefined, 8, "0,0,3");
119 TestCase(0, 0, "0,0,-1");
120 TestCase(0, 1, "0,0,-1");
121 TestCase(0, 2, "0,0,0");
122 TestCase(0, 5, "0,0,1")
    [all...]
debug-stepin-positions.js 36 function TestCase(fun, frame_number) {
115 TestCase(fun, 1);
120 TestCase(fun, frame_number);
126 TestCase(fun, frame_number);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_bytecode.py 1 from tests import TestCase, add
test_expr.py 1 from tests import TestCase, add
5 class TExpression(TestCase):
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
string_compare_test.cc 27 struct TestCase {
28 TestCase(const std::string& left,
37 ~TestCase() {}
45 class StringCompareTest : public testing::TestWithParam<TestCase> {
73 TestCase("foo", "foo", true, false),
74 TestCase("foo", "FOO", true, false),
75 TestCase("bar", "foo", false, true),
76 TestCase(
80 TestCase(
86 TestCase(
    [all...]
  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer_unittest.cc 17 struct TestCase {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentCheckerTest.cpp 19 struct TestCase {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-84234.js 32 function TestCase(n, d, e, a) {
38 new TestCase("15.5.4.11-6",
  /external/deqp/framework/common/
tcuTestCase.cpp 120 TestCase::IterateResult TestCaseGroup::iterate (void)
126 // TestCase
128 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description)
133 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description)
139 TestCase::~TestCase (void)
  /external/deqp/modules/gles2/
tes2TestCase.hpp 48 class TestCase : public tcu::TestCase
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description)
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description
    [all...]
  /external/deqp/modules/gles3/
tes3TestCase.hpp 48 class TestCase : public tcu::TestCase
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description)
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description
    [all...]
  /external/deqp/modules/gles31/
tes31TestCase.hpp 48 class TestCase : public tcu::TestCase
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description)
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_regexes_unittest.cc 17 struct TestCase {
22 const TestCase kPositiveCases[] = {
38 const TestCase& test_case = kPositiveCases[i];
45 const TestCase kNegativeCases[] = {
58 const TestCase& test_case = kNegativeCases[i];
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 50 struct TestCase {
54 TestCase test_cases[] = {
91 struct TestCase {
95 TestCase test_cases[] = {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaConditionTest.cpp 21 } TestCase;
28 TestCase testCases[] = {
SizesAttributeParserTest.cpp 19 } TestCase;
23 TestCase testCases[] = {
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOriginTest.cpp 65 struct TestCase {
70 TestCase inputs[] = {
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
base_unittest.py 32 class TestCase(superclass_module.TestCase):
35 super(TestCase, self).__init__(*args, **kwargs)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network_unittest.py 10 class TestCase(object):
35 'blank.html': InspectorNetworkTabTest.TestCase(),
36 'green_rect.html': InspectorNetworkTabTest.TestCase(
38 'image_decoding.html': InspectorNetworkTabTest.TestCase(
  /external/chromium_org/ui/gfx/
shadow_value_unittest.cc 13 const struct TestCase {
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 90 function TestCase(name, before, fn, after, isRegular) {
99 TestCase.prototype.RunFunction = function(suite, fn, postAction) {
118 TestCase.prototype.MarkAsDone = function() {
123 TestCase.prototype.Run = function(suite, postAction) {
178 this.cases.push(new TestCase(this.description + ' :before', undefined,
182 this.cases.push(new TestCase(described.cases[i].description,
189 this.cases.push(new TestCase(this.description + ' :after',
201 // TestCase.prototype.Run cannot throw an exception.
218 TestSuite.prototype.ReportError = function(testCase, e) {
219 if (testCase.hasDone)
    [all...]
  /art/test/406-fields/src/
TestCase.java 23 public abstract class TestCase {
  /art/test/407-arrays/src/
TestCase.java 23 public abstract class TestCase {

Completed in 1935 milliseconds

1 2 3 4 5 6