Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 9 of 9) sorted by relevance

/system/tpm/trunks/generator/
Dgenerator_test.py193 types, constants, structs, defines, typemap = parser.Parse()
196 self.assertIsNotNone(structs)
206 types, constants, structs, defines, typemap = parser.Parse()
210 self.assertGreaterEqual(len(structs), 1)
220 self.assertEqual(structs[0].name, 'struct_type')
221 self.assertEqual(structs[0].is_union, False)
222 self.assertEqual(len(structs[0].fields), 1)
223 self.assertEqual(structs[0].fields[0][0], 'field_type')
224 self.assertEqual(structs[0].fields[0][1], 'field_name[sizeof(depend_type)]')
225 self.assertEqual(len(structs[0].depends_on), 1)
[all …]
Dgenerator.py987 structs = []
996 structs += self._ParseStructures(self._STRUCTURE_SECTION_RE, typemap)
998 structs += self._ParseStructures(self._UNION_SECTION_RE, typemap)
1006 self._AddEmptyStruct('TPMU_SYM_DETAILS', True, structs, typemap)
1023 return types, constants, structs, defines, typemap
1025 def _AddEmptyStruct(self, name, is_union, structs, typemap): argument
1036 structs.append(s)
1973 def GenerateHeader(types, constants, structs, defines, typemap, commands): argument
2012 for struct in structs:
2021 for struct in structs:
[all …]
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java580 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); in client() local
581 ExpectTrue(structs.size() == 5); in client()
582 ExpectTrue(structs.get(1).matrices.size() == 6); in client()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1220 T *structs = reinterpret_cast<T *>(buf_.make_space(vector_size * sizeof(T)));
1222 filler(i, structs);
1223 structs++;
/system/bt/doc/
Dstyle_guide.md118 ### Contiguous memory structs
/system/media/audio_utils/
DDoxyfile344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
623 # the bottom of the documentation of classes and structs. If set to YES the list
976 # classes, structs, unions or interfaces.
DDoxyfile.orig344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
623 # the bottom of the documentation of classes and structs. If set to YES the list
976 # classes, structs, unions or interfaces.
/system/tools/hidl/
Dhidl-gen_y.yy97 // Injected names to structs and unions by auto-generated code
/system/chre/chre_api/doc/
DDoxyfile362 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
373 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
439 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
646 # the bottom of the documentation of classes and structs. If set to YES, the
1017 # classes, structs, unions or interfaces.