Home | History | Annotate | Download | only in interpreter

Lines Matching full:board

7 The server houses perf.data.gz, board, chrome version for each upload.
103 board = sample_info[3]
107 _DownloadSampleFromServer(server_name, authtoken, key, time, board, version,
109 _UncompressSample(key, time, board, version, output_dir)
112 def _BuildFilenameFromParams(key, time, board, version):
117 board: (string) Board that the sample was taken on.
122 filename = DELIMITER.join([key, time, board, version])
126 def _DownloadSampleFromServer(server_name, authtoken, key, time, board, version,
134 board: (string) Board that the sample was taken on.
140 filename = _BuildFilenameFromParams(key, time, board, version)
157 def _UncompressSample(key, time, board, version, output_dir):
162 board: (string) Board that the sample was taken on.
168 filename = _BuildFilenameFromParams(key, time, board, version)