Searched refs:reserved_names (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/common/
H A Dfile_util.cc262 static const base::FilePath::CharType* reserved_names[] = { local
267 (reserved_names, reserved_names + arraysize(reserved_names)));
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2103 const std::vector<std::string>& reserved_names) {
2104 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
2105 reserved_names.end()) {
2107 << " (" << FormatWordList(reserved_names)
2102 ValidateTestPropertyName(const std::string& property_name, const std::vector<std::string>& reserved_names) argument
/external/gtest/src/
H A Dgtest.cc1819 const std::vector<std::string>& reserved_names) {
1820 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
1821 reserved_names.end()) {
1823 << " (" << FormatWordList(reserved_names)
1818 ValidateTestPropertyName(const std::string& property_name, const std::vector<std::string>& reserved_names) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3303 const std::vector<std::string>& reserved_names) {
3304 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
3305 reserved_names.end()) {
3307 << " (" << FormatWordList(reserved_names)
3302 ValidateTestPropertyName(const std::string& property_name, const std::vector<std::string>& reserved_names) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3303 const std::vector<std::string>& reserved_names) {
3304 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
3305 reserved_names.end()) {
3307 << " (" << FormatWordList(reserved_names)
3302 ValidateTestPropertyName(const std::string& property_name, const std::vector<std::string>& reserved_names) argument

Completed in 1706 milliseconds