Searched refs:test_context_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc13 : test_context_(test_context) {
14 DCHECK(test_context_);
21 textures[i] = test_context_->createTexture();
27 buffers[i] = test_context_->createBuffer();
33 framebuffers[i] = test_context_->createFramebuffer();
39 renderbuffers[i] = test_context_->createRenderbuffer();
45 queries[i] = test_context_->createQueryEXT();
51 test_context_->deleteTexture(textures[i]);
57 test_context_->deleteBuffer(buffers[i]);
64 test_context_
[all...]
H A Dtest_gles2_interface.h193 TestWebGraphicsContext3D* test_context_; member in class:cc::TestGLES2Interface
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view_unittest.cc577 test_context_.reset(new AppListViewTestContext(GetParam(), container));
581 test_context_.reset();
586 scoped_ptr<AppListViewTestContext> test_context_; member in class:app_list::test::__anon16556::AppListViewTestAura
602 test_context_.reset(new AppListViewTestContext(GetParam(), NULL));
606 test_context_.reset();
611 scoped_ptr<AppListViewTestContext> test_context_; member in class:app_list::test::__anon16556::AppListViewTestDesktop
653 EXPECT_NO_FATAL_FAILURE(test_context_->RunDisplayTest());
659 EXPECT_NO_FATAL_FAILURE(test_context_->RunDisplayTest());
665 EXPECT_NO_FATAL_FAILURE(test_context_->RunReshowWithOpenFolderTest());
669 EXPECT_NO_FATAL_FAILURE(test_context_
[all...]
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager_unittest.cc245 : test_context_(test_context) {
249 test_context_->IncrementNumADeletes();
265 test_context_->set_a_called_quit();
266 test_context_->QuitSoon();
269 TesterContext* test_context_; member in class:mojo::__anon8712::TestAImpl
276 : test_context_(test_context) {
281 test_context_->IncrementNumBDeletes();
284 test_context_->QuitSoon();
289 test_context_->IncrementNumBCalls();
294 test_context_
298 TesterContext* test_context_; member in class:mojo::__anon8712::TestBImpl
314 TesterContext* test_context_; member in class:mojo::__anon8712::TestCImpl
[all...]
/external/chromium_org/media/filters/
H A Dffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc265 memset(&test_context_, 0, sizeof(AVCodecContext));
266 test_context_.extradata = const_cast<uint8*>(kHeaderDataOkWithFieldLen4);
267 test_context_.extradata_size = sizeof(kHeaderDataOkWithFieldLen4);
279 AVCodecContext test_context_; member in class:media::FFmpegH264ToAnnexBBitstreamConverterTest
286 FFmpegH264ToAnnexBBitstreamConverter converter(&test_context_);
300 FFmpegH264ToAnnexBBitstreamConverter converter(&test_context_);
/external/chromium_org/v8/src/
H A Dhydrogen.h907 TestContext* test_context() { return test_context_; }
909 delete test_context_;
910 test_context_ = NULL;
952 TestContext* test_context_; member in class:v8::internal::FINAL
H A Dhydrogen.cc3930 test_context_(NULL),
3948 test_context_ = new TestContext(owner, cond, if_true, if_false);
3971 delete test_context_;

Completed in 712 milliseconds