Searched refs:height (Results 1 – 25 of 29) sorted by relevance
12
/test/vti/dashboard/src/main/webapp/css/ |
D | show_test_runs_common.css | 29 height: 300px; 33 height: 255px; 40 line-height: 18px; 65 max-height: 200px; 85 height: auto; 86 line-height: inherit; 95 height: 15px; 109 height: 20px; 121 height: 10px; 129 height: 100%; [all …]
|
D | show_table.css | 56 height: 300px; 68 max-height: 200px; 88 height: auto; 89 line-height: inherit; 98 height: 15px; 112 height: 20px; 124 height: 10px; 132 height: 100%;
|
D | test_acknowledgments.css | 51 height: auto; 57 line-height: 16px; 90 max-height: 30%; 95 height: auto; 96 line-height: 13px; 102 line-height: 13px; 116 height: 30px; 130 max-height: 250px;
|
D | test_results.css | 29 line-height: 15px; 39 line-height: 15px; 52 max-height: 33%; 88 line-height: 20px; 115 line-height: 35px;
|
D | navbar.css | 20 height: auto; 40 line-height: 35px; 51 line-height: 35px; 60 line-height: 35px;
|
D | search_header.css | 39 height: 57px; 45 line-height: 57px; 67 max-height: 75%;
|
D | show_coverage.css | 72 line-height: 18px; 84 line-height: 22px;
|
D | dashboard_main.css | 26 height: 61px; 92 max-height: 50%;
|
D | show_gcs_log.css | 22 height: 100%;
|
D | show_profiling_overview.css | 17 height: 400px;
|
D | common.css | 20 min-height: 80vh;
|
D | plan_runs.css | 26 line-height: 16px;
|
D | show_graph.css | 55 height: 500px;
|
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/ |
D | dashboard.component.scss | 10 height: 28px; 14 height: 24px;
|
/test/vti/test_serving/gae/frontend/src/app/ |
D | app.component.scss | 22 height: 28px; 26 height: 24px;
|
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/ |
D | schedule.component.ts | 36 state('void', style({height: '0px', minHeight: '0', visibility: 'hidden'})), 37 state('*', style({height: '*', visibility: 'visible'})),
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …height=s?d.size:void 0,a.width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().y… property
|
/test/vti/test_serving/gae/frontend/src/app/menu/job/ |
D | job.component.ts | 40 state('void', style({height: '0px', minHeight: '0', visibility: 'hidden'})), 41 state('*', style({height: '*', visibility: 'visible'})),
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_coverage_overview.jsp | 104 var blankData = '<div class="valign-wrapper" style="height: 90%;">' 123 height: 450, 184 // height: 350, 269 chartArea: {height: '80%', width: '90%'}, 302 chartArea: {height: '80%', width: '90%'}, 314 chartArea: {height: '80%', width: '90%'},
|
D | footer.jsp | 19 <footer class="page-footer" style="height: 70px;">
|
D | show_plan_run.jsp | 129 chartArea: {height: '80%', width: '90%'},
|
/test/vti/test_serving/gae/frontend/src/app/shared/filter/ |
D | filter.component.scss | 30 min-height: 15px;
|
/test/vti/dashboard/src/main/webapp/js/ |
D | common.js | 119 containers.height(maxLines * lineHeight);
|
D | test_results.js | 147 containers.height(maxLines * lineHeight);
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 34 height = math.ceil(len(array)/ width) 36 pad_width=(0, width * height - len(array)),
|
12