Home
last modified time | relevance | path

Searched refs:collect_files (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tools/
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/mbedtls/tests/scripts/
Dcheck_files.py372 def collect_files(): member in IntegrityChecker
384 for filepath in self.collect_files():
/third_party/skia/bench/
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/flutter/skia/bench/
Dnanobench.cpp610 static void collect_files(const CommandLineFlags::StringArray& paths, in collect_files() function
644 collect_files(FLAGS_skps, ".skp", &fSKPs); in BenchmarkStream()
645 collect_files(FLAGS_svgs, ".svg", &fSVGs); in BenchmarkStream()