Searched refs:c (Results 1 – 25 of 52) sorted by relevance
123
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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>
2 ~ 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>
2 ~ 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 …]
2 ~ 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 …]
2 ~ 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>
2 ~ 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>
2 ~ Copyright (c) 2017 The Android Open Source Project18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>31 <c:forEach items='${testNames}' var='test'>39 </c:forEach>
2 ~ 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>
2 ~ 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>
2 ~ Copyright (c) 2017 Google Inc. All Rights Reserved.17 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2 ~ Copyright (c) 2018 Google Inc. All Rights Reserved.18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
2 ~ Copyright (c) 2017 The Android Open Source Project18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
341 for c in self.configList:342 if (c["access"] != self.vtypes.VehiclePropertyAccess.READ_WRITE or343 c["changeMode"] != self.vtypes.VehiclePropertyChangeMode.ON_CHANGE or344 c["prop"] & self.vtypes.VehiclePropertyType.MASK351 prop = c["prop"]369 for area in c["areaConfigs"]:433 for c in self.configList:435 if (c["prop"] in staticProperties):438 c["changeMode"],439 "Prop 0x%x must be static change mode" % c['prop'])[all …]
10 …c[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…
104 #define CHACHA_QUARTERROUND(a, b, c, d) \ argument108 c += d; \109 b = rol32(b ^ c, 12); \112 c += d; \113 b = rol32(b ^ c, 7); \
49 static uint8_t HexDigitToByte(char c) { in HexDigitToByte() argument50 if (c >= '0' && c <= '9') { in HexDigitToByte()51 return c - '0'; in HexDigitToByte()53 if (c >= 'a' && c <= 'f') { in HexDigitToByte()54 return c - 'a' + 10; in HexDigitToByte()56 if (c >= 'A' && c <= 'Z') { in HexDigitToByte()57 return c - 'A' + 10; in HexDigitToByte()
90 for c in generated_str:91 if c == '{':93 elif c == '}':
5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,java