Home
last modified time | relevance | path

Searched refs:deviceName (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp57 …c:if test="${not empty branch or not empty hostName or not empty buildId or not empty deviceName}">
85 var deviceName = $("#deviceName").val().trim();
86 if ( deviceName.length > 0 ) {
87 params['deviceName'] = deviceName;
89 delete params['deviceName'];
144 …<input id="deviceName" type="text" value="<c:out value="${deviceName}"></c:out>" autocomplete="off…
228 … <b>Device Name: </b><c:out value="${testSuiteResultEntity.deviceName}"></c:out><br>
319 <c:if test="${not empty deviceName}">
320 … <c:set var="searchQueryString" value="${searchQueryString}&deviceName=${deviceName}" />
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp104 const ANeuralNetworksDevice* findDeviceByName(const char* deviceName) { in findDeviceByName() argument
105 if (!deviceName) return nullptr; in findDeviceByName()
107 std::string deviceNameStr(deviceName); in findDeviceByName()
144 const std::string& deviceName, in RandomGraphGenerator() argument
150 mDeviceName(deviceName), in RandomGraphGenerator()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java177 @Index @Getter @Setter String deviceName; field in TestSuiteResultEntity
283 this.deviceName = this.getDeviceNameFromVendorFpt(); in TestSuiteResultEntity()
390 String deviceName = in getDeviceNameFromVendorFpt() local
392 return deviceName; in getDeviceNameFromVendorFpt()
501 valuesMap.put("deviceName", deviceName); in getCrashSecurityDescription()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNRandomGraphTest.java120 int modelsCount, String deviceName, Duration maxTestDuration, String testName) { in getTestModelsOfSizeAndRangeForMaxTimeIntent() argument
125 mRunModelCompilationOnly, deviceName, maxTestDuration.toMillis(), testName) in getTestModelsOfSizeAndRangeForMaxTimeIntent()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java112 boolean compilationOnly, String deviceName, long maxTestDurationMillis, in intentInitializer() argument
120 intent.putExtra(DEVICE_NAME, deviceName); in intentInitializer()