OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_attribute
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
69
const AttributeOption& attribute() const { return
m_Attribute
; }
70
AttributeOption& attribute() { return
m_Attribute
; }
89
AttributeOption
m_Attribute
;
/frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp
22
m_Attribute
(),
32
m_Attribute
(),
/external/deqp/executor/
xeContainerFormatParser.cpp
82
return
m_attribute
.c_str();
135
m_attribute
.clear();
259
parseContainerValue(
m_attribute
, offset);
264
if (
m_attribute
== "timestamp")
xeContainerFormatParser.hpp
108
std::string
m_attribute
;
member in class:xe::ContainerFormatParser
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java
733
private AVT
m_attribute
;
field in class:ElemLiteralResult.Attribute
740
m_attribute
= avt;
770
return new Attribute(
m_attribute
, m_owner);
827
return
m_attribute
.getName();
838
String uri =
m_attribute
.getURI();
859
String uri =
m_attribute
.getURI();
883
return
m_attribute
.getSimpleString();
914
String uri =
m_attribute
.getURI();
915
String rawName =
m_attribute
.getRawName();
1046
return
m_attribute
.getName();
[
all
...]
/external/deqp/modules/egl/
teglChooseConfigTests.cpp
311
,
m_attribute
(attribute)
320
attributes.push_back(std::pair<EGLenum, EGLint>(
m_attribute
, getValue(
m_attribute
)));
328
EGLenum
m_attribute
;
member in class:deqp::egl::ChooseConfigSimpleCase
/external/deqp/modules/glshared/
glsAttributeLocationTests.hpp
121
const std::string& getAttributeName (void) const { return
m_attribute
; }
125
std::string
m_attribute
;
member in class:deqp::gls::AttributeLocationTestUtil::Bind
glsAttributeLocationTests.cpp
681
:
m_attribute
(attribute)
[
all
...]
/external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp
[
all
...]
/external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp
[
all
...]
Completed in 2225 milliseconds