Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 61) sorted by relevance

123

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DUserEntity.java91 return ofy().load() in getAdminUser()
102 return ofy().load() in getAdminUserList()
111 return ofy().load() in getUserList()
121 return ofy().load() in getUser()
DTestCoverageStatusEntity.java104 return ofy().load().type(TestCoverageStatusEntity.class).id(testName).now(); in findById()
143 return ofy().load().type(TestCoverageStatusEntity.class).list(); in getAllTestCoverage()
153 ofy().load().keys(() -> deviceInfoEntityKeyList.iterator()).values(); in getBranchSet()
170 ofy().load().keys(() -> deviceInfoEntityKeyList.iterator()).values(); in getDeviceSet()
184 return ofy().load() in getTestRunEntity()
DApiCoverageEntity.java137 return ofy().load() in getByUrlSafeKey()
146 return ofy().load() in getByInterfaceNameList()
154 return ofy().load() in getByPackageNameList()
DTestSuiteResultEntity.java338 newBugTrackingSystemProp.load(btsInputStream); in getBugTrackingSystemProp()
350 return ofy().load() in getTestSuitePlans()
358 return ofy().load() in getBranchDistinctList()
366 return ofy().load() in getBuildIdDistinctList()
374 return ofy().load() in getTargetDistinctList()
382 return ofy().load() in getHostNameDistinctList()
DDeviceInfoEntity.java152 ofy().load() in getAllBranches()
164 return ofy().load() in getAllBranches()
183 ofy().load() in getAllBuildFlavors()
195 return ofy().load() in getAllBuildFlavors()
DBuildTargetEntity.java67 return ofy().load() in getByBuildTarget()
86 return ofy().load() in getByBuildTarget()
DBranchEntity.java62 return ofy().load() in getByBranch()
80 return ofy().load() in getByBranch()
DRoleEntity.java34 return ofy().load().type(RoleEntity.class).id(role).now(); in getRole()
DTestRunEntity.java280 return ofy().load().type(TestRunEntity.class).parent(testKey).id(id).now(); in getByTestNameId()
305 ofy().load().type(ApiCoverageEntity.class).ancestor(testRunKey).list(); in getApiCoverageEntityList()
315 ofy().load() in getCodeCoverageEntity()
/test/framework/harnesses/host_controller/acloud/
Dacloud_client.py130 report = json.load(f)
154 report = json.load(f)
163 report = json.load(f)
201 report = json.load(f)
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_performance_digest.jsp32 function load() {
51 $('#load').click(load);
76 <a id='load' class='btn-floating btn-medium red right waves-effect waves-light'>
Dshow_graph.jsp29 google.charts.load('current', {packages:['corechart', 'table', 'line']});
45 $('#load').click(load);
222 function load() {
274 <a id='load' class='btn-floating btn-medium red right waves-effect waves-light'>
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh86 multi-process-model-load-stress)
91 memory-mapped-model-load-stress)
95 model-load-random-stress)
DREADME.txt65 * multi-process-model-load-stress: this extends the `parallel-inference-stress` running inference
69 * memory-mapped-model-load-stress: runs a series of parallel model compilation with memory mapped
72 * model-load-random-stress: test compiling a large set of randomly generated models
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestRunRestServlet.java74 TestRunEntity testRun = ofy().load().type(TestRunEntity.class).ancestor(testKey) in getLatestTestRunDetails()
99 testCaseRunEntityKeyMap = ofy().load().keys(() -> testCaseKeyList.iterator()); in getTestRunDetails()
DCoverageRestServlet.java109 TestPlanRunEntity testPlanRunEntity = ofy().load().key(key).safe(); in postCoverageDataSum()
113 ofy().load().type(ApiCoverageEntity.class).ancestor(testRunKey).list(); in postCoverageDataSum()
/test/vti/dashboard/src/test/java/com/android/vts/api/
DVtsSpreadSheetSyncServletTest.java87 systemConfigProp.load(defaultInputStream); in setUpExtra()
119 ofy().load().type(ApiCoverageExcludedEntity.class).list(); in testSyncServletJob()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java221 ofy().load().keys(() -> deviceInfoEntityKeyList.iterator()).values(); in getCoverageDispatcher()
263 ofy().load().keys(() -> testRunEntityKeyIterator); in getCoverageDispatcher()
279 ofy().load().keys(() -> codeCoverageEntityKeyList.iterator()); in getCoverageDispatcher()
382 ofy().load() in getCoverageDataTable()
DShowGreenReleaseServlet.java418 ofy().load() in getTestSuiteDispatcher()
450 ofy().load() in getTestSuiteDispatcher()
471 ofy().load() in getTestSuiteDispatcher()
DShowProfilingListServlet.java59 List<String> tests = ofy().load().type(TestEntity.class) in doGetHandler()
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DCodeCoverageFileEntityTest.java53 …CodeCoverageFileEntity loadCodeCoverageFileEntity = ofy().load().type(CodeCoverageFileEntity.class… in saveTest()
/test/suite_harness/tools/cts-test-metrics/
Dparse_test_metrics.py33 json_data = json.load(json_file)
/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyTestBase.java64 return ofy().load().key(key).now(); in saveClearLoad()
/test/vti/dashboard/src/main/webapp/css/
Dshow_graph.css35 #load {
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java146 ofy().load() in doGet()
207 ofy().load() in doPost()

123