• Home
  • Raw
  • Download

Lines Matching defs:self

43     def setUp(self):  argument
46 def tearDown(self): argument
51 def get_tmp_dir(self): argument
56 def run_and_compare(self, input_path, expected_path, cflags=[]): argument
67 def run_and_compare_name(self, name, cflags=[]): argument
72 def run_and_compare_name_cpp(self, name, cflags=[]): argument
75 def run_and_compare_name_c_cpp(self, name, cflags=[]): argument
79 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument
86 def prepare_and_run_abi_diff(self, old_ref_dump_path, new_ref_dump_path, argument
92 def get_or_create_dump(self, module, create): argument
100 def prepare_and_run_abi_diff_all_archs(self, old_lib, new_lib, argument
119 def prepare_and_absolute_diff_all_archs(self, old_lib, new_lib): argument
131 def test_example1_cpp(self): argument
134 def test_example1_h(self): argument
137 def test_example2_h(self): argument
140 def test_example3_h(self): argument
143 def test_libc_and_cpp(self): argument
147 def test_libc_and_cpp_and_libc_and_cpp_with_unused_struct(self): argument
151 def test_libc_and_cpp_and_libc_and_cpp_with_unused_struct_allow(self): argument
156 def test_libc_and_cpp_and_libc_and_cpp_with_unused_struct_check_all(self): argument
166 self): argument
173 self): argument
178 def test_libc_and_cpp_opaque_pointer_diff(self): argument
184 def test_libgolden_cpp_return_type_diff(self): argument
192 def test_libgolden_cpp_add_odr(self): argument
197 def test_libgolden_cpp_add_function(self): argument
201 def test_libgolden_cpp_add_function_allow_extension(self): argument
206 def test_libgolden_cpp_add_function_and_elf_symbol(self): argument
211 def test_libgolden_cpp_fabricated_function_ast_removed_diff(self): argument
216 def test_libgolden_cpp_change_function_access(self): argument
220 def test_libgolden_cpp_add_global_variable(self): argument
224 def test_libgolden_cpp_change_global_var_access(self): argument
229 def test_libgolden_cpp_parameter_type_diff(self): argument
233 def test_libgolden_cpp_with_vtable_diff(self): argument
237 def test_libgolden_cpp_member_diff_advice_only(self): argument
241 def test_libgolden_cpp_member_diff(self): argument
248 def test_libgolden_cpp_change_member_access(self): argument
252 def test_libgolden_cpp_enum_extended(self): argument
256 def test_libgolden_cpp_enum_diff(self): argument
263 def test_libgolden_cpp_member_fake_diff(self): argument
267 def test_libgolden_cpp_member_integral_type_diff(self): argument
271 def test_libgolden_cpp_member_cv_diff(self): argument
275 def test_libgolden_cpp_unreferenced_elf_symbol_removed(self): argument
280 def test_libreproducability(self): argument
284 def test_libgolden_cpp_member_name_changed(self): argument
288 def test_libgolden_cpp_member_function_pointer_changed(self): argument
294 def test_libgolden_cpp_internal_struct_access_upgraded(self): argument
299 def test_libgolden_cpp_internal_struct_access_downgraded(self): argument
304 def test_libgolden_cpp_inheritance_type_changed(self): argument
309 def test_libpure_virtual_function(self): argument
313 def test_libc_and_cpp_in_json(self): argument
317 def test_libc_and_cpp_in_protobuf_and_json(self): argument
323 def test_opaque_type_self_diff(self): argument
330 def test_allow_adding_removing_weak_symbols(self): argument
349 def test_linker_shared_object_file_and_version_script(self): argument
368 def test_no_source(self): argument
373 def test_golden_anonymous_enum(self): argument
377 def test_swap_anonymous_enum(self): argument
383 def test_swap_anonymous_enum_field(self): argument
389 def test_anonymous_enum_odr(self): argument
393 def test_libifunc(self): argument
397 def test_merge_multi_definitions(self): argument
406 def test_print_resource_dir(self): argument
419 def test_struct_extensions(self): argument
432 def test_param_size_diff(self): argument
438 def test_return_size_diff(self): argument
444 def test_function_extensions(self): argument
459 def test_array_diff(self): argument
477 def test_union_diff(self): argument
488 def test_enum_diff(self): argument