/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | UserEntity.java | 91 return ofy().load() in getAdminUser() 102 return ofy().load() in getAdminUserList() 111 return ofy().load() in getUserList() 121 return ofy().load() in getUser()
|
D | TestCoverageStatusEntity.java | 104 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()
|
D | ApiCoverageEntity.java | 137 return ofy().load() in getByUrlSafeKey() 146 return ofy().load() in getByInterfaceNameList() 154 return ofy().load() in getByPackageNameList()
|
D | TestSuiteResultEntity.java | 338 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()
|
D | DeviceInfoEntity.java | 152 ofy().load() in getAllBranches() 164 return ofy().load() in getAllBranches() 183 ofy().load() in getAllBuildFlavors() 195 return ofy().load() in getAllBuildFlavors()
|
D | BuildTargetEntity.java | 67 return ofy().load() in getByBuildTarget() 86 return ofy().load() in getByBuildTarget()
|
D | BranchEntity.java | 62 return ofy().load() in getByBranch() 80 return ofy().load() in getByBranch()
|
D | RoleEntity.java | 34 return ofy().load().type(RoleEntity.class).id(role).now(); in getRole()
|
D | TestRunEntity.java | 280 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/ |
D | acloud_client.py | 130 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/ |
D | show_performance_digest.jsp | 32 function load() { 51 $('#load').click(load); 76 <a id='load' class='btn-floating btn-medium red right waves-effect waves-light'>
|
D | show_graph.jsp | 29 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/ |
D | build_and_run_benchmark.sh | 86 multi-process-model-load-stress) 91 memory-mapped-model-load-stress) 95 model-load-random-stress)
|
D | README.txt | 65 * 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/ |
D | TestRunRestServlet.java | 74 TestRunEntity testRun = ofy().load().type(TestRunEntity.class).ancestor(testKey) in getLatestTestRunDetails() 99 testCaseRunEntityKeyMap = ofy().load().keys(() -> testCaseKeyList.iterator()); in getTestRunDetails()
|
D | CoverageRestServlet.java | 109 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/ |
D | VtsSpreadSheetSyncServletTest.java | 87 systemConfigProp.load(defaultInputStream); in setUpExtra() 119 ofy().load().type(ApiCoverageExcludedEntity.class).list(); in testSyncServletJob()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowCoverageOverviewServlet.java | 221 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()
|
D | ShowGreenReleaseServlet.java | 418 ofy().load() in getTestSuiteDispatcher() 450 ofy().load() in getTestSuiteDispatcher() 471 ofy().load() in getTestSuiteDispatcher()
|
D | ShowProfilingListServlet.java | 59 List<String> tests = ofy().load().type(TestEntity.class) in doGetHandler()
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | CodeCoverageFileEntityTest.java | 53 …CodeCoverageFileEntity loadCodeCoverageFileEntity = ofy().load().type(CodeCoverageFileEntity.class… in saveTest()
|
/test/suite_harness/tools/cts-test-metrics/ |
D | parse_test_metrics.py | 33 json_data = json.load(json_file)
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | ObjectifyTestBase.java | 64 return ofy().load().key(key).now(); in saveClearLoad()
|
/test/vti/dashboard/src/main/webapp/css/ |
D | show_graph.css | 35 #load {
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsSuiteTestJobServlet.java | 146 ofy().load() in doGet() 207 ofy().load() in doPost()
|