/external/lldb/source/Symbol/ |
D | TypeList.cpp | 42 m_types () in TypeList() 58 m_types.insert(std::make_pair(type_sp->GetID(), type_sp)); in Insert() 68 iterator pos, end = m_types.end(); in InsertUnique() 70 for (pos = m_types.find(type_uid); pos != end && pos->second->GetID() == type_uid; ++pos) in InsertUnique() 111 m_types.clear(); in Clear() 117 return m_types.size(); in GetSize() 129 for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in GetTypeAtIndex() 141 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in ForEach() 151 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in ForEach() 162 iterator pos = m_types.find(uid); in RemoveTypeWithUID() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fLifetimeTests.cpp | 53 MovePtr<Types> m_types; member in deqp::gles2::Functional::__anon2f88735a0111::TestGroup 61 m_types = MovePtr<Types>(new ES2Types(ltCtx)); in init() 62 addTestCases(*this, *m_types); in init()
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 705 Type m_types; member in deqp::egl::MultiThreadedObjectTest 732 , m_types ((Type)type) in MultiThreadedObjectTest() 888 if ((m_types & TYPE_WINDOW) != 0) in runThread() 891 if ((m_types & TYPE_PBUFFER) != 0) in runThread() 894 if ((m_types & TYPE_PIXMAP) != 0) in runThread() 914 …if ((m_types & TYPE_SINGLE_WINDOW) != 0 && (m_types & TYPE_PBUFFER) == 0 && (m_types & TYPE_PIXMAP… in runThread() 952 if ((m_types & TYPE_SINGLE_WINDOW) == 0) in runThread() 971 if ((m_types & TYPE_PBUFFER) != 0) in createDestroyObjects() 974 if ((m_types & TYPE_PIXMAP) != 0) in createDestroyObjects() 977 if ((m_types & TYPE_WINDOW) != 0) in createDestroyObjects() [all …]
|
D | teglMemoryStressTests.cpp | 88 ObjectType m_types; member in deqp::egl::__anonf732157d0111::MemoryAllocator 107 , m_types (types) in MemoryAllocator() 138 if ((m_types & OBJECTTYPE_CONTEXT) != 0) in allocateUntilFailure() 141 if ((m_types & OBJECTTYPE_PBUFFER) != 0) in allocateUntilFailure()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchResult.h | 66 } m_types; member 104 return a.properties == b.properties && a.m_types.linkMatchType == b.m_types.linkMatchType;
|
D | MatchResult.cpp | 56 newProperties.m_types.linkMatchType = linkMatchType; in addMatchedProperties() 57 newProperties.m_types.whitelistType = propertyWhitelistType; in addMatchedProperties()
|
D | StyleResolver.cpp | 1357 unsigned linkMatchType = matchedProperties.m_types.linkMatchType; in applyMatchedProperties() 1362 …rtant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.m_types.whitelistType)); in applyMatchedProperties() 1370 …rtant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.m_types.whitelistType)); in applyMatchedProperties()
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES3Types() 496 MovePtr<Types> m_types; member in deqp::gles3::Functional::__anon18931dbc0111::TestGroup 504 m_types = MovePtr<Types>(new ES3Types(ltCtx)); in init() 506 addTestCases(*this, *m_types); in init()
|
/external/lldb/include/lldb/Symbol/ |
D | TypeList.h | 81 collection m_types; variable
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 265 const vector<Type*>& getTypes (void) { return m_types; } in getTypes() 272 vector<Type*> m_types; member in deqp::gls::LifetimeTests::details::Types
|
D | glsLifetimeTests.cpp | 591 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES2Types()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV2.cpp | 986 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe() 1268 std::string m_types; member 1309 m_types.assign((char*)string_buf.GetBytes(), count); in Read()
|