Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 66) sorted by relevance

123

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp2 ~ Copyright (c) 2018 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
22 <c:set var="timeZone" value="America/Los_Angeles"/>
57 …<c:if test="${not empty branch or not empty hostName or not empty buildId or not empty deviceName}…
59 </c:if>
64 …var url = '<c:out value="${requestScope['javax.servlet.forward.servlet_path']}" escapeXml="false">…
65 …var params = $.deparam('<c:out value="${requestScope['javax.servlet.forward.query_string']}" escap…
97 source: [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby" ],
121 <b>Plan: </b><span><c:out value="${plan}"></c:out></span>
130 …<input id="deviceBranch" type="text" value="<c:out value="${branch}"></c:out>" autocomplete="off" …
[all …]
Dshow_green_plan_release.jsp2 ~ Copyright (c) 2017 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
53 <c:forEach var="branchList" items="${greenBuildInfo}">
55 <td> <c:out value="${branchList.key}"></c:out> </td>
57 <c:forEach varStatus="deviceLoop" var="deviceBuildInfo" items="${branchList.value}">
59 <c:out value="${deviceBuildInfo.deviceBuildTarget}"></c:out> :
60 <c:choose>
61 <c:when test="${deviceBuildInfo.candidateBuildId eq 'No Test Results'}">
62 <c:out value="${deviceBuildInfo.candidateBuildId}"></c:out>
63 </c:when>
[all …]
Dshow_green_suite_release.jsp2 ~ Copyright (c) 2018 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
54 <c:forEach var="branchList" items="${greenBuildInfo}">
56 <td> <c:out value="${branchList.key}"></c:out> </td>
58 <c:forEach varStatus="deviceLoop" var="deviceBuildInfo" items="${branchList.value}">
60 <c:out value="${deviceBuildInfo.deviceBuildTarget}"></c:out> :
61 <c:choose>
62 <c:when test="${deviceBuildInfo.candidateBuildId eq 'No Test Results'}">
63 <c:out value="${deviceBuildInfo.candidateBuildId}"></c:out>
64 </c:when>
[all …]
Ddashboard_main.jsp2 ~ Copyright (c) 2016 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
215 <c:if test="${!showAll}">
226 <c:choose>
227 <c:when test="${fn:endsWith(serverName, 'googleplex.com')}">
228 <c:set var="dataVersion" scope="page" value="new"/>
229 <c:choose>
230 <c:when test="${fn:startsWith(serverName, 'android-vts-internal')}">
231 … <c:set var="dataLink" scope="page" value="https://android-vts.appspot.com"/>
232 </c:when>
[all …]
Dshow_coverage_overview.jsp2 ~ Copyright (c) 2017 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' %>
353 <c:set var="branchVal" value='${fn:replace(branch, "\\\"", "")}'></c:set>
355 …<option value="" <c:if test="${empty branch}">disabled selected</c:if> >Choose your branch</option>
356 <c:forEach items='${branchOptions}' var='branchOption'>
358 </c:forEach>
363 <c:set var="deviceVal" value='${fn:replace(device, "\\\"", "")}'></c:set>
365 …<option value="" <c:if test="${empty device}">disabled selected</c:if> >Choose your device</option>
366 <c:forEach items='${deviceOptions}' var='deviceOption'>
368 </c:forEach>
[all …]
Dshow_release.jsp2 ~ Copyright (c) 2017 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
49 …<c:set var="typeParam" scope="session" value="${testType == 'suite' ? '&type=suite' : '&type=plan'…
51 <c:forEach items='${planNames}' var='plan'>
52 <c:choose>
53 <c:when test="${isAdmin}">
64 </c:when>
65 <c:otherwise>
73 </c:otherwise>
74 </c:choose>
[all …]
Dshow_gcs_log.jsp2 ~ Copyright (c) 2018 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
88 <c:forEach varStatus="dirLoop" var="dirName" items="${dirList}">
91 <c:out value="${dirName}"></c:out>
92 <c:if test="${dirLoop.first && path ne '/'}">
94 </c:if>
97 <c:if test="${!dirLoop.last}">
98 </c:if>
99 </c:forEach>
105 <c:forEach varStatus="fileLoop" var="fileName" items="${fileList}">
[all …]
Derror_msg.jsp2 ~ Copyright (c) 2018 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
29 <h3> <c:out value="${error_title}"></c:out> </h3>
31 <c:out value="${error_message}"></c:out>
Dheader.jsp2 ~ Copyright (c) 2017 Google Inc. All Rights Reserved.
17 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
47 <c:forEach items='${navbarLinks}' var='link' varStatus='loop'>
51 </c:forEach>
61 <c:if test='${breadcrumbLinks != null}'>
63 <c:forEach items='${breadcrumbLinks}' var='link'>
65 </c:forEach>
67 </c:if>
Dshow_tree.jsp2 ~ Copyright (c) 2016 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
220 <c:forEach items='${resultNames}' var='res'>
222 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/>
223 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
227 </c:forEach>
231 <c:choose>
232 <c:when test='${empty profilingPointNames}'>
234 </c:when>
235 <c:otherwise>
[all …]
Dshow_table.jsp2 ~ Copyright (c) 2016 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
251 <c:forEach items='${resultNames}' var='res'>
253 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/>
254 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
258 </c:forEach>
262 <c:choose>
263 <c:when test='${empty profilingPointNames}'>
265 </c:when>
266 <c:otherwise>
[all …]
Dshow_profiling_list.jsp2 ~ Copyright (c) 2017 The Android Open Source Project
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
31 <c:forEach items='${testNames}' var='test'>
39 </c:forEach>
Dshow_performance_digest.jsp2 ~ Copyright (c) 2016 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
70 <c:forEach items='${devices}' var='device' varStatus='loop'>
72 </c:forEach>
82 <c:forEach items='${tables}' var='table' varStatus='loop'>
95 </c:forEach>
Dshow_coverage.jsp2 ~ Copyright (c) 2016 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
172 <c:forEach var="coverageEntity" items="${coverageEntityList}" varStatus="loop">
173 …<li data-url="<c:url value="${coverageEntity.gerritUrl}"/>" data-index="${loop.index}" data-covera…
174 … <div class="collapsible-header <c:out value='${coverageEntity.isIgnored ? "grey" : ""}'/>">
179 <c:if test="${isModerator}">
180 …}" class="indicator waves-effect blue lighten-1" style="margin-left: 5px;"><c:out value='${coverag…
181 </c:if>
189 </c:forEach>
Dshow_plan_run.jsp2 ~ Copyright (c) 2017 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
155 <c:if test="${totalApiCount > 0 && totalCoveredApiCount >= 0}">
156 details.append('<b>Total API : </b><c:out value="${totalApiCount}"/><br>');
157 details.append('<b>Total Covered API : </b><c:out value="${totalCoveredApiCount}"/><br>');
158 </c:if>
170 <c:forEach items='${resultNames}' var='res'>
172 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/>
173 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
177 </c:forEach>
Dshow_graph.jsp2 ~ Copyright (c) 2016 Google Inc. All Rights Reserved.
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
253 <c:set var='offset' value='${showFilterDropdown ? 0 : 2}' />
254 <c:if test='${showFilterDropdown}'>
263 </c:if>
268 <c:forEach items='${devices}' var='device' varStatus='loop'>
270 </c:forEach>
281 <c:if test='${not empty error}'>
288 </c:if>
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py341 for c in self.configList:
342 if (c["access"] != self.vtypes.VehiclePropertyAccess.READ_WRITE or
343 c["changeMode"] != self.vtypes.VehiclePropertyChangeMode.ON_CHANGE or
344 c["prop"] & self.vtypes.VehiclePropertyType.MASK
351 prop = c["prop"]
369 for area in c["areaConfigs"]:
419 for c in self.configList:
420 prop = c['prop']
422 if (c["prop"] in staticProperties):
425 c["changeMode"], msg)
[all …]
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java216 CommandResult c = getRunUtil().runTimedCmd(MINUTE_IN_MSECS, "ls", path); in dirExistsAndHaveReadAccess() local
217 if (c.getStatus() != CommandStatus.SUCCESS) { in dirExistsAndHaveReadAccess()
219 path, c.getStatus(), c.getStdout(), c.getStderr())); in dirExistsAndHaveReadAccess()
248 CommandResult c = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, scriptFile); in installDeps() local
249 if (c.getStatus() != CommandStatus.SUCCESS) { in installDeps()
446 CommandResult c = getRunUtil().runTimedCmd(mVirtualEnvInstallationWaitTime, cmd); in createVirtualenv() local
448 if (!CommandStatus.SUCCESS.equals(c.getStatus())) { in createVirtualenv()
449 String message_lower = (c.getStdout() + c.getStderr()).toLowerCase(); in createVirtualenv()
457 CLog.e("Exit code: %s, stdout: %s, stderr: %s", c.getStatus(), c.getStdout(), in createVirtualenv()
458 c.getStderr()); in createVirtualenv()
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsDashboardUtil.java166 CommandResult c = mRunUtil.runTimedCmd(BASE_TIMEOUT_MSECS * 3, in CurlUpload() local
168 if (c == null || c.getStatus() != CommandStatus.SUCCESS) { in CurlUpload()
170 CLog.e("Stdout: %s", c.getStdout()); in CurlUpload()
171 CLog.e("Stderr: %s", c.getStderr()); in CurlUpload()
/test/mlts/benchmark/results/
DChart.bundle.min.js10c[t.slice(0,3)]}};var c={};for(var f in n)c[n[f]]=f},{5:5}],2:[function(t,e,i){var n=t(4),a=t(1),r…
/test/suite_harness/common/util/tests/assets/
Dx86app_process64.txt2 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
39 [ 7] .gnu.version VERSYM 000000000000104c 0000104c
56 000000000000011c 0000000000000000 A 0 0 4
74 000000000000001c 0000000000000000 0 0 4
75 [25] .gnu_debugdata PROGBITS 0000000000000000 0000501c
333 Addr: 000000000000104c Offset: 0x00104c Link: 4 (.dynsym)
337 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
341 01c: 2 (LIBC) 0 (*local*) 2 (LIBC) 0 (*local*)
345 02c: 0 (*local*) 2 (LIBC) 4 (LIBC) 2 (LIBC)
349 03c: 0 (*local*) 0 (*local*) 3 (LIBC_P) 1 (*global*)
[all …]
Dx86app_process32.txt2 Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
39 [15] .eh_frame_hdr PROGBITS 00003f64 003f64 00012c 00 A 0 0 4
41 [17] .init_array INIT_ARRAY 00005d3c 004d3c 00000c 04 WA 0 0 4
48 [24] .note.gnu.gold-ve NOTE 00000000 005000 00001c 00 0 0 4
49 [25] .gnu_debugdata PROGBITS 00000000 00501c 000540 00 0 0 1
50 [26] .shstrtab STRTAB 00000000 00555c 00011e 00 0 0 1
307 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
311 01c: 2 (LIBC) 2 (LIBC) 2 (LIBC) 0 (*local*)
315 02c: 2 (LIBC) 0 (*local*) 2 (LIBC) 0 (*local*)
319 03c: 0 (*local*) 0 (*local*) 3 (LIBC_P) 3 (LIBC_P)
[all …]
Darm64_libdl.txt2 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
44 000000000000026c 0000000000000000 AX 0 0 4
58 000000000000001c 0000000000000000 0 0 4
59 [17] .gnu_debugdata PROGBITS 0000000000000000 0001001c
179 32: 000000000000107c 24 FUNC GLOBAL DEFAULT 9 __cfi_shadow_size@@LIBC_OMR1
204 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
208 01c: 2 (LIBC) 5 (LIBC_PLATFORM) 2 (LIBC) 2 (LIBC)
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java234 IConfiguration c = ConfigurationFactory.getInstance() in testConfigurationLoad() local
237 for (ITargetPreparer prep : c.getTargetPreparers()) { in testConfigurationLoad()
254 for (IRemoteTest test : c.getTests()) { in testConfigurationLoad()
296 ConfigurationDescriptor cd = c.getConfigurationDescription(); in testConfigurationLoad()
342 for (IRemoteTest test : c.getTests()) { in testConfigurationLoad()
351 c.validateOptions(); in testConfigurationLoad()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp41 static uint8_t HexDigitToByte(char c) { in HexDigitToByte() argument
42 if (c >= '0' && c <= '9') { in HexDigitToByte()
43 return c - '0'; in HexDigitToByte()
45 if (c >= 'a' && c <= 'f') { in HexDigitToByte()
46 return c - 'a' + 10; in HexDigitToByte()
48 if (c >= 'A' && c <= 'Z') { in HexDigitToByte()
49 return c - 'A' + 10; in HexDigitToByte()

123