Searched refs:n_files (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | results.py | 44 n_files=1, 175 def __init__(self, n_files=0, n_statements=0, n_excluded=0, n_missing=0, argument 178 self.n_files = n_files 189 self.n_files, self.n_statements, self.n_excluded, self.n_missing, 256 nums.n_files = self.n_files + other.n_files
|
D | summary.py | 105 if total.n_files > 1: 115 if not total.n_files and not skipped_count:
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avformat.h | 2084 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
|