HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/lldb/include/lldb/Core/
Error.h 305 lldb::ErrorType m_type; ///< The type of the above error code. member in class:lldb_private::Error
Event.h 160 return m_type;
166 m_type = new_type;
207 uint32_t m_type; // The bit describing this event member in class:lldb_private::Event
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 43 Context (glu::ContextType type) : m_type(type) {}
210 glu::ContextType getType (void) { return m_type; }
213 const glu::ContextType m_type; member in class:sglr::Context
  /external/lldb/include/lldb/Breakpoint/
BreakpointSite.h 249 return m_type;
255 m_type = type;
271 BreakpointSite::Type m_type;///< The type of this breakpoint site. member in class:lldb_private::BreakpointSite
Watchpoint.h 200 return m_type;
231 ClangASTType m_type; member in class:lldb_private::Watchpoint
  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 43 m_type()
49 m_type()
52 m_type.m_type_name.assign(name);
59 m_type()
63 m_type.m_type_name.assign(type->GetName().GetCString());
64 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
70 m_type()
74 m_type.m_type_name.assign(type.GetConstTypeName().GetCString());
75 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
82 if (m_type.m_type_name.size()
119 TypeOrName m_type; member in class:lldb_private::TypeNameSpecifierImpl
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 77 PixelType m_type; member in class:GrFmtExrReader
grfmt_sunras.h 80 SunRasType m_type; member in class:GrFmtSunRasterReader
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 259 const TestType m_type; member in class:deqp::gles31::Functional::__anon7997::SampleShadingRenderingCase
264 , m_type (type)
421 if (m_type == TEST_DISCARD)
423 else if (m_type == TEST_COLOR)
es31fShaderTextureSizeTests.cpp 87 const TextureType m_type; member in class:deqp::gles31::Functional::__anon8030::TextureSizeCase
103 , m_type (type)
105 , m_isArrayType (m_type == TEXTURE_FLOAT_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == TEXTURE_UINT_2D_ARRAY)
318 switch (m_type)
345 switch (m_type)
361 switch (m_type)
es31fInternalFormatQueryTests.cpp 58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon7915::FormatSamplesCase
65 , m_type (type)
94 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /external/deqp/framework/egl/
egluConfigFilter.hpp 74 const Type m_type; member in class:eglu::CandidateConfig
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type; member in class:tcu::ios::RawContext
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 57 const VariableType& getType (void) const { return m_type; }
71 VariableType m_type; member in class:rsg::Variable
rsgShader.hpp 94 Type getType (void) const { return m_type; }
118 Type m_type; member in class:rsg::Shader
  /external/lldb/include/lldb/Symbol/
Function.h 316 /// (Function::m_type), and contains lexical blocks
625 Type * m_type; ///< The function prototype type for this function that include the function info (FunctionInfo), return type and parameters. member in class:lldb_private::Function
  /external/lldb/include/lldb/Target/
CPPLanguageRuntime.h 46 m_type (eTypeInvalid),
58 m_type (eTypeInvalid),
72 if (m_type == eTypeInvalid)
80 return m_type;
110 Type m_type; member in class:lldb_private::CPPLanguageRuntime::MethodName
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NetworkAuthenticationTypeElement.java 28 private final NwkAuthTypeEnum m_type; field in class:NetworkAuthenticationTypeElement.NetworkAuthentication
32 m_type = type;
37 return m_type;
47 "m_type=" + m_type +
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 75 glu::ContextType getType (void) const { return m_type; }
81 const glu::ContextType m_type; member in class:tcu::CGLRenderContext
111 : m_type (config.type)

Completed in 812 milliseconds

1 2 3 4