Searched refs:typedef (Results 1 – 18 of 18) 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.items(): 38 </typedef> 119 % if prop.typedef is not None: 120 typedef="${prop.typedef.name}"
|
D | metadata_helpers.py | 189 if entry.typedef is None: 192 typeName = entry.typedef.name 224 (entry.name, entry.type, entry.typedef), file=sys.stderr) 443 typedef = entry.typedef 462 name = typedef.languages['java'] 501 if entry.typedef: 566 if entry.typedef: 794 if entry.units and not (entry.typedef and entry.typedef.name == 'string'): 796 if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')): 803 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 | 75 and not (entry.typedef and entry.typedef.languages.get('java')) \ 85 and not (entry.typedef and entry.typedef.languages.get('java')) \
|
D | ndk_camera_metadata_tags.mako | 72 typedef enum acamera_metadata_section { 84 typedef enum acamera_metadata_section_start { 94 typedef enum acamera_metadata_tag { 155 typedef enum acamera_metadata_enum_${csym(ndk(entry.name)).lower()} {
|
D | CameraMetadataKeys.mako | 47 % if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
|
D | html.mako | 286 …type_visibility"> [${prop.applied_visibility}${" as %s" %prop.typedef.name if prop.typedef else ""…
|
D | metadata_model.py | 1375 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/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/libziparchive/ |
D | Android.bp | 110 // typedef pointer used with const: all Zip* typedefs generate this when declared as const
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 121 "typedef" { return token::TYPEDEF; }
|
D | hidl-gen_y.yy | 126 "package", "import", "typedef", "generates", "oneway", "extends", 140 "typedef", "typeid", "typename", "union", "unsigned", "using", "virtual", "void", 249 %token<void> TYPEDEF "keyword `typedef`"
|
/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.
|
/system/media/audio_utils/ |
D | Doxyfile | 415 # with only public data fields or simple typedef fields will be shown inline in 424 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or 425 # enum is documented as struct, union, or enum with the name of the typedef. So 426 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct 427 # with name TypeT. When disabled the typedef will appear as a member of a file, 430 # types are typedef'ed and only the typedef is referenced, never the tag name.
|