Searched defs:TestContext (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dconst-redecl.js52 function TestContext(s,e) { function
70 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
/external/chromium-libpac/test/js-unittest/
H A Dpac_library_unittest.js13 var t = new TestContext(test);
276 // TestContext
281 function TestContext(name) { class
286 TestContext.prototype.failed = function() {
290 TestContext.prototype.expectEquals = function(expectation, actual) {
297 TestContext.prototype.expectTrue = function(x) {
301 TestContext.prototype.expectFalse = function(x) {
305 TestContext.prototype.log = function(x) {
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
H A Dpac_library_unittest.js13 var t = new TestContext(test);
276 // TestContext
281 function TestContext(name) { class
286 TestContext.prototype.failed = function() {
290 TestContext.prototype.expectEquals = function(expectation, actual) {
297 TestContext.prototype.expectTrue = function(x) {
301 TestContext.prototype.expectFalse = function(x) {
305 TestContext.prototype.log = function(x) {
/external/deqp/framework/common/
H A DtcuTestContext.hpp48 class TestContext class in namespace:tcu
51 TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog);
52 ~TestContext (void) {}
89 * optionally logs them, and finally sets the test result of a TestContext to
107 void setTestContextResult (TestContext& testCtx);
H A DtcuTestContext.cpp31 TestContext::TestContext ( function in class:tcu::TestContext
49 void TestContext::touchWatchdog (void)
55 void TestContext::setTestResult (qpTestResult testResult, const char* description)
126 void ResultCollector::setTestContextResult (TestContext& testCtx)
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc692 TestWebGraphicsContext3D* LayerTreeTest::TestContext() { function in class:cc::LayerTreeTest
/external/deqp/execserver/tools/
H A DxsTest.cpp164 class TestContext class in namespace:xs
167 TestContext (void) : startServer(false) {} function in class:xs::TestContext
179 TestContext (const TestContext& other);
180 TestContext& operator= (const TestContext& other);
186 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {}
195 TestContext& m_testCtx;
202 TestExecutor (TestContext& testCtx);
209 TestContext
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp99 class TestContext class in namespace:deqp::egl::__anon19823
102 TestContext (EglTestContext& eglTestCtx, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
103 ~TestContext (void);
116 TestContext* m_parent;
146 TestContext& operator= (const TestContext&);
147 TestContext (const TestContext&);
492 TestContext function in class:deqp::egl::__anon19823::TestContext
[all...]
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager_unittest.cc26 struct TestContext { struct in namespace:mojo::__anon8712
27 TestContext() : num_impls(0), num_loader_deletes(0) {} function in struct:mojo::__anon8712::TestContext
49 explicit TestServiceImpl(TestContext* context) : context_(context) {
68 TestContext* context_;
108 void set_context(TestContext* context) { context_ = context; }
141 TestContext* context_;
459 TestContext context_;
476 TestContext context;
497 TestContext context;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c38 static void TestContext(void);
56 TESTCASE(TestContext);
1396 static void TestContext(void) { function
/external/chromium_org/v8/src/
H A Dfull-codegen.h129 class TestContext;
315 void DoTest(const TestContext* context);
386 TestContext context(this, expr, if_true, if_false, fall_through);
677 // implementation will bind both labels unless it's a TestContext, which
759 class TestContext : public ExpressionContext { class in class:v8::internal::FullCodeGenerator
761 TestContext(FullCodeGenerator* codegen, function in class:v8::internal::FullCodeGenerator::TestContext
772 static const TestContext* cast(const ExpressionContext* context) {
774 return reinterpret_cast<const TestContext*>(context);
H A Dhydrogen.h855 class TestContext FINAL : public AstContext {
857 TestContext(HOptimizedGraphBuilder* owner, function in class:v8::internal::FINAL
875 static TestContext* cast(AstContext* context) {
877 return reinterpret_cast<TestContext*>(context);
907 TestContext* test_context() { return test_context_; }
952 TestContext* test_context_;
2176 TestContext* inlined_test_context() const {
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c38 static void TestContext(void);
56 TESTCASE(TestContext);
1431 static void TestContext(void) { function
H A Dcnumtst.c61 static void TestContext(void);
87 TESTCASE(TestContext);
2479 static void TestContext(void) { function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp143 TESTCASE(33,TestContext);
1791 void TransliteratorTest::TestContext() { function in class:TransliteratorTest
H A Ddtfmttst.cpp96 TESTCASE_AUTO(TestContext);
3993 void DateFormatTest::TestContext() function in class:DateFormatTest
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp143 TESTCASE(33,TestContext);
1790 void TransliteratorTest::TestContext() { function in class:TransliteratorTest
H A Ddtfmttst.cpp96 TESTCASE_AUTO(TestContext);
3996 void DateFormatTest::TestContext() function in class:DateFormatTest
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc391 class TestContext { class in class:gpu::gles2::GLES2ImplementationTest
393 TestContext() : commands_(NULL), token_(0) {} function in class:gpu::gles2::GLES2ImplementationTest::TestContext
611 TestContext test_contexts_[kNumTestContexts];

Completed in 467 milliseconds