Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 60) sorted by relevance

123

/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker_test.py56 lab.put()
59 device.put()
63 schedule.put()
67 build_dict[key].put()
87 lab.put()
91 device.put()
98 schedule_high.put()
105 schedule_medium.put()
109 build_dict[key].put()
124 lab.put()
[all …]
Djob_heartbeat_test.py55 lab.put()
62 device.put()
69 schedule.put()
75 build_dict[key].put()
95 jobs[0].put()
104 jobs[1].put()
/test/vti/test_serving/gae/webapp/src/utils/
Dmodel_util_test.py46 lab.put()
49 device.put()
53 schedule.put()
57 build_dict[key].put()
81 job.put()
92 job.put()
104 device.put()
123 ready_job.put()
131 schedule_from_db.put()
141 device.put()
[all …]
Dmodel_util.py54 schedule.put()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java409 put( in getNormalizedVersion()
414 put( in getNormalizedVersion()
418 put( in getNormalizedVersion()
466 valuesMap.put("suiteBuildNumber", suiteBuildNumber); in getLabInfraIssueDescription()
467 valuesMap.put("buildId", buildId); in getLabInfraIssueDescription()
468 valuesMap.put("modulesDone", Integer.toString(modulesDone)); in getLabInfraIssueDescription()
469 valuesMap.put("modulesTotal", Integer.toString(modulesTotal)); in getLabInfraIssueDescription()
470 valuesMap.put("hostName", hostName); in getLabInfraIssueDescription()
471 valuesMap.put("resultPath", resultPath); in getLabInfraIssueDescription()
472 valuesMap.put("buildVendorFingerprint", buildVendorFingerprint); in getLabInfraIssueDescription()
[all …]
/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/result/
DCompatibilityTestResult.java59 o.put(KEY_PACKAGE, packageName); in toJsonString()
60 o.put(KEY_VERSION_STRING, versionString); in toJsonString()
61 o.put(KEY_VERSION_CODE, versionString); in toJsonString()
62 o.put(KEY_NAME, name); in toJsonString()
63 o.put(KEY_RANK, rank); in toJsonString()
64 o.put(KEY_STATUS, status); in toJsonString()
65 o.put(KEY_MESSAGE, message); in toJsonString()
/test/vti/test_serving/gae/webapp/src/tasks/
Dremoving_outdated_devices_test.py59 device.put()
65 device.put()
71 device.put()
85 device.put()
99 device.put()
Dindexing_test.py50 schedule.put()
76 job.put()
121 schedule.put()
122 schedule.put()
149 job.put()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java345 resultMap.put("result", "successfully generated!"); in generateSuiteTestData()
426 datastore.put(testStatusEntity.toEntity()); in doPost()
441 datastore.put(coverageEntity.toEntity()); in doPost()
457 datastore.put(profilingEntity.toEntity()); in doPost()
471 datastore.put(testCaseEntity.toEntity()); in doPost()
485 datastore.put(deviceInfoEntity.toEntity()); in doPost()
519 datastore.put(testRunEntity.toEntity()); in doPost()
526 datastore.put(codeCoverageEntity.toEntity()); in doPost()
540 datastore.put(newTestEntity); in doPost()
543 datastore.put(newTestEntity); in doPost()
[all …]
DTestSuiteResultRestServlet.java114 resultMap.put("result", "successfully saved!"); in doPost()
118 resultMap.put("result", "Wrong Service Client ID!"); in doPost()
122 resultMap.put("result", "Access Token Missing!"); in doPost()
DCoverageRestServlet.java133 put("totalHalApiNum", totalHalApiNum); in postCoverageDataSum()
134 put("totalCoveredHalApiNum", totalCoveredHalApiNum); in postCoverageDataSum()
/test/vti/test_serving/gae/webapp/src/endpoint/
Dendpoint_base_test.py109 device.put()
130 device.put()
151 device.put()
187 device.put()
191 device.put()
218 device.put()
Dlab_info_test.py76 devices[0].put()
120 device.put()
Djob_queue_test.py81 self.GenerateDeviceModel(serial=serial).put()
87 job.put()
Djob_queue.py59 job.put()
171 job.put()
/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/
DInception.java71 outputBuffer.put((byte)(redByte & 0xff)); in preprocess()
72 outputBuffer.put((byte)(greenByte & 0xff)); in preprocess()
73 outputBuffer.put((byte)(blueByte & 0xff)); in preprocess()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceSummary.java78 summaryMap.put( in addData()
90 summaryMap.put( in addData()
110 summaryMap.put(key, summary); in insertProfilingPointSummary()
DProfilingPointSummary.java86 labelIndices.put(label, statSummaries.size()); in update()
108 labelIndices.put(label, labels.size()); in updateLabel()
DBoxPlot.java130 labelSeriesMap.put(label, new HashMap<>()); in addSeriesData()
133 seriesMap.put(series, stats); in addSeriesData()
DTestResults.java122 testCaseRunMap.put(testRun.getKey(), new ArrayList<TestCaseRunEntity>()); in addTestRun()
131 testCaseNameMap.put(testCase.name, testCaseNameMap.size()); in addTestRun()
213 deviceInfoMap.put(device.getParent(), new ArrayList<DeviceInfoEntity>()); in processDeviceInfos()
380 logInfoMap.put(Integer.toString(col), linkEntries); in processReport()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java164 summaryMap.put(profilingPointSummary.getBranch(), new HashMap<>()); in updateSummaries()
168 deviceMap.put(profilingPointSummary.getBuildFlavor(), profilingPointSummary); in updateSummaries()
175 summaryMap.put(branch, new HashMap<>()); in updateSummaries()
187 deviceMap.put(device, summary); in updateSummaries()
197 datastore.put(tx, puts); in updateSummaries()
DVtsAlertJobServlet.java104 failingTestcases.put(testCase.name, testCase); in getCurrentFailures()
276 mostRecentTestCaseResults.put(testCaseName, result); in getTestStatus()
284 mostRecentTestCaseResults.put(testCaseName, result); in getTestStatus()
297 testCaseBreakageMap.put(testCaseName, testCase); in getTestStatus()
562 datastore.put(newStatus.toEntity()); in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGreenReleaseServlet.java189 basicParamMap.put(branch, deviceBuildTargetList); in getBasicParamMap()
246 paramInfoMap.put(branch, new LinkedList<>(Arrays.asList(target))); in getTestPlanDispatcher()
260 put("branch", new String[] {branchKey}); in getTestPlanDispatcher()
261 put( in getTestPlanDispatcher()
317 allTestPlanRunEntityMap.put( in getTestPlanDispatcher()
434 paramInfoMap.put(branch, new LinkedList<>(Arrays.asList(target))); in getTestSuiteDispatcher()
DShowGraphServlet.java105 graphMap.put(name, g); in processProfilingRun()
175 testRunProfiling.put(key.getParent(), profilingPoints.get(key)); in doGetHandler()
206 testRunDevices.put(deviceKey.getParent(), new ArrayList<DeviceInfoEntity>()); in doGetHandler()
DShowGcsLogServlet.java217 this.syncCache.put(path.toString(), blobFile); in defaultHandler()
242 resultMap.put("entryList", entryList); in defaultHandler()
243 resultMap.put("entryContent", entryContent); in defaultHandler()

123