Home
last modified time | relevance | path

Searched refs:add_attributes (Results 1 – 6 of 6) sorted by relevance

/external/autotest/contrib/
Dmodelviz.py132 def add_attributes(): function
140 add_attributes()
144 add_attributes()
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h196 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey()
202 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()
203 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h196 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey()
202 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()
203 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h411 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
442 builder_.add_attributes(attributes);
578 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
615 builder_.add_attributes(attributes);
732 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
763 builder_.add_attributes(attributes);
855 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
885 builder_.add_attributes(attributes);
962 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<KeyValue>>> attrib… in add_attributes() function
989 builder_.add_attributes(attributes);
/external/python/cpython3/Python/
DPython-ast.c680 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes() function
845 if (!add_attributes(mod_type, NULL, 0)) return 0; in init_types()
857 if (!add_attributes(stmt_type, stmt_attributes, 2)) return 0; in init_types()
912 if (!add_attributes(expr_type, expr_attributes, 2)) return 0; in init_types()
978 if (!add_attributes(expr_context_type, NULL, 0)) return 0; in init_types()
1005 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
1014 if (!add_attributes(boolop_type, NULL, 0)) return 0; in init_types()
1025 if (!add_attributes(operator_type, NULL, 0)) return 0; in init_types()
1080 if (!add_attributes(unaryop_type, NULL, 0)) return 0; in init_types()
1099 if (!add_attributes(cmpop_type, NULL, 0)) return 0; in init_types()
[all …]
/external/python/cpython2/Python/
DPython-ast.c526 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes() function
676 if (!add_attributes(mod_type, NULL, 0)) return 0; in init_types()
689 if (!add_attributes(stmt_type, stmt_attributes, 2)) return 0; in init_types()
741 if (!add_attributes(expr_type, expr_attributes, 2)) return 0; in init_types()
789 if (!add_attributes(expr_context_type, NULL, 0)) return 0; in init_types()
816 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
827 if (!add_attributes(boolop_type, NULL, 0)) return 0; in init_types()
838 if (!add_attributes(operator_type, NULL, 0)) return 0; in init_types()
889 if (!add_attributes(unaryop_type, NULL, 0)) return 0; in init_types()
908 if (!add_attributes(cmpop_type, NULL, 0)) return 0; in init_types()
[all …]