Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 32) sorted by relevance

12

/test/vti/dashboard/src/main/java/com/android/vts/util/
DPagination.java39 private int page; field in Pagination
65 public Pagination(List<T> list, int page, int pageSize, int totalCount) { in Pagination() argument
67 this.page = page; in Pagination()
74 int page, in Pagination() argument
78 this.page = page; in Pagination()
107 int startIndex = (page % pageSize == 0 ? 9 : page % pageSize - 1) * pageSize; in Pagination()
160 return page; in getPage()
/test/vti/test_serving/gae/frontend/e2e/src/
Dapp.e2e-spec.ts4 let page: AppPage; variable
7 page = new AppPage();
11 page.navigateTo();
12 expect(page.getParagraphText()).toEqual('Welcome to frontend!');
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Ddashboard_main.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
228 <c:set var="dataVersion" scope="page" value="new"/>
231 … <c:set var="dataLink" scope="page" value="https://android-vts.appspot.com"/>
234 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.appspot.com"/>
237 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.appspot.com"/>
242 <c:set var="dataVersion" scope="page" value="previous"/>
245 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.googleplex.com"/>
248 … <c:set var="dataLink" scope="page" value="https://android-vts-internal.googleplex.com"/>
251 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.googleplex.com"/>
256 <c:set var="dataVersion" scope="page" value="local dev"/>
[all …]
Dshow_plan_release.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
91 // refresh the page to see the runs matching the specified filter
106 <div id='newer-wrapper' class='page-button-wrapper fixed-action-btn'>
111 <div id='older-wrapper' class='page-button-wrapper fixed-action-btn'>
Dfooter.jsp16 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
19 <footer class="page-footer" style="height: 70px;">
Dshow_suite_release.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
261 …<c:set var="executionTime" scope="page" value="${(testSuiteResultEntity.endTime - testSuiteResultE…
327 …ath']}?plan=${plan}&type=${testType}&testCategoryType=${testCategoryType}&page=${testSuiteResultEn…
337 <li class="waves-effect<c:if test="${pageLoop eq page}"> active</c:if>">
338 …ath']}?plan=${plan}&type=${testType}&testCategoryType=${testCategoryType}&page=${pageLoop}<c:if te…
346 …ath']}?plan=${plan}&type=${testType}&testCategoryType=${testCategoryType}&page=${testSuiteResultEn…
Dshow_table.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
107 // refresh the page to see the selected test types (pre-/post-submit)
307 <div id='newer-wrapper' class='page-button-wrapper fixed-action-btn'>
312 <div id='older-wrapper' class='page-button-wrapper fixed-action-btn'>
Dshow_tree.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
132 // refresh the page to see the selected test types (pre-/post-submit)
272 <div id='newer-wrapper' class='page-button-wrapper fixed-action-btn'>
277 <div id='older-wrapper' class='page-button-wrapper fixed-action-btn'>
Dshow_profiling_overview.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
157 // refresh the page to see the runs matching the specified filter
Dauth_error.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Derror_msg.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dshow_profiling_list.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dshow_test_acknowledgments.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dshow_release.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dshow_graph.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
221 // Reload the page.
Dshow_green_plan_release.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dshow_green_suite_release.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dheader.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
Dshow_performance_digest.jsp16 <%@ page contentType='text/html;charset=UTF-8' language='java' %>
/test/vti/dashboard/
DREADME.md107 When you start your local GAE server, you will see empty page as the local datastore do not have an…
217 5. In the page, "Add Google Cloud Platform projects to monitor", click Continue to skip ahead.
219 6. In the page, "Monitor AWS accounts", click Done to skip ahead.
225 8. In the page, "Get reports by email", click No reports and Continue.
256 To test the check and alert, go to the VM Instances page, select your instance, and click Stop from…
259 To correct the "problem," return to the VM Instances page, select your instance, and click Start fr…
/test/vti/dashboard/src/main/webapp/css/
Dshow_plan_release.css15 .page-button-wrapper {
Dshow_table.css42 .page-button-wrapper {
Dshow_test_runs_common.css15 .page-button-wrapper {
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java321 int page = in getTestSuiteDispatcher() local
362 page, in getTestSuiteDispatcher()
389 request.setAttribute("page", page); in getTestSuiteDispatcher()
/test/vts-testcase/nbu/src/
DREADME.md12 want to learn more, see its [Github page](https://github.com/google/mobly) and

12