OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:box_data
(Results
1 - 2
of
2
) sorted by null
/external/autotest/tko/
display.py
197
def status_html(db,
box_data
, shade):
202
status_count_subset =
box_data
.status_count.copy()
211
if test_na in
box_data
.status_count.keys():
212
html += ' (%d N/A)' %
box_data
.status_count[test_na]
213
if running in
box_data
.status_count.keys():
214
html += ' (%d running)' %
box_data
.status_count[running]
216
if
box_data
.reasons_list:
217
reasons_list =
box_data
.reasons_list
231
for status in sorted(
box_data
.status_count.keys(), reverse = True):
233
tooltip += "%d %s " % (
box_data
.status_count[status], status_word
[
all
...]
compose_query.cgi
331
box_data
= test_data.data[x][y]
342
apnd = display.status_precounted_box(db_obj,
box_data
,
Completed in 2409 milliseconds