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

/external/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc39 ShellUtilShortcutTest() : test_properties_(ShellUtil::CURRENT_USER) {}
83 test_properties_.set_target(chrome_exe_);
84 test_properties_.set_arguments(L"--test --chrome");
85 test_properties_.set_description(L"Makes polar bears dance.");
86 test_properties_.set_icon(icon_path, 7);
87 test_properties_.set_app_id(L"Polar.Bear");
88 test_properties_.set_dual_mode(true);
181 ShellUtil::ShortcutProperties test_properties_; member in class:__anon5790::ShellUtilShortcutTest
244 test_properties_.set_shortcut_name(L"Bobo le shortcut");
245 test_properties_
[all...]
/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/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/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_org/testing/gtest/src/
H A Dgtest.cc2002 return test_properties_.at(i);
2025 std::find_if(test_properties_.begin(), test_properties_.end(),
2027 if (property_with_matching_key == test_properties_.end()) {
2028 test_properties_.push_back(test_property);
2125 test_properties_.clear();
2167 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.cc1718 return test_properties_.at(i);
1741 std::find_if(test_properties_.begin(), test_properties_.end(),
1743 if (property_with_matching_key == test_properties_.end()) {
1744 test_properties_.push_back(test_property);
1841 test_properties_.clear();
1883 return static_cast<int>(test_properties_.size());
/external/llvm/utils/unittest/googletest/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/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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h581 return test_properties_;
624 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/gtest/include/gtest/
H A Dgtest.h557 return test_properties_;
600 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/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_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3202 return test_properties_.at(i);
3225 std::find_if(test_properties_.begin(), test_properties_.end(),
3227 if (property_with_matching_key == test_properties_.end()) {
3228 test_properties_.push_back(test_property);
3325 test_properties_.clear();
3367 return static_cast<int>(test_properties_.size());
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3202 return test_properties_.at(i);
3225 std::find_if(test_properties_.begin(), test_properties_.end(),
3227 if (property_with_matching_key == test_properties_.end()) {
3228 test_properties_.push_back(test_property);
3325 test_properties_.clear();
3367 return static_cast<int>(test_properties_.size());
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17970 return test_properties_;
18013 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17970 return test_properties_;
18013 std::vector<TestProperty> test_properties_; member in class:testing::TestResult

Completed in 400 milliseconds