Home | History | Annotate | Download | only in src

Lines Matching defs:files

48  * Gathers statistics about attribute usage in layout files. This is how the "topAttrs"
54 * for layout files that are not in folders containing the string "test", and computes and
160 File[] files = directory.listFiles();
161 if (files == null) {
165 for (File file : files) {
168 System.out.println("Analyzed " + mFileVisitCount + " files...");
210 // pass -- ignore files we can't parse
212 // pass -- ignore files we can't parse
214 // pass -- ignore files we can't parse
225 // Resource files shouldn't be in the layout/ folder but I came across
345 // pass -- ignore files we can't read
361 + " layouts (in a directory trees containing " + mFileVisitCount + " files)");