Lines Matching full:files
23 - All exported and available symbols in the library object files, are explicitly
24 declared in the header files. This uses the nm command.
129 is not explicitly declared in header files. Created with
145 "however it was not declared in any header files."
209 Class for retrieving files and parsing the code. This can be used
218 self.files = {}
233 "The following files are excluded from the search: {}"
318 Get all files that match any of the included UNIX-style wildcards
329 * inc_files: A List of relative filepaths for included files.
330 * exc_files: A List of relative filepaths for excluded files.
348 Get all files that match any of the included UNIX-style wildcards.
372 * include: A List of glob expressions to look for files through.
373 * exclude: A List of glob expressions for excluding files.
382 files = self.get_included_files(include, exclude)
383 self.log.debug("Looking for macros in {} files".format(len(files)))
386 for header_file in files:
408 * include: A List of glob expressions to look for files through.
409 * exclude: A List of glob expressions for excluding files.
417 files = self.get_included_files(include, exclude)
419 "Looking for MBED|PSA words in {} files"
420 .format(len(files))
424 for filename in files:
445 * include: A List of glob expressions to look for files through.
446 * exclude: A List of glob expressions for excluding files.
450 files = self.get_included_files(include, exclude)
451 self.log.debug("Looking for enum consts in {} files".format(len(files)))
459 for header_file in files:
633 dependent on formatting style. Identifiers in excluded files are still
637 * include: A List of glob expressions to look for files through.
638 * exclude: A List of glob expressions for excluding files.
642 included files.
644 excluded files.
650 self.log.debug("Looking for included identifiers in {} files".format \
665 object files using nm to retrieve the list of referenced symbols.
740 files.
815 Perform a check that all detected symbols in the library object files