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::__anon15792::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::__anon26326::DescriptorDatabaseTest
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 248 test_case_(0),
269 EXPECT_EQ(11u, test_case_);
394 if (test_case_ >= arraysize(kTests))
398 kTests[test_case_].times_to_lose_during_commit;
400 kTests[test_case_].times_to_lose_during_draw;
401 times_to_fail_reinitialize_ = kTests[test_case_].times_to_fail_reinitialize;
402 times_to_fail_recreate_ = kTests[test_case_].times_to_fail_recreate;
403 times_to_lose_on_recreate_ = kTests[test_case_].times_to_lose_on_recreate;
405 kTests[test_case_].times_to_fail_recreate_offscreen;
406 fallback_context_works_ = kTests[test_case_].fallback_context_works
422 size_t test_case_; member in class:cc::__anon6573::LayerTreeHostContextTestLostContextSucceeds
    [all...]

Completed in 1416 milliseconds