HomeSort by relevance Sort by last modified time
    Searched defs:Attribute (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 56 struct Attribute
58 Attribute (void);
75 vector<Attribute> attributes;
84 Attribute::Attribute (void)
204 << "attribute : " << attribNdx << "\n"
722 << "attribute : " << attribNdx << "\n"
759 m_spec.state.attributes.push_back(Attribute());
777 m_spec.vao.attributes.push_back(Attribute());
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 21 * \brief Attribute location tests
70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second);
73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings)
82 if (location != Attribute::LOC_UNDEF)
111 string generateAttributeDefinitions (const vector<Attribute>& attributes)
115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
117 if (iter->getLayoutLocation() != Attribute::LOC_UNDEF)
123 << (iter->getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(iter->getArraySize()) + "]" : "") << ";\n";
129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes)
134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 116 * The created element node will have the attribute nodes
128 * Set a literal result attribute (AVTs only).
130 * @param avt literal result attribute to add (AVT only)
142 * Set a literal result attribute (used for xsl attributes).
144 * @param att literal result attribute to add
156 * Set the "xml:space" attribute.
158 * has an xml:space attribute with a value of preserve, and
183 * Get a literal result attribute by name.
185 * @param namespaceURI Namespace URI of attribute node to get
186 * @param localName Local part of qualified name of attribute node to ge
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 112 int getAttrib (int attribute);
142 unsigned int getAttrib (int attribute);
291 int GlxVisual::getAttrib (int attribute)
294 TCU_CHECK_GLX_CONFIG(glXGetFBConfigAttrib(getXDisplay(), m_fbConfig, attribute, &fbvalue));
388 static const struct Attribute
427 for (const Attribute* it = DE_ARRAY_BEGIN(s_attribs); it != DE_ARRAY_END(s_attribs); it++)
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 66 //task attribute
134 BYTE Attribute:3;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 66 //task attribute
134 BYTE Attribute:3;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authz.h 168 } Attribute;
  /art/runtime/
dwarf.h 110 enum Attribute {
  /external/clang/include/clang/AST/
Comment.h 419 class Attribute {
429 Attribute() { }
431 Attribute(SourceLocation NameLocBegin, StringRef Name) :
437 Attribute(SourceLocation NameLocBegin, StringRef Name,
455 ArrayRef<Attribute> Attributes;
480 const Attribute &getAttr(unsigned Idx) const {
484 void setAttrs(ArrayRef<Attribute> Attrs) {
487 const Attribute &Attr = Attrs.back();
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 1 //===- ClangAttrEmitter.cpp - Generate Clang attribute handling =-*- C++ -*--=//
10 // These tablegen backends emit Clang attribute processing code
97 // Normalize attribute name by removing leading and trailing
121 // Normalize attribute spelling only if the spelling has both leading
146 // If this attribute has already been handled, it does not need to be
    [all...]
  /external/tinyxml/
tinyxml.h 111 // Only used by Attribute::Query functions
180 /** Return the position, in the original source file, of this node or attribute.
413 /// Appends the XML node or attribute to a std::string.
687 /** An attribute is a name-value pair. Elements have an arbitrary
699 /// Construct an empty attribute.
717 /// Construct an attribute with a name and value.
726 const char* Name() const { return name.c_str (); } ///< Return the name of this attribute.
727 const char* Value() const { return value.c_str (); } ///< Return the value of this attribute.
728 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
729 double DoubleValue() const; ///< Return the value of this attribute, converted to a double
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 1147 const char* XMLElement::Attribute( const char* name, const char* value ) const
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 287 } Attribute;
496 #define Attribute(a0, a1, a2, a3, a4, a5) _Py_Attribute(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 287 } Attribute;
496 #define Attribute(a0, a1, a2, a3, a4, a5) _Py_Attribute(a0, a1, a2, a3, a4, a5)
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/
mojo-executor-2.2.0.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 77 module Attribute = struct
727 let pack_attr (attr:Attribute.t) : int32 =
729 Attribute.Zext -> Int32.shift_left 1l 0
730 | Attribute.Sext -> Int32.shift_left 1l 1
731 | Attribute.Noreturn -> Int32.shift_left 1l 2
732 | Attribute.Inreg -> Int32.shift_left 1l 3
733 | Attribute.Structret -> Int32.shift_left 1l 4
734 | Attribute.Nounwind -> Int32.shift_left 1l 5
735 | Attribute.Noalias -> Int32.shift_left 1l 6
736 | Attribute.Byval -> Int32.shift_left 1l
    [all...]
llvm.mli 124 (** The attribute kind of a function parameter, result or the function itself.
125 See [llvm::Attribute::AttrKind]. *)
126 module Attribute : sig
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 

Completed in 1469 milliseconds

1 23 4 5 6 7