/external/autotest/contrib/ |
D | modelviz.py | 132 def add_attributes(): function 140 add_attributes() 144 add_attributes()
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 196 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/ |
D | GrGeometryProcessor.h | 202 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey() 211 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey() 213 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 441 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 472 builder_.add_attributes(attributes); 610 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 647 builder_.add_attributes(attributes); 766 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 797 builder_.add_attributes(attributes); 891 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 921 builder_.add_attributes(attributes); 1000 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<reflection::KeyVal… in add_attributes() function 1027 builder_.add_attributes(attributes);
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1071 add_attributes(astmodulestate *state, PyObject *type, const char * const *attrs, int num_fields) in add_attributes() function 1215 if (!add_attributes(state, state->mod_type, NULL, 0)) return 0; in init_types() 1260 if (!add_attributes(state, state->stmt_type, stmt_attributes, 4)) return 0; in init_types() 1430 if (!add_attributes(state, state->expr_type, expr_attributes, 4)) return 0; in init_types() 1565 if (!add_attributes(state, state->expr_context_type, NULL, 0)) return 0; in init_types() 1589 if (!add_attributes(state, state->boolop_type, NULL, 0)) return 0; in init_types() 1606 if (!add_attributes(state, state->operator_type, NULL, 0)) return 0; in init_types() 1700 if (!add_attributes(state, state->unaryop_type, NULL, 0)) return 0; in init_types() 1730 if (!add_attributes(state, state->cmpop_type, NULL, 0)) return 0; in init_types() 1796 if (!add_attributes(state, state->comprehension_type, NULL, 0)) return 0; in init_types() [all …]
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 526 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 …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | serialization.cc | 375 buf_builder.add_attributes(attributes_fb_vec); in Encode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | serialization_base_generated.h | 1016 …void add_attributes(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::Strin… in add_attributes() function 1048 builder_.add_attributes(attributes);
|