HomeSort by relevance Sort by last modified time
    Searched defs:TestContext (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/v8/test/mjsunit/
const-redecl.js 52 function TestContext(s,e) {
70 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 13 var t = new TestContext(test);
276 // TestContext
281 function TestContext(name) {
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/
pac_library_unittest.js 13 var t = new TestContext(test);
276 // TestContext
281 function TestContext(name) {
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/
tcuTestContext.cpp 31 TestContext::TestContext (
49 void TestContext::touchWatchdog (void)
55 void TestContext::setTestResult (qpTestResult testResult, const char* description)
126 void ResultCollector::setTestContextResult (TestContext& testCtx)
tcuTestContext.hpp 48 class TestContext
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);
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 99 class TestContext
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::TestContext (EglTestContext& testCtx, EGLConfig eglConfig, const TestConfig& config, bool share, (…)
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 692 TestWebGraphicsContext3D* LayerTreeTest::TestContext() {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 63 protected TestContext mTestContext;
97 static class TestContext extends RenamingDelegatingContext {
105 public TestContext(Context realContext) {
160 mTestContext = new TestContext(realContext);
  /external/chromium_org/mojo/application_manager/
application_manager_unittest.cc 26 struct TestContext {
27 TestContext() : num_impls(0), num_loader_deletes(0) {}
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/deqp/execserver/tools/
xsTest.cpp 164 class TestContext
167 TestContext (void) : startServer(false) {}
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& m_testCtx
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 266 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception {
299 TestContext testInfo = createTestContext();
313 protected TestContext createTestContext() {
314 return new TestContext();
317 protected static class TestContext {
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
qcamera_test.h 41 class TestContext;
98 void setTestCtxInstance(TestContext *instance);
165 TestContext *mInterpr;
280 void setTestCtxInst(TestContext *instance);
293 TestContext *mTestContext;
297 class TestContext
302 TestContext();
303 ~TestContext();
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c 38 static void TestContext(void);
56 TESTCASE(TestContext);
    [all...]
  /external/chromium_org/v8/src/
full-codegen.h 129 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 {
761 TestContext(FullCodeGenerator* codegen,
772 static const TestContext* cast(const ExpressionContext* context) {
774 return reinterpret_cast<const TestContext*>(context);
    [all...]
hydrogen.h 855 class TestContext FINAL : public AstContext {
857 TestContext(HOptimizedGraphBuilder* owner,
875 static TestContext* cast(AstContext* context) {
877 return reinterpret_cast<TestContext*>(context);
907 TestContext* test_context() { return test_context_; }
952 TestContext* test_context_;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 38 static void TestContext(void);
56 TESTCASE(TestContext);
    [all...]
cnumtst.c 61 static void TestContext(void);
87 TESTCASE(TestContext);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 80 new TestContext(mockResolver, getContext()));
97 new TestContext(mockResolver, getContext()));
300 new TestContext(mockResolver, getContext()));
626 final TestContext testContext = new TestContext(mockResolver, getContext());
643 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmttst.cpp 96 TESTCASE_AUTO(TestContext);
    [all...]
transtst.cpp 143 TESTCASE(33,TestContext);
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 143 TESTCASE(33,TestContext);
    [all...]
dtfmttst.cpp 96 TESTCASE_AUTO(TestContext);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 391 class TestContext {
393 TestContext() : commands_(NULL), token_(0) {}
611 TestContext test_contexts_[kNumTestContexts];
    [all...]

Completed in 528 milliseconds