Home
last modified time | relevance | path

Searched refs:typedef (Results 1 – 20 of 20) sorted by relevance

/system/media/camera/docs/
Dmetadata_template.mako33 % for typedef in metadata.types:
34 <typedef name="${typedef.name}">
35 % for (language, klass) in typedef.languages.iteritems():
38 </typedef>
119 % if prop.typedef is not None:
120 typedef="${prop.typedef.name}"
Dmetadata_helpers.py158 if entry.typedef is None:
161 typeName = entry.typedef.name
187 (entry.name, entry.type, entry.typedef)
406 typedef = entry.typedef
425 name = typedef.languages['java']
464 if entry.typedef:
529 if entry.typedef:
754 if entry.units and not (entry.typedef and entry.typedef.name == 'string'):
756 if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
763 if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
Dcamera_metadata_tags.mako50 typedef enum camera_metadata_section {
63 typedef enum camera_metadata_section_start {
76 typedef enum camera_metadata_tag {
99 typedef enum camera_metadata_enum_${csym(entry.name).lower()} {
DCameraMetadataEnums.mako67 and not (entry.typedef and entry.typedef.languages.get('java')) \
77 and not (entry.typedef and entry.typedef.languages.get('java')) \
Dndk_camera_metadata_tags.mako58 typedef enum acamera_metadata_section {
70 typedef enum acamera_metadata_section_start {
80 typedef enum acamera_metadata_tag {
141 typedef enum acamera_metadata_enum_${csym(ndk(entry.name)).lower()} {
DCameraMetadataKeys.mako46 % if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
Dhtml.mako282 …type_visibility"> [${prop.applied_visibility}${" as %s" %prop.typedef.name if prop.typedef else ""…
Dmetadata_model.py1337 def typedef(self): member in Entry
/system/tools/hidl/test/error_test/no_cyclic_declaration_3/1.0/
Dtypes.hal18 typedef A B;
19 typedef B A;
/system/tools/hidl/docs/src/writer/elements/
DCompoundElement.kt33 val typedef = if (arg is CompoundMemberDeclaration) "${arg.typeDef.value} " else "" in <lambda>() constant
/system/tools/hidl/test/error_test/no_cyclic_declaration_4/1.0/
Dtypes.hal18 typedef S SS;
/system/tools/hidl/c2hal/
Dc2hal_y.yy228 // ignore that it is a typedef, for our purposes it doesn't matter
233 // ignore that it is a typedef, for our purposes it doesn't matter
236 | TYPEDEF param ';' /* looks like 'typedef const int8_t store;' */
Dc2hal_l.ll197 "typedef" { return TYPEDEF; }
/system/bt/doc/
Dstyle_guide.md124 typedef struct {
140 typedef struct {
216 typedef struct alarm_t alarm_t;
217 typedef struct list_t list_t;
/system/tools/hidl/
Dhidl-gen_l.ll111 "typedef" { return token::TYPEDEF; }
Dhidl-gen_y.yy124 "package", "import", "typedef", "generates", "oneway", "extends",
138 "typedef", "typeid", "typename", "union", "unsigned", "using", "virtual", "void",
244 %token<void> TYPEDEF "keyword `typedef`"
/system/media/audio_utils/
DDoxyfile356 # with only public data fields or simple typedef fields will be shown inline in
365 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
366 # enum is documented as struct, union, or enum with the name of the typedef. So
367 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
368 # with name TypeT. When disabled the typedef will appear as a member of a file,
371 # types are typedef'ed and only the typedef is referenced, never the tag name.
DDoxyfile.orig356 # with only public data fields or simple typedef fields will be shown inline in
365 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
366 # enum is documented as struct, union, or enum with the name of the typedef. So
367 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
368 # with name TypeT. When disabled the typedef will appear as a member of a file,
371 # types are typedef'ed and only the typedef is referenced, never the tag name.
/system/chre/pal/doc/
DDoxyfile374 # with only public data fields or simple typedef fields will be shown inline in
383 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
384 # enum is documented as struct, union, or enum with the name of the typedef. So
385 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
386 # with name TypeT. When disabled the typedef will appear as a member of a file,
389 # types are typedef'ed and only the typedef is referenced, never the tag name.
/system/chre/chre_api/doc/
DDoxyfile374 # with only public data fields or simple typedef fields will be shown inline in
383 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
384 # enum is documented as struct, union, or enum with the name of the typedef. So
385 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
386 # with name TypeT. When disabled the typedef will appear as a member of a file,
389 # types are typedef'ed and only the typedef is referenced, never the tag name.