/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 58 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/ |
D | show_plan_run.jsp | 147 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>');
|
D | show_suite_release.jsp | 121 <b>Plan: </b><span><c:out value="${plan}"></c:out></span> 186 …b><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>
|
D | show_profiling_overview.jsp | 72 '</br><b>Mean:</b> ' + 74 '</br><b>Std:</b> ' + 76 '</br><b>Count:</b> ' +
|
D | show_coverage.jsp | 170 <h4 class="section-title"><b>Coverage:</b> </h4> 176 … <div class="truncate"><b>${coverageEntity.projectName}</b>/${coverageEntity.filePath}</div>
|
D | show_coverage_overview.jsp | 343 <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/ |
D | TestSuiteResultMessageProto.java | 745 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/ |
D | sample.c | 39 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/ |
D | BranchEntity.java | 67 .map(b -> b.name) in getByBranch() 86 .map(b -> b.name) in getByBranch()
|
D | BuildTargetEntity.java | 72 .map(b -> b.name) in getByBuildTarget() 92 .map(b -> b.name) in getByBuildTarget()
|
/test/vts/utils/python/coverage/ |
D | function_summary.py | 100 for b in self.blocks: 101 output += str(b)
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 81 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/ |
D | generate_result.py | 303 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)]
|
D | Chart.bundle.min.js | 10 …b=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/ |
D | IOUtils.java | 85 byte b = data[i + 1]; in invertOrder4() 88 data[i + 2] = b; in invertOrder4()
|
/test/vts/runners/host/ |
D | utils.py | 635 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/ |
D | Android.bp | 25 // TODO(b/153609531): remove when no longer needed. 46 // TODO(b/153609531): remove when no longer needed.
|
/test/vts/utils/python/controllers/ |
D | android.py | 108 'uid': uid}).encode("utf8") + b'\n') 118 self.client.write(request.encode("utf8") + b'\n')
|
/test/vts/drivers/resource/ |
D | Android.bp | 74 // TODO(b/153609531): remove when no longer needed. 88 // TODO(b/153609531): remove when no longer needed.
|
/test/vts/utils/python/library/ |
D | elf_parser.py | 211 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/ |
D | test_e2e.py | 28 assert b'VTS' in r.content
|
/test/vts/drivers/hal/libcodecoverage/ |
D | Android.bp | 25 // TODO(b/153609531): remove when no longer needed.
|
/test/vts/drivers/hal/libmeasurement/ |
D | Android.bp | 23 // TODO(b/153609531): remove when no longer needed.
|
/test/vts/drivers/libdrivercomm/ |
D | Android.bp | 25 // TODO(b/153609531): remove when no longer needed.
|
/test/vts/drivers/hal/libdatatype/ |
D | Android.bp | 23 // TODO(b/153609531): remove when no longer needed.
|