Searched refs:BuildName (Results 1 – 10 of 10) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | gemm_NxMxK_neon.py | 98 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)),
|
D | zip_Nx8_neon.py | 58 def BuildName(zip_lanes, leftovers, aligned): function 247 name = BuildName(zip_lanes, leftovers, aligned)
|
D | qnt_Nx8_neon.py | 26 def BuildName(lanes, leftovers, aligned): function 316 name = BuildName(qnt_lanes, leftovers, aligned)
|
D | mul_Nx8_Mx8_neon.py | 332 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/ |
D | scan-build | 30 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/ |
D | build_event.py | 73 build = base_event.BuildName(board, type, milestone, manifest)
|
D | base_event.py | 31 def BuildName(board, type, milestone, manifest): function
|
D | timed_event.py | 71 build = base_event.BuildName(board, type, milestone, manifests[-1])
|
D | task.py | 589 latest_build = base_event.BuildName(board, 'release', milestone, 617 latest_build = base_event.BuildName(board, build_type, latest_milestone,
|
D | driver_unittest.py | 196 build = base_event.BuildName(board, type, milestone, manifest)
|