Searched refs:m_types (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fLifetimeTests.cpp53 MovePtr<Types> m_types; member in class:deqp::gles2::Functional::__anon19882::TestGroup
61 m_types = MovePtr<Types>(new ES2Types(ltCtx));
62 addTestCases(*this, *m_types);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.cpp56 newProperties.m_types.linkMatchType = linkMatchType;
57 newProperties.m_types.whitelistType = propertyWhitelistType;
H A DMatchResult.h66 } m_types; member in union:blink::MatchedProperties::__anon11037
104 return a.properties == b.properties && a.m_types.linkMatchType == b.m_types.linkMatchType;
H A DStyleResolver.cpp1357 unsigned linkMatchType = matchedProperties.m_types.linkMatchType;
1362 applyProperties<pass>(state, matchedProperties.properties.get(), isImportant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.m_types.whitelistType));
1370 applyProperties<pass>(state, matchedProperties.properties.get(), isImportant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.m_types.whitelistType));
/external/lldb/source/Symbol/
H A DTypeList.cpp42 m_types ()
58 m_types.insert(std::make_pair(type_sp->GetID(), type_sp));
68 iterator pos, end = m_types.end();
70 for (pos = m_types.find(type_uid); pos != end && pos->second->GetID() == type_uid; ++pos)
86 // iterator pos = m_types.find(uid);
87 // if (pos != m_types.end())
102 // for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos)
111 m_types.clear();
117 return m_types
[all...]
/external/deqp/modules/egl/
H A DteglMultiThreadTests.cpp705 Type m_types; member in class:deqp::egl::MultiThreadedObjectTest
732 , m_types ((Type)type)
888 if ((m_types & TYPE_WINDOW) != 0)
891 if ((m_types & TYPE_PBUFFER) != 0)
894 if ((m_types & TYPE_PIXMAP) != 0)
914 if ((m_types & TYPE_SINGLE_WINDOW) != 0 && (m_types & TYPE_PBUFFER) == 0 && (m_types & TYPE_PIXMAP) == 0 && (m_types & TYPE_CONTEXT) == 0)
952 if ((m_types
[all...]
H A DteglMemoryStressTests.cpp88 ObjectType m_types; member in class:deqp::egl::__anon19832::MemoryAllocator
107 , m_types (types)
138 if ((m_types & OBJECTTYPE_CONTEXT) != 0)
141 if ((m_types & OBJECTTYPE_PBUFFER) != 0)
/external/lldb/include/lldb/Symbol/
H A DTypeList.h81 collection m_types; member in class:lldb_private::TypeList
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
496 MovePtr<Types> m_types; member in class:deqp::gles3::Functional::__anon20027::TestGroup
504 m_types = MovePtr<Types>(new ES3Types(ltCtx));
506 addTestCases(*this, *m_types);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp265 const vector<Type*>& getTypes (void) { return m_types; }
272 vector<Type*> m_types; member in class:deqp::gls::LifetimeTests::details::Types
H A DglsLifetimeTests.cpp591 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp986 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str()))
1268 std::string m_types; member in struct:ClassDescriptorV2::method_t
1309 m_types.assign((char*)string_buf.GetBytes(), count);

Completed in 3049 milliseconds