Searched refs:test_properties_ (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc36 ShellUtilShortcutTest() : test_properties_(ShellUtil::CURRENT_USER) {}
77 test_properties_.set_target(chrome_exe_);
78 test_properties_.set_arguments(L"--test --chrome");
79 test_properties_.set_description(L"Makes polar bears dance.");
80 test_properties_.set_icon(icon_path, 0);
81 test_properties_.set_app_id(L"Polar.Bear");
82 test_properties_.set_dual_mode(true);
167 ShellUtil::ShortcutProperties test_properties_; member in class:__anon6872::ShellUtilShortcutTest
223 test_properties_.set_shortcut_name(L"Bobo le shortcut");
224 test_properties_
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h467 return test_properties_;
526 internal::List<internal::TestProperty> test_properties_; member in class:testing::internal::TestResult
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h564 return test_properties_;
604 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h565 return test_properties_;
605 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h564 return test_properties_;
604 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/gtest/include/gtest/
H A Dgtest.h564 return test_properties_;
604 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h564 return test_properties_;
604 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h564 return test_properties_;
604 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h564 return test_properties_;
604 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h549 return *test_properties_;
589 internal::scoped_ptr<internal::Vector<TestProperty> > test_properties_; member in class:testing::TestResult
/external/protobuf/gtest/include/gtest/
H A Dgtest.h467 return *test_properties_;
507 internal::scoped_ptr<internal::Vector<TestProperty> > test_properties_; member in class:testing::TestResult
/external/chromium/testing/gtest/src/
H A Dgtest.cc1798 return test_properties_.at(i);
1820 std::find_if(test_properties_.begin(), test_properties_.end(),
1822 if (property_with_matching_key == test_properties_.end()) {
1823 test_properties_.push_back(test_property);
1847 test_properties_.clear();
1889 return static_cast<int>(test_properties_.size());
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1704 return test_properties_.at(i);
1726 std::find_if(test_properties_.begin(), test_properties_.end(),
1728 if (property_with_matching_key == test_properties_.end()) {
1729 test_properties_.push_back(test_property);
1753 test_properties_.clear();
1795 return static_cast<int>(test_properties_.size());
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1798 return test_properties_.at(i);
1820 std::find_if(test_properties_.begin(), test_properties_.end(),
1822 if (property_with_matching_key == test_properties_.end()) {
1823 test_properties_.push_back(test_property);
1847 test_properties_.clear();
1889 return static_cast<int>(test_properties_.size());
/external/gtest/src/
H A Dgtest.cc1798 return test_properties_.at(i);
1820 std::find_if(test_properties_.begin(), test_properties_.end(),
1822 if (property_with_matching_key == test_properties_.end()) {
1823 test_properties_.push_back(test_property);
1847 test_properties_.clear();
1889 return static_cast<int>(test_properties_.size());
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc1798 return test_properties_.at(i);
1820 std::find_if(test_properties_.begin(), test_properties_.end(),
1822 if (property_with_matching_key == test_properties_.end()) {
1823 test_properties_.push_back(test_property);
1847 test_properties_.clear();
1889 return static_cast<int>(test_properties_.size());
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1798 return test_properties_.at(i);
1820 std::find_if(test_properties_.begin(), test_properties_.end(),
1822 if (property_with_matching_key == test_properties_.end()) {
1823 test_properties_.push_back(test_property);
1847 test_properties_.clear();
1889 return static_cast<int>(test_properties_.size());
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1798 return test_properties_.at(i);
1820 std::find_if(test_properties_.begin(), test_properties_.end(),
1822 if (property_with_matching_key == test_properties_.end()) {
1823 test_properties_.push_back(test_property);
1847 test_properties_.clear();
1889 return static_cast<int>(test_properties_.size());
/external/open-vcdiff/gtest/src/
H A Dgtest.cc1803 test_properties_(new internal::Vector<TestProperty>),
1823 return test_properties_->GetElement(i);
1845 test_properties_->FindIf(
1848 test_properties_->PushBack(test_property);
1872 test_properties_->Clear();
1914 return test_properties_->size();
/external/protobuf/gtest/src/
H A Dgtest.cc1773 test_properties_(new internal::Vector<TestProperty>),
1793 return test_properties_->GetElement(i);
1815 test_properties_->FindIf(
1818 test_properties_->PushBack(test_property);
1842 test_properties_->Clear();
1884 return test_properties_->size();
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1591 test_properties_.FindIf(TestPropertyKeyIs(test_property.key()));
1593 test_properties_.PushBack(test_property);
1618 test_properties_.Clear();

Completed in 1117 milliseconds