Searched refs:typedef (Results 1 – 20 of 20) sorted by relevance
/system/media/camera/docs/ |
D | metadata_template.mako | 33 % 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}"
|
D | metadata_helpers.py | 158 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')):
|
D | camera_metadata_tags.mako | 50 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()} {
|
D | CameraMetadataEnums.mako | 67 and not (entry.typedef and entry.typedef.languages.get('java')) \ 77 and not (entry.typedef and entry.typedef.languages.get('java')) \
|
D | ndk_camera_metadata_tags.mako | 58 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()} {
|
D | CameraMetadataKeys.mako | 46 % if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
|
D | html.mako | 282 …type_visibility"> [${prop.applied_visibility}${" as %s" %prop.typedef.name if prop.typedef else ""…
|
D | metadata_model.py | 1337 def typedef(self): member in Entry
|
/system/tools/hidl/test/error_test/no_cyclic_declaration_3/1.0/ |
D | types.hal | 18 typedef A B; 19 typedef B A;
|
/system/tools/hidl/docs/src/writer/elements/ |
D | CompoundElement.kt | 33 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/ |
D | types.hal | 18 typedef S SS;
|
/system/tools/hidl/c2hal/ |
D | c2hal_y.yy | 228 // 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;' */
|
D | c2hal_l.ll | 197 "typedef" { return TYPEDEF; }
|
/system/bt/doc/ |
D | style_guide.md | 124 typedef struct { 140 typedef struct { 216 typedef struct alarm_t alarm_t; 217 typedef struct list_t list_t;
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 111 "typedef" { return token::TYPEDEF; }
|
D | hidl-gen_y.yy | 124 "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/ |
D | Doxyfile | 356 # 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.
|
D | Doxyfile.orig | 356 # 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/ |
D | Doxyfile | 374 # 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/ |
D | Doxyfile | 374 # 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.
|