Home
last modified time | relevance | path

Searched defs:typemap (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/generator/
Dstructure_generator.py203 def OutputMarshal(self, out_file, typemap): argument
222 def OutputUnmarshal(self, out_file, typemap): argument
306 def _GetBaseType(self, out_file, marshalled_types, typemap): argument
368 def _OutputTypedefMarshalDecl(self, out_file, declared_types, typemap): argument
436 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): argument
455 def OutputMarshalDecl(self, out_file, declared_types, typemap): argument
512 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): argument
536 def OutputMarshalDecl(self, out_file, declared_types, typemap): argument
594 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): argument
617 def OutputMarshalDecl(self, out_file, declared_types, typemap): argument
[all …]
Dcommand_generator.py409 def OutputMarshalFunction(self, out_file, typemap): argument
440 def OutputUnmarshalFunction(self, out_file, typemap): argument
588 def _OutputHandleProcess(commands, typemap): argument
656 def GenerateImplementation(commands, typemap): argument
/external/libgdx/extensions/gdx-bullet/jni/swig/common/
DgdxCriticalArrays.i15 %typemap(argout) CTYPE[ANY], CTYPE[]; in typemap() function
/external/selinux/libsepol/tests/
Dtest-expander.c64 static uint32_t *typemap; variable
/external/selinux/libsepol/src/
Dexpand.c42 uint32_t *typemap; member
1671 policydb_t * p, uint32_t * typemap, in expand_terule_helper()
1882 policydb_t * p, uint32_t * typemap, in expand_rule_helper()
1941 policydb_t * dest_pol, uint32_t * typemap, in convert_and_expand_rule()
1980 cond_av_list_t ** other, uint32_t * typemap, in cond_avrule_list_copy()
2350 int expand_convert_type_set(policydb_t * p, uint32_t * typemap, in expand_convert_type_set()
2594 static int copy_neverallow(policydb_t * dest_pol, uint32_t * typemap, in copy_neverallow()
2793 policydb_t * out, uint32_t * typemap, in expand_module_avrules()
/external/icu/icu4c/source/tools/tzcode/
Dzic.c1715 int typemap[TZ_MAX_TYPES]; in writezone() local