Home
last modified time | relevance | path

Searched refs:m_path (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluVarTypeUtil.hpp130 …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/
DdeFilePath.hpp82 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()
DdeDirectoryIterator.cpp38 : 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);
DdeFilePath.cpp54 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 …]
DdeDirectoryIterator.hpp66 FilePath m_path; member in de::DirectoryIterator
/third_party/vk-gl-cts/framework/common/
DtcuResource.cpp32 : 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()
DtcuResource.hpp100 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/
DErrorSupport_cpp.template23 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]);
DErrorSupport_h.template31 std::vector<String> m_path;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp244 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/
Dtest9-pr18818-clang.so.abi3468 …<var-decl name='m_path' type-id='type-id-174' visibility='default' filepath='src/third_party/boost…
Dtest10-pr18818-gcc.so.abi5046 …<var-decl name='m_path' type-id='type-id-298' visibility='default' filepath='src/third_party/boost…
/third_party/libabigail/
DChangeLog336 (abixml::reader::{m_path, m_env, m_corpus, m_corpus_group,
22506 (read_context::{m_path, m_supprs}): New data members.