/external/chromium-trace/catapult/dashboard/dashboard/ |
rietveld_service.py | 20 bisect try job. It should not be submitted.""" 239 bot: Bisect bot name. 248 'reason': 'Perf bisect',
|
buildbucket_job_status_test.py | 30 \"recipe\": \"bisect\", \
|
alerts.py | 151 bisect_status: String status of bisect run. 204 """Returns a dictionary of bug ID to bisect status string."""
|
start_try_job_test.py | 119 \"\"\"Config file for Run Performance Test Bisect Tool 130 bisect-perf-regression.py script in order to execute the test. 215 bisect-perf-regression.py script in order to execute the test. 741 'step': 'perform-bisect', 758 job_type='bisect', 786 'step': 'perform-bisect', 848 query_parameters['step'] = 'perform-bisect' 905 'step': 'perform-bisect', [all...] |
utils.py | 303 """Turns a bisect config dict into a properly formatted Python string. 306 config: A bisect config dict (see start_try_job.GetBisectConfig)
|
group_report.py | 226 """Gets a list of owner info for list of alerts for bug with bisect result.
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
sancov.py | 7 import bisect namespace 156 map_idx = bisect.bisect(mem_map_keys, pc) - 1
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
buildbot_output_formatter.py | 117 # Also fix src/tools/bisect-perf-regression_test.py when this is
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
bisect.py | 45 bisect = bisect_right # backward compatibility variable
|
mhlib.py | 85 from bisect import bisect namespace 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) 405 i = bisect(all, begin-1) 406 j = bisect(all, end) 445 i = bisect(all, n) 452 i = bisect(all, n-1) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
bisect.py | 45 bisect = bisect_right # backward compatibility variable
|
mhlib.py | 85 from bisect import bisect namespace 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) 405 i = bisect(all, begin-1) 406 j = bisect(all, end) 445 i = bisect(all, n) 452 i = bisect(all, n-1) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bisect.py | 45 bisect = bisect_right # backward compatibility variable
|
mhlib.py | 85 from bisect import bisect namespace 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) 405 i = bisect(all, begin-1) 406 j = bisect(all, end) 445 i = bisect(all, n) 452 i = bisect(all, n-1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bisect.py | 45 bisect = bisect_right # backward compatibility variable
|
mhlib.py | 85 from bisect import bisect namespace 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) 405 i = bisect(all, begin-1) 406 j = bisect(all, end) 445 i = bisect(all, n) 452 i = bisect(all, n-1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_bisect.so | |
/external/libvorbis/lib/ |
vorbisfile.c | 528 ogg_int64_t bisect; local 531 bisect=searched; 533 bisect=(searched+endsearched)/2; 536 ret=_seek_helper(vf,bisect); 542 endsearched=bisect; 1421 ogg_int64_t bisect; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
MullerSolver.java | 250 // Bisect if convergence is too slow. Bisection would waste 254 boolean bisect = (x < x1 && (x1 - x0) > 0.95 * (x2 - x0)) || 258 if (!bisect) {
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
group-report-page.html | 76 #bisect-result-log { 118 <quick-log id="bisect-result-log" 122 logLabel="Bisect results"
|
triage-dialog.html | 152 message += ('Bisect job <a href="{{issue_url}}" target="_blank">' + 156 message += 'No bisect automatically started. {{bisect_error}}';
|
nav-bar.html | 128 <li><a href="/bisect_stats">Bisect Stat Graphs</a></li> 142 target="_blank">Bisect bots</a></li>
|
alerts-table.html | 10 <link rel="import" href="/dashboard/elements/bisect-status.html"> 331 <bisect-status hidden?="{{!(bug_id > 0)}}" 333 </bisect-status>
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 34 import bisect namespace 237 bottom_index = bisect.bisect_left(timeseries[0], bottom)
|
/external/mesa3d/src/glsl/ |
lower_variable_index_to_cond_assign.cpp | 289 void bisect(unsigned begin, unsigned end, exec_list *list) function in struct:switch_generator 321 return bisect(begin, end, list);
|