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

/external/chromium/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/v8/test/mjsunit/
H A Dconst-redecl.js83 function TestContext(s,e) { function
103 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
/external/v8/src/
H A Dfull-codegen.h120 class TestContext;
306 void DoTest(const TestContext* context);
370 TestContext context(this, expr, if_true, if_false, fall_through);
639 // implementation will bind both labels unless it's a TestContext, which
721 class TestContext : public ExpressionContext { class in class:v8::internal::FullCodeGenerator
723 TestContext(FullCodeGenerator* codegen, function in class:v8::internal::FullCodeGenerator::TestContext
734 static const TestContext* cast(const ExpressionContext* context) {
736 return reinterpret_cast<const TestContext*>(context);
H A Dhydrogen.h653 class TestContext: public AstContext { class in namespace:v8::internal
655 TestContext(HGraphBuilder* owner, function in class:v8::internal::TestContext
669 static TestContext* cast(AstContext* context) {
671 return reinterpret_cast<TestContext*>(context);
710 TestContext* test_context() { return test_context_; }
742 TestContext* test_context_;
880 TestContext* inlined_test_context() const {
/external/valgrind/unittest/
H A Dbigtest.cc242 struct TestContext { struct in namespace:one_lock
245 TestContext() { function in struct:one_lock::TestContext
253 TestContext * context = &contexts[id];
283 contexts = new TestContext[params.NUM_CONTEXTS];
291 TestContext * context = &contexts[id];
324 struct TestContext {
331 TestContext * context = &contexts[rand() % NUM_CONTEXTS];
405 struct TestContext {
408 TestContext() : pcq(0) {}
409 ~TestContext() {
465 struct TestContext { struct in namespace:publishing::condvar
471 TestContext () { function in struct:publishing::condvar::TestContext
[all...]
/external/icu4c/test/intltest/
H A Dtranstst.cpp142 TESTCASE(33,TestContext);
1790 void TransliteratorTest::TestContext() { function in class:TransliteratorTest

Completed in 409 milliseconds