Home
last modified time | relevance | path

Searched refs:struct_name (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/packet/parser/
H A Dlanguage_y.yy267 auto&& struct_name = *$2;
270 DEBUG() << "Struct " << struct_name << " with no parent";
272 … auto struct_definition = new StructDef(std::move(struct_name), std::move(field_definition_list));
281 auto&& struct_name = *$2;
285 DEBUG() << "Struct " << struct_name << " with parent " << parent_struct_name << "\n";
291 << " used as parent for " << struct_name;
297 …auto struct_definition = new StructDef(std::move(struct_name), std::move(field_definition_list), (…
307 auto&& struct_name = *$2;
315 << " used as parent for " << struct_name;
322 …auto struct_definition = new StructDef(std::move(struct_name), std::move(field_definition_list), (…
/aosp12/system/core/toolbox/
H A Dgenerate-input.h-labels.py76 def Dump(struct_name, values): argument
77 print('static struct label %s[] = {' % (struct_name))
/aosp12/bionic/libc/malloc_debug/tools/
H A Dgen_malloc.pl320 my $struct_name = $args[1];
331 print "static MallocEntry ${struct_name}[] = {\n";
/aosp12/bionic/libc/kernel/tools/
H A Dcpp.py1416 struct_name = b.tokens[i + 1].id
1417 if struct_name in kernel_struct_replacements:
1418 extra_includes.append("<bits/%s.h>" % struct_name)