Home
last modified time | relevance | path

Searched refs:attr_types (Results 1 – 5 of 5) sorted by relevance

/external/strace/tests/
Dperf_event_open.c554 static const struct u64_val_str attr_types[] = { in main() local
565 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()
737 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()
742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()
756 attr->type = attr_types[type_idx].val; in main()
811 attr_types[type_idx].str, in main()
/external/strace/tests-mx32/
Dperf_event_open.c554 static const struct u64_val_str attr_types[] = { in main() local
565 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()
737 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()
742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()
756 attr->type = attr_types[type_idx].val; in main()
811 attr_types[type_idx].str, in main()
/external/strace/tests-m32/
Dperf_event_open.c554 static const struct u64_val_str attr_types[] = { in main() local
565 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()
737 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()
742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()
756 attr->type = attr_types[type_idx].val; in main()
811 attr_types[type_idx].str, in main()
/external/scapy/scapy/layers/
Dlltd.py311 def _register_lltd_specific_class(*attr_types): argument
329 for attr_type in attr_types:
332 type_fld.default = attr_types[0]
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc238 const tensorflow::AttrTypeMap* attr_types; in BuildEagerOp() local
241 tensorflow::AttrTypeMapForOp(name_.c_str(), &attr_types, &is_function), in BuildEagerOp()
252 attr_types)); in BuildEagerOp()