Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 25 of 60) sorted by relevance

123

/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dsequence.cpp149 typedef deque<char, int> attr_type; in main() typedef
164 typedef deque<int> attr_type; in main() typedef
388 typedef vector<char, char, int> attr_type; in main() typedef
400 typedef vector<std::string, std::string, int> attr_type; in main() typedef
412 typedef vector<std::string> attr_type; in main() typedef
424 typedef vector<std::vector<int>> attr_type; in main() typedef
Dalternative.cpp79 typedef boost::variant<undefined, int, char> attr_type; in main() typedef
/external/mesa3d/src/compiler/rust/proc/
Das_slice.rs98 let attr_type = in derive_as_slice() localVariable
127 let attr_type = Ident::new(attr_type, Span::call_site()); in derive_as_slice() localVariable
180 let attr_type = Ident::new(attr_type, Span::call_site()); in derive_as_slice() localVariable
/external/tensorflow/tensorflow/python/framework/
Dop_def_util_test.py72 def testConvert(self, attr_type, value, expected): argument
97 def testConvertError(self, attr_type, value): argument
Dop_def_util_pybind.cc22 py::handle ConvertAttr(py::handle value, std::string attr_type) { in ConvertAttr()
Dop_def_library_pybind.cc150 const std::string& attr_type, in ValueToAttrValue()
295 const AttributeType attr_type, in AssertSatisfiesAllowedStringsConstraint()
313 const AttributeType attr_type, in AssertSatisfiesIntMinimumConstraint()
369 const AttributeType attr_type, in AssertSatisfiesTypeConstraint()
551 const AttributeType attr_type = AttributeTypeFromName(attr_def.type()); in ExtractAttrProto() local
Dpython_api_parameter_converter_test.py145 def testConvertAttribute(self, attr_type, attr_val, expected): argument
193 def testConvertAttributeError(self, attr_type, attr_val, message): argument
Dop_def_util.cc212 Safe_PyObjectPtr ConvertAttrOrNull(PyObject* value, AttributeType attr_type) { in ConvertAttrOrNull()
317 std::string AttributeTypeToName(AttributeType attr_type) { in AttributeTypeToName()
/external/skia/modules/svg/include/
DSkSVGNode.h75 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \ argument
198 #define _SVG_ATTR_SETTERS(attr_name, attr_type, attr_default, set_cp, set_mv) \ argument
214 #define SVG_ATTR(attr_name, attr_type, attr_default) \ argument
224 #define SVG_OPTIONAL_ATTR(attr_name, attr_type) \ argument
/external/skia/modules/sksg/include/
DSkSGNode.h100 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
113 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc94 const auto attr_type = record_keeper.getClass("Attr"); in EmitOptionBuilders() local
268 const auto attr_type = record_keeper.getClass("Attr"); in EmitOperandNumbers() local
356 const auto attr_type = record_keeper.getClass("Attr"); in EmitBuiltinOptionsToAttributes() local
380 StringRef attr_type = mlir::tblgen::Attribute(arg_def).getAttrDefName(); in EmitBuiltinOptionsToAttributes() local
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dpermutation.cpp100 typedef vector<optional<int>, optional<char> > attr_type; in main() typedef
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/action/
Daction.hpp54 typedef typename attribute<Context, Iterator>::type attr_type; in parse() typedef
109 typedef typename attribute<Context, Iterator>::type attr_type; in parse() typedef
/external/webrtc/media/base/
Dturn_utils.cc86 uint16_t attr_type, attr_length; in UnwrapTurnPacket() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dpython_test_attrs.cc52 auto attr_type = type_attr.getValue().dyn_cast<RankedTensorType>(); in verifyRegionArgAttribute() local
/external/linux-kselftest/tools/testing/selftests/powerpc/papr_attributes/
Dattr_test.c77 int id, attr_type; in verify_energy_info() local
/external/cronet/tot/third_party/boringssl/src/pki/testdata/verify_name_match_unittest/scripts/
Dgenerate_names.py17 def add_attr(self, attr_type, attr_value_type, attr_value, argument
/external/cronet/stable/third_party/boringssl/src/pki/testdata/verify_name_match_unittest/scripts/
Dgenerate_names.py17 def add_attr(self, attr_type, attr_value_type, attr_value, argument
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/action/
Daction.hpp55 typedef typename attribute<Context, unused_type>::type attr_type; in generate() typedef
/external/tensorflow/tensorflow/core/framework/
Dfull_type_util.cc157 const auto attr_type = attr->value_case(); in SubstituteVar() local
199 const auto attr_type = attr->value_case(); in SubstituteForEach() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/karma/nonterminal/
Dsubrule.hpp322 typedef Attr attr_type; typedef
396 attr_type; typedef
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/nonterminal/
Dsubrule.hpp349 typedef Attr attr_type; typedef
418 attr_type; typedef
/external/webrtc/api/transport/
Dstun.cc129 static bool DesignatedExpertRange(int attr_type) { in DesignatedExpertRange()
400 uint16_t attr_type, attr_length; in ValidateMessageIntegrityOfType() local
471 bool StunMessage::AddMessageIntegrityOfType(int attr_type, in AddMessageIntegrityOfType()
635 uint16_t attr_type, attr_length; in Read() local
/external/tensorflow/tensorflow/c/
Dkernels.cc382 #define SINGLE_CASE(kK, attr_type, size_expr) \ in TF_OpKernelConstruction_GetAttrSize() argument
401 #define LIST_CASE(field, attr_type, ...) \ in TF_OpKernelConstruction_GetAttrSize() argument
444 #define DEFINE_TF_GETATTR(func, c_type, cc_type, attr_type, list_field) \ argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc59 AttrValue attr_type; in AddNodeDiv() local

123