Searched refs:width (Results 1 – 25 of 32) sorted by relevance
12
/test/vti/dashboard/src/main/webapp/css/ |
D | show_table.css | 23 transition: max-width 1s; 24 max-width: 150px; 28 max-width: 1000px; 31 max-width: none; 39 max-width: inherit; 40 width: 100%; 55 width: 100%; 97 width: 15px; 108 min-width: 50px; 113 width: 20px; [all …]
|
D | show_test_runs_common.css | 28 width: 100%; 32 width: 100%; 94 width: 15px; 105 min-width: 50px; 110 width: 20px; 120 width: 10px; 130 width: 100%; 132 .test-case-status.width-1 { 133 width: calc(100% - 18px);
|
D | common.css | 16 @media only screen and (min-width: 993px) { 18 width: 80%; 19 max-width: 1600px;
|
D | show_coverage.css | 23 width: 100%; 66 width: 99%; 71 width: 50px;
|
D | test_acknowledgments.css | 39 width: 100%; 73 width: 80%;
|
D | show_gcs_log.css | 21 width: 100%;
|
D | plan_runs.css | 28 width: 100%;
|
D | show_graph.css | 60 width: auto;
|
D | show_performance_digest.css | 50 width: 100%;
|
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/ |
D | dashboard.component.scss | 2 width: 50%; 8 min-width: 28px; 9 width: 28px; 13 width: 24px;
|
/test/vti/test_serving/gae/frontend/src/app/ |
D | app.component.scss | 2 width: 400px; 20 min-width: 28px; 21 width: 28px; 25 width: 24px;
|
/test/vti/test_serving/gae/frontend/src/ |
D | styles.scss | 13 width: 100%; 21 width: 100%; 33 width: 100%;
|
/test/vti/dashboard/src/main/webapp/js/ |
D | search_header.js | 34 var width = config.options.width || 's4'; 36 div.addClass(width); 193 this.menu.element.outerWidth($('.search-bar .filter-input').width());
|
D | common.js | 75 var width = 's' + (12 / nCol); 82 var classes = 'col test-col grey lighten-5 ' + width;
|
D | test_results.js | 103 var width = 's' + (12 / nCol); 110 var classes = 'col test-col grey lighten-5 ' + width;
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:f… property
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_coverage_overview.jsp | 63 width: '75%', 105 … + '<h2 class="center-align" style="width: 100%;">' + no_data_msg + '</h2>' 122 width: '100%', 183 width: '95%', 269 chartArea: {height: '80%', width: '90%'}, 302 chartArea: {height: '80%', width: '90%'}, 314 chartArea: {height: '80%', width: '90%'}, 474 <div id="coverageModalGraph" class="modal modal-fixed-footer" style="width: 75%;">
|
D | show_tree.jsp | 49 width: 's2' 53 width: 's2' 73 width: '75%', 196 chartArea: {height: '80%', width: '90%'}, 285 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
|
D | show_plan_release.jsp | 54 width: 's2' 58 width: 's2'
|
D | show_plan_run.jsp | 37 width: '75%', 129 chartArea: {height: '80%', width: '90%'}, 198 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
|
D | show_table.jsp | 53 width: 's2' 57 width: 's2' 171 chartArea: {height: '80%', width: '90%'},
|
D | dashboard_main.jsp | 176 this.menu.element.outerWidth($('#input-box').width()); 288 <c:set var='width' value='${showAll ? 11 : 11}' /> 304 <div class='col s${width} card hoverable option valign-wrapper waves-effect'>
|
/test/vti/test_serving/gae/frontend/src/app/menu/lab/ |
D | lab.component.scss | 15 max-width: 40px;
|
/test/vti/test_serving/gae/frontend/src/app/shared/filter/ |
D | filter.component.scss | 29 min-width: 80px;
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 33 width = math.ceil(len(array)**0.5) 34 height = math.ceil(len(array)/ width) 36 pad_width=(0, width * height - len(array)), 39 padded = padded.reshape(width, -1)
|
12