Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 36) sorted by relevance

12

/test/vti/dashboard/src/main/webapp/css/
Dshow_table.css23 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 …]
Dshow_test_runs_common.css28 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);
Dcommon.css16 @media only screen and (min-width: 993px) {
18 width: 80%;
19 max-width: 1600px;
Dshow_coverage.css23 width: 100%;
66 width: 99%;
71 width: 50px;
Dshow_gcs_log.css21 width: 100%;
Dtest_acknowledgments.css39 width: 100%;
73 width: 80%;
Dplan_runs.css28 width: 100%;
Dshow_graph.css60 width: auto;
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.scss2 width: 50%;
8 min-width: 28px;
9 width: 28px;
13 width: 24px;
/test/vti/test_serving/gae/frontend/src/app/
Dapp.component.scss2 width: 400px;
20 min-width: 28px;
21 width: 28px;
25 width: 24px;
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java172 private final int width; field in MediaPreparer.Resolution
175 private Resolution(int width, int height) { in Resolution() argument
176 this.width = width; in Resolution()
184 this.width = Integer.parseInt(matcher.group(WIDTH_INDEX)); in Resolution()
190 return String.format("%dx%d", width, height); in toString()
195 return width; in getWidth()
219 if (resolution.width > mMaxRes.width) { in mediaFilesExistOnDevice()
338 if (resolution.width > mMaxRes.width) { in copyVideoFiles()
/test/vti/test_serving/gae/frontend/src/
Dstyles.scss13 width: 100%;
21 width: 100%;
33 width: 100%;
/test/vti/dashboard/src/main/webapp/js/
Dsearch_header.js34 var width = config.options.width || 's4';
36 div.addClass(width);
193 this.menu.element.outerWidth($('.search-bar .filter-input').width());
Dcommon.js75 var width = 's' + (12 / nCol);
82 var classes = 'col test-col grey lighten-5 ' + width;
Dtest_results.js103 var width = 's' + (12 / nCol);
110 var classes = 'col test-col grey lighten-5 ' + width;
/test/suite_harness/common/host-side/tradefed/res/report/
Dcompatibility_result.css26 border-width: 0;
77 border-width: 1;
82 width: 95%;
/test/mlts/benchmark/results/
DChart.bundle.min.js10width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:f… property
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp63 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%;">
Dshow_tree.jsp49 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%;">
Dshow_plan_release.jsp54 width: 's2'
58 width: 's2'
Dshow_plan_run.jsp37 width: '75%',
129 chartArea: {height: '80%', width: '90%'},
198 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.component.scss15 max-width: 40px;
/test/vti/test_serving/gae/frontend/src/app/shared/filter/
Dfilter.component.scss29 min-width: 80px;
/test/mlts/benchmark/tools/
Dtensor_utils.py33 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)
/test/framework/harnesses/host_controller/
Dconsole.py644 width = [len(name) for name in attr_names]
653 width[index] = max(width[index], len(attr))
657 attr.ljust(width[index]) for index, attr in enumerate(row)))

12