/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarTypeUtil.hpp | 130 …SubTypeAccess& member (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT… in member() 131 …SubTypeAccess& element (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::ARRAY… in element() 132 …SubTypeAccess& column (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::MATRIX… in column() 133 …SubTypeAccess& component (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::VECT… in component() 134 …SubTypeAccess& parent (void) { DE_ASSERT(!m_path.empty()); m_path.pop_back(); return *this;… in parent() 142 bool isValid (void) const { return isValidTypePath(m_type, m_path); } in isValid() 143 VarType getType (void) const { return getVarType(m_type, m_path); } in getType() 144 const TypeComponentVector& getPath (void) const { return m_path; } in getPath() 146 bool empty (void) const { return m_path.empty(); } in empty() 148 …bool operator== (const SubTypeAccess& other) const { return m_path == other.m_path && m_typ… in operator ==() [all …]
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deFilePath.hpp | 82 std::string m_path; member in de::FilePath 94 : m_path(path) in FilePath() 99 : m_path(path) in FilePath() 109 if (m_path == "") in join() 110 m_path = b.m_path; in join() 112 m_path += separator + b.m_path; in join() 123 return m_path.c_str(); in getPath() 133 return m_path.length() >= 1 && isSeparator(m_path[0]); in isRootPath() 138 return m_path.length() >= 2 && isSeparator(m_path[0]) && isSeparator(m_path[1]); in isWinNetPath()
|
D | deDirectoryIterator.cpp | 38 : m_path(FilePath::normalize(path)) in DirectoryIterator() 40 DE_CHECK_RUNTIME_ERR(m_path.exists()); in DirectoryIterator() 41 DE_CHECK_RUNTIME_ERR(m_path.getType() == FilePath::TYPE_DIRECTORY); in DirectoryIterator() 43 m_handle = _findfirst32((std::string(m_path.getPath()) + "/*").c_str(), &m_fileInfo); in DirectoryIterator() 63 return FilePath::join(m_path, m_fileInfo.name); in getItem() 81 : m_path (FilePath::normalize(path)) 85 DE_CHECK_RUNTIME_ERR(m_path.exists()); 86 DE_CHECK_RUNTIME_ERR(m_path.getType() == FilePath::TYPE_DIRECTORY); 88 m_handle = opendir(m_path.getPath()); 108 return FilePath::join(m_path, m_curEntry->d_name);
|
D | deFilePath.cpp | 54 if (!m_path.empty() && !isSeparator(m_path[m_path.size()-1])) in FilePath() 55 m_path += separator; in FilePath() 56 m_path += components[ndx]; in FilePath() 72 for (pos = 0; pos < (int)m_path.length(); pos++) in split() 74 const char c = m_path[pos]; in split() 79 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split() 86 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split() 101 m_path = ""; in normalize() 199 for (int ndx = 0; ndx < (int)m_path.length(); ndx++) in beginsWithDrive() 201 if (m_path[ndx] == ':' && ndx+1 < (int)m_path.length() && isSeparator(m_path[ndx+1])) in beginsWithDrive() [all …]
|
D | deDirectoryIterator.hpp | 66 FilePath m_path; member in de::DirectoryIterator
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuResource.cpp | 32 : m_path(path) in DirArchive() 35 if (m_path.length() > 0 && m_path[m_path.length()-1] != '/') in DirArchive() 36 m_path += "/"; in DirArchive() 45 return static_cast<Resource*>(new FileResource((m_path + name).c_str())); in getResource()
|
D | tcuResource.hpp | 100 DirArchive (const DirArchive& other) : Archive(), m_path(other.m_path) {} in DirArchive() 101 DirArchive& operator= (const DirArchive& other) { m_path = other.m_path; return *this; } in operator =() 104 std::string m_path; member in tcu::DirArchive
|
/third_party/node/tools/inspector_protocol/lib/ |
D | ErrorSupport_cpp.template | 23 DCHECK(m_path.size()); 24 m_path[m_path.size() - 1] = name; 29 m_path.push_back(String()); 34 m_path.pop_back(); 45 for (size_t i = 0; i < m_path.size(); ++i) { 48 StringUtil::builderAppend(builder, m_path[i]);
|
D | ErrorSupport_h.template | 31 std::vector<String> m_path;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 244 void SetScriptPath (std::string path) { m_path = path; } in SetScriptPath() 248 std::string m_path; member in vkt::cts_amber::Delegate 256 , m_path ("") in Delegate() 268 const de::FilePath filePath = de::FilePath(m_path).join(file_name); in LoadBufferData()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test9-pr18818-clang.so.abi | 3468 …<var-decl name='m_path' type-id='type-id-174' visibility='default' filepath='src/third_party/boost…
|
D | test10-pr18818-gcc.so.abi | 5046 …<var-decl name='m_path' type-id='type-id-298' visibility='default' filepath='src/third_party/boost…
|
/third_party/libabigail/ |
D | ChangeLog | 336 (abixml::reader::{m_path, m_env, m_corpus, m_corpus_group, 22506 (read_context::{m_path, m_supprs}): New data members.
|