Lines Matching refs:f
272 f = copy(self.filter)
273 f.api = 9001
274 parser = symbolfile.SymbolFileParser(input_file, api_map, f)
280 f = copy(self.filter)
281 f.api = 9001
283 version_file, symbol_list_file, f)
333 f = copy(self.filter)
334 f.api = 16
335 parser = symbolfile.SymbolFileParser(input_file, {}, f)
382 f = copy(self.filter)
383 f.apex = True
384 parser = symbolfile.SymbolFileParser(input_file, api_map, f)
390 f = copy(self.filter)
391 f.apex = True
393 version_file, symbol_list_file, f)
437 f = copy(self.filter)
438 f.apex = True
439 f.ndk = False # ndk symbols should be excluded
440 parser = symbolfile.SymbolFileParser(input_file, {}, f)
446 f = copy(self.filter)
447 f.apex = True
448 f.ndk = False # ndk symbols should be excluded
450 version_file, symbol_list_file, f)
483 f = copy(self.filter)
484 f.llndk = True
485 f.api = 202404
486 parser = symbolfile.SymbolFileParser(input_file, {}, f)
494 version_file, symbol_list_file, f)
529 f = copy(self.filter)
530 f.llndk = True
531 f.api = 202404
532 parser = symbolfile.SymbolFileParser(input_file, {}, f)
540 version_file, symbol_list_file, f)
573 f = copy(self.filter)
574 f.apex = True
575 parser = symbolfile.SymbolFileParser(input_file, {}, f)
581 f = copy(self.filter)
582 f.apex = True
585 symbol_list_file, f)