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.items(): 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 189 (entry.name, entry.type, entry.typedef), file=sys.stderr) 408 typedef = entry.typedef 427 name = typedef.languages['java'] 466 if entry.typedef: 531 if entry.typedef: 759 if entry.units and not (entry.typedef and entry.typedef.name == 'string'): 761 if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')): 768 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 | 70 and not (entry.typedef and entry.typedef.languages.get('java')) \ 80 and not (entry.typedef and entry.typedef.languages.get('java')) \
|
D | ndk_camera_metadata_tags.mako | 57 typedef enum acamera_metadata_section { 69 typedef enum acamera_metadata_section_start { 79 typedef enum acamera_metadata_tag { 140 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 | 1354 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/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/libziparchive/ |
D | Android.bp | 110 // typedef pointer used with const: all Zip* typedefs generate this when declared as const
|
/system/bt/ |
D | BUILD.gn | 89 "-Wno-non-c-typedef-for-linkage",
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 113 "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/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/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/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.
|