Home
last modified time | relevance | path

Searched refs:BuildName (Results 1 – 10 of 10) sorted by relevance

/external/gemmlowp/meta/generators/
Dgemm_NxMxK_neon.py98 return zip_Nx8_neon.BuildName(rows, leftovers, aligned)
119 return mul_Nx8_Mx8_neon.BuildName(result_type, lhs_add, rhs_add, rows, cols)
194 def BuildName(output_type, aligned, rows, cols, leftover): function
233 BuildName(output_type, aligned, rows, cols, leftovers),
281 qnt_Nx8_neon.BuildName(rows, leftovers, aligned),
295 BuildName(output_type, aligned, m_mod, n_mod, leftovers)),
Dzip_Nx8_neon.py58 def BuildName(zip_lanes, leftovers, aligned): function
247 name = BuildName(zip_lanes, leftovers, aligned)
Dqnt_Nx8_neon.py26 def BuildName(lanes, leftovers, aligned): function
316 name = BuildName(qnt_lanes, leftovers, aligned)
Dmul_Nx8_Mx8_neon.py332 def BuildName(result_type, lhs_add, rhs_add, left, right): function
368 BuildName(result_type, lhs_add, rhs_add, left_lanes_count,
/external/clang/tools/scan-build/bin/
Dscan-build30 my $BuildName;
675 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n"
676 if (defined($BuildName) && defined($BuildDate));
697 if (defined $BuildName) {
698 … print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
1109 if (defined $BuildName) {
1110 print "ANALYZER BUILD: $BuildName ($BuildDate)\n\n";
/external/autotest/site_utils/suite_scheduler/
Dbuild_event.py73 build = base_event.BuildName(board, type, milestone, manifest)
Dbase_event.py31 def BuildName(board, type, milestone, manifest): function
Dtimed_event.py71 build = base_event.BuildName(board, type, milestone, manifests[-1])
Dtask.py589 latest_build = base_event.BuildName(board, 'release', milestone,
617 latest_build = base_event.BuildName(board, build_type, latest_milestone,
Ddriver_unittest.py196 build = base_event.BuildName(board, type, milestone, manifest)