/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 89 const HalManifestPtr &manifest, HidlVerifyFn fn) { in ForEachHidlHalInstance() argument 90 manifest->forEachInstance([manifest, fn](const auto &manifest_instance) { in ForEachHidlHalInstance() 101 std::async([&]() { fn(fq_name, instance_name, transport); }); in ForEachHidlHalInstance() 113 const HalManifestPtr &manifest, AidlVerifyFn fn) { in ForEachAidlHalInstance() argument 114 manifest->forEachInstance([manifest, fn](const auto &manifest_instance) { in ForEachAidlHalInstance() 126 fn(package, version, interface, instance, updatable_via_apex); in ForEachAidlHalInstance()
|
/test/vts/drivers/hal/libmeasurement/ |
D | vts_measurement.cpp | 55 #define CHECK_WEAK_API_FUNCTION(fn) \ argument 57 if (!fn) MissingWeakApiFunction(#fn); \
|
/test/vts/utils/python/io/ |
D | file_util.py | 35 for fn in filenames: 36 if fn == filename:
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | dashboard_main.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %> 227 <c:when test="${fn:endsWith(serverName, 'googleplex.com')}"> 230 <c:when test="${fn:startsWith(serverName, 'android-vts-internal')}"> 233 <c:when test="${fn:startsWith(serverName, 'android-vts-staging')}"> 241 <c:when test="${fn:endsWith(serverName, 'appspot.com')}"> 244 <c:when test="${fn:startsWith(serverName, 'android-vts-staging')}"> 247 <c:when test="${fn:startsWith(serverName, 'android-vts')}">
|
D | show_suite_release.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %> 201 …<c:set var="integerVal" value="${fn:substringBefore(testSuiteResultEntity.passedTestCaseRatio, '.'… 207 …<c:set var="decimalVal" value="${fn:substring(fn:substringAfter(testSuiteResultEntity.passedTestCa… 293 …y.getTestSuiteFileEntityKey().getName()}"></c:out> --suite=<c:out value="${fn:toLowerCase(testSuit…
|
D | show_plan_run.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %> 172 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/> 173 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
|
D | show_coverage_overview.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %> 353 <c:set var="branchVal" value='${fn:replace(branch, "\\\"", "")}'></c:set> 363 <c:set var="deviceVal" value='${fn:replace(device, "\\\"", "")}'></c:set> 389 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/> 390 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
|
D | auth_error.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | error_msg.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_profiling_list.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_table.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %> 253 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/> 254 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
|
D | show_tree.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %> 222 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/> 223 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/>
|
D | show_test_acknowledgments.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_release.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_green_plan_release.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_green_suite_release.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_plan_release.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_performance_digest.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_profiling_overview.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_gcs_log.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
D | show_coverage.jsp | 17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
|
/test/vti/dashboard/src/main/webapp/js/ |
D | plan_runs.js | 56 $.fn.showPlanRuns = function(data) {
|
D | search_header.js | 189 $.fn.createSearchHeader = function(label, value, onRefreshCallback) {
|
D | test_results.js | 346 $.fn.showTests = function(metadataList, showTestNames = false) {
|
D | test_acknowledgments.js | 383 $.fn.testAcknowledgments = function(
|