HomeSort by relevance Sort by last modified time
    Searched refs:test_case_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/tests/
test_case.h 179 test_case_(test_case),
193 result_ = (test_case_->*test_to_run_)();
204 T* test_case_; member in class:TestCase::ThreadedTestRunner
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 162 test_case_.reset(GetParam()());
163 database_ = test_case_->GetDatabase();
169 EXPECT_TRUE(test_case_->AddToDatabase(file_proto));
175 EXPECT_FALSE(test_case_->AddToDatabase(file_proto));
178 scoped_ptr<DescriptorDatabaseTestCase> test_case_; member in class:google::protobuf::__anon16623::DescriptorDatabaseTest
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 162 test_case_.reset(GetParam()());
163 database_ = test_case_->GetDatabase();
169 EXPECT_TRUE(test_case_->AddToDatabase(file_proto));
175 EXPECT_FALSE(test_case_->AddToDatabase(file_proto));
178 scoped_ptr<DescriptorDatabaseTestCase> test_case_; member in class:google::protobuf::__anon27274::DescriptorDatabaseTest
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 201 test_case_(0),
222 virtual void AfterTest() OVERRIDE { EXPECT_EQ(9u, test_case_); }
311 if (test_case_ >= arraysize(kTests))
319 kTests[test_case_].times_to_lose_during_commit;
321 kTests[test_case_].times_to_lose_during_draw;
322 times_to_fail_recreate_ = kTests[test_case_].times_to_fail_recreate;
324 kTests[test_case_].times_to_fail_recreate_offscreen;
325 fallback_context_works_ = kTests[test_case_].fallback_context_works;
326 ++test_case_;
339 size_t test_case_; member in class:cc::__anon6666::LayerTreeHostContextTestLostContextSucceeds
    [all...]

Completed in 259 milliseconds