Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 40) sorted by relevance

12

/test/vts-testcase/kernel/encryption/
Dadiantum.cpp58 static unsigned int round_up(unsigned int a, unsigned int b) { in round_up() argument
59 return a + -a % b; in round_up()
65 const uint8_t b[16]) { in le128_add()
68 int sum = a[i] + b[i] + carry; in le128_add()
76 const uint8_t b[16]) { in le128_sub()
79 int sum = a[i] - b[i] - carry; in le128_sub()
104 #define CHACHA_QUARTERROUND(a, b, c, d) \ argument
106 a += b; \
109 b = rol32(b ^ c, 12); \
110 a += b; \
[all …]
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_run.jsp147 details.append('<b>VTS Build: </b>' + testBuildId + '<br>');
148 details.append('<b>Start Time: </b>' + moment().renderTime(startTime, true) + '<br>');
149 details.append('<b>End Time: </b>' + moment().renderTime(endTime, true) + '<br>');
150 … details.append('<b>Duration: </b>' + moment().renderDuration(endTime - startTime) + '<br>');
151 details.append('<b>Modules: </b>' + moduleCount + '<br>');
152 details.append('<b>Passing Test Cases: </b>' + passingTestCaseCount + '<br>');
153 details.append('<b>Non-Passing Test Cases: </b>' + failingTestCaseCount + '<br>');
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>');
Dshow_suite_release.jsp121 <b>Plan: </b><span><c:out value="${plan}"></c:out></span>
186b><c:out value="${testSuiteResultEntity.branch}"></c:out>/<c:out value="${testSuiteResultEntity.ta…
227 … <b>Suite Build Number: </b><c:out value="${testSuiteResultEntity.suiteBuildNumber}"></c:out><br>
228 … <b>Device Name: </b><c:out value="${testSuiteResultEntity.deviceName}"></c:out><br>
233 … <b>Host: </b><c:out value="${testSuiteResultEntity.hostName}"></c:out><br>
234 …<b>Modules: </b><c:out value="${testSuiteResultEntity.modulesDone}"></c:out>/<c:out value="${testS…
244 <b>Result Log Path: </b>
249 <b>Infra Log Path: </b>
Dshow_profiling_overview.jsp72 '</br><b>Mean:</b> ' +
74 '</br><b>Std:</b> ' +
76 '</br><b>Count:</b> ' +
Dshow_coverage.jsp170 <h4 class="section-title"><b>Coverage:</b> </h4>
176 … <div class="truncate"><b>${coverageEntity.projectName}</b>/${coverageEntity.filePath}</div>
Dshow_coverage_overview.jsp343 <b>Code Coverage</b>
430 <b>VTS Build: </b><c:out value="${testRunEntity.testBuildId}" />
432 <b>Host: </b><c:out value="${testRunEntity.hostName}" />
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java745 com.google.protobuf.ByteString b = in getAccessTokenBytes() local
748 accessToken_ = b; in getAccessTokenBytes()
749 return b; in getAccessTokenBytes()
799 com.google.protobuf.ByteString b = in getResultPathBytes() local
802 resultPath_ = b; in getResultPathBytes()
803 return b; in getResultPathBytes()
876 com.google.protobuf.ByteString b = in getBranchBytes() local
879 branch_ = b; in getBranchBytes()
880 return b; in getBranchBytes()
918 com.google.protobuf.ByteString b = in getTargetBytes() local
[all …]
/test/vts/utils/python/coverage/testdata/
Dsample.c39 int b; local
40 b = a << 2;
41 printf("%i times 4 = %i\n", a, b);
42 return b;
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DBranchEntity.java67 .map(b -> b.name) in getByBranch()
86 .map(b -> b.name) in getByBranch()
DBuildTargetEntity.java72 .map(b -> b.name) in getByBuildTarget()
92 .map(b -> b.name) in getByBuildTarget()
/test/vts/utils/python/coverage/
Dfunction_summary.py100 for b in self.blocks:
101 output += str(b)
/test/mlts/models/assets/asr_float/
DLICENSE81 b. Adapter's License means the license You apply to Your Copyright
90 specified in Section 2(b)(1)-(2) are not Copyright and Similar
145 b. produce, reproduce, and Share Adapted Material.
175 b. No downstream restrictions. You may not offer or impose
189 b. Other rights.
239 b. indicate if You modified the Licensed Material and
271 b. if You include all or a substantial portion of the database
297 b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
320 b. Where Your right to use the Licensed Material has terminated under
329 For the avoidance of doubt, this Section 6(b) does not affect any
[all …]
/test/mlts/benchmark/results/
Dgenerate_result.py303 diff = [a - b for a, b in zip(val, base)]
326 diff = [a - b for a, b in zip(val, base)]
348 diff = [a - b for a, b in zip(val, base)]
DChart.bundle.min.js10b=s;break;case 1:r=a,g=i,b=s;break;case 2:r=s,g=i,b=a;break;case 3:r=s,g=a,b=i;break;case 4:r=a,g=… property
/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DIOUtils.java85 byte b = data[i + 1]; in invertOrder4()
88 data[i + 2] = b; in invertOrder4()
/test/vts/runners/host/
Dutils.py635 b'Now forced in to idle mode\r\n'):
640 if adb_shell_result not in [b'Stepped to: IDLE_MAINTENANCE\r\n',
641 b'Stepped to: IDLE\r\n']:
665 if (adb_shell_result != b'Stepped to: ACTIVE\r\n'):
/test/vts/utils/native/libprofiling/
DAndroid.bp25 // TODO(b/153609531): remove when no longer needed.
46 // TODO(b/153609531): remove when no longer needed.
/test/vts/utils/python/controllers/
Dandroid.py108 'uid': uid}).encode("utf8") + b'\n')
118 self.client.write(request.encode("utf8") + b'\n')
/test/vts/drivers/resource/
DAndroid.bp74 // TODO(b/153609531): remove when no longer needed.
88 // TODO(b/153609531): remove when no longer needed.
/test/vts/utils/python/library/
Delf_parser.py211 ret = b""
219 end_index = buf.find(b"\0")
485 if len(data) < 4 or data[:4] != b'APS2':
597 if name == b"Android\0":
/test/vti/test_serving/gae/testing/
Dtest_e2e.py28 assert b'VTS' in r.content
/test/vts/drivers/hal/libcodecoverage/
DAndroid.bp25 // TODO(b/153609531): remove when no longer needed.
/test/vts/drivers/hal/libmeasurement/
DAndroid.bp23 // TODO(b/153609531): remove when no longer needed.
/test/vts/drivers/libdrivercomm/
DAndroid.bp25 // TODO(b/153609531): remove when no longer needed.
/test/vts/drivers/hal/libdatatype/
DAndroid.bp23 // TODO(b/153609531): remove when no longer needed.

12