Home
last modified time | relevance | path

Searched refs:collect_files (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/tools/
H A Dsrcmerger.py187 def collect_files(base_dir, pattern): function
210 h_files = collect_files(args.base_dir, '*.h')
211 c_files = collect_files(args.base_dir, '*.c')
/third_party/skia/bench/
H A Dnanobench.cpp607 static void collect_files(const CommandLineFlags::StringArray& paths, in collect_files() function
627 collect_files(FLAGS_skps, ".skp", &fSKPs); in BenchmarkStream()
628 collect_files(FLAGS_mskps, ".mskp", &fMSKPs); in BenchmarkStream()
629 collect_files(FLAGS_svgs, ".svg", &fSVGs); in BenchmarkStream()
630 collect_files(FLAGS_texttraces, ".trace", &fTextBlobTraces); in BenchmarkStream()
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py484 def collect_files(): member in IntegrityChecker
507 for filepath in self.collect_files():

Completed in 4 milliseconds