Home
last modified time | relevance | path

Searched refs:reserved_names (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp5550 std::vector<std::string> reserved_names; in iterate() local
5593 reserved_names = getReservedNames(); in iterate()
5619 for (std::vector<std::string>::const_iterator reserved_name_it = reserved_names.begin(); in iterate()
5620 reserved_name_it != reserved_names.end(); ++reserved_name_it) in iterate()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2143 const std::vector<std::string>& reserved_names) { in ValidateTestPropertyName() argument
2144 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != in ValidateTestPropertyName()
2145 reserved_names.end()) { in ValidateTestPropertyName()
2147 << " (" << FormatWordList(reserved_names) in ValidateTestPropertyName()
/external/mesa3d/src/gtest/src/
Dgtest.cc2142 const std::vector<std::string>& reserved_names) { in ValidateTestPropertyName() argument
2143 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != in ValidateTestPropertyName()
2144 reserved_names.end()) { in ValidateTestPropertyName()
2146 << " (" << FormatWordList(reserved_names) in ValidateTestPropertyName()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc2142 const std::vector<std::string>& reserved_names) { in ValidateTestPropertyName() argument
2143 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != in ValidateTestPropertyName()
2144 reserved_names.end()) { in ValidateTestPropertyName()
2146 << " (" << FormatWordList(reserved_names) in ValidateTestPropertyName()
/external/python/cpython3/Lib/
Dpathlib.py132 reserved_names = ( variable in _WindowsFlavour
237 return parts[-1].partition('.')[0].upper() in self.reserved_names
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2183 const std::vector<std::string>& reserved_names) { in ValidateTestPropertyName() argument
2184 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != in ValidateTestPropertyName()
2185 reserved_names.end()) { in ValidateTestPropertyName()
2187 << " (" << FormatWordList(reserved_names) in ValidateTestPropertyName()
/external/googletest/googletest/src/
Dgtest.cc2154 const std::vector<std::string>& reserved_names) { in ValidateTestPropertyName() argument
2155 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != in ValidateTestPropertyName()
2156 reserved_names.end()) { in ValidateTestPropertyName()
2158 << " (" << FormatWordList(reserved_names) in ValidateTestPropertyName()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3590 const std::vector<std::string>& reserved_names) { in ValidateTestPropertyName() argument
3591 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != in ValidateTestPropertyName()
3592 reserved_names.end()) { in ValidateTestPropertyName()
3594 << " (" << FormatWordList(reserved_names) in ValidateTestPropertyName()