Searched refs:struct (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/tools/hidl_parser/ |
D | parser.py | 165 def __init__(self, struct): argument 166 self.name = struct.header.name 167 self.struct = struct 170 return self.struct.__str__() 303 for struct in t[2]: 304 if not isinstance(struct, StructDecl): continue 305 structs[struct.header.name] = struct
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | encoding.md | 42 struct UTF8; 45 struct UTF16; 48 struct UTF16LE; 51 struct UTF16BE; 54 struct UTF32; 57 struct UTF32LE; 60 struct UTF32BE;
|
D | sax.md | 62 struct MyHandler { 302 struct MessageHandler 411 struct CapitalizeFilter {
|
D | Doxyfile.in | 386 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or 387 # enum is documented as struct, union, or enum with the name of the typedef. So 388 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct 390 # namespace, or class. And the struct will be named TypeS. This can typically be 484 # (class|struct|union) declarations. If set to NO these declarations will be
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator.py | 82 import struct 119 msgHdr = struct.pack('!I', msgLen) 158 msgLen, = struct.unpack('!I', b)
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 276 # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum 277 # is documented as struct, union, or enum with the name of the typedef. So 278 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct 280 # namespace, or class. And the struct will be named TypeS. This can typically 360 # friend (class|struct|union) declarations.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 276 # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum 277 # is documented as struct, union, or enum with the name of the typedef. So 278 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct 280 # namespace, or class. And the struct will be named TypeS. This can typically 360 # friend (class|struct|union) declarations.
|