Searched refs:module_source_file (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/emboss/compiler/util/ |
H A D | attribute_util.py | 41 def _is_constant_boolean(attr, module_source_file): argument 44 return [[error.error(module_source_file, 52 def _is_boolean(attr, module_source_file): argument 55 return [[error.error(module_source_file, 63 def _is_constant_integer(attr, module_source_file): argument 67 return [[error.error(module_source_file, 73 return [[error.error(module_source_file, 80 def _is_string(attr, module_source_file): argument 83 return [[error.error(module_source_file, 101 def _string_from_list(attr, module_source_file): argument [all …]
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | attribute_checker.py | 45 def _valid_back_ends(attr, module_source_file): argument 50 module_source_file,
|