Home
last modified time | relevance | path

Searched refs:update (Results 1 – 22 of 22) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsPerformanceJobServletTest.java129 summary.update(pt); in setUp()
130 summary.update(pt); in setUp()
141 summary.update(pt); in setUp()
142 summary.update(pt); in setUp()
157 summary.update(pt); in setUp()
158 summary.update(pt); in setUp()
169 summary.update(pt); in setUp()
170 summary.update(pt); in setUp()
181 summary.update(pt); in setUp()
182 summary.update(pt); in setUp()
[all …]
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java103 public boolean compareAndSetResult(TestResult expect, TestResult update) { in compareAndSetResult() argument
104 return mTestResult.compareAndSet(expect, update); in compareAndSetResult()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java81 summary.update(pt); in setUp()
125 summary.update(pt); in testIterator()
/test/vts/runners/host/
Dconfig_parser.py70 configs.update(baseline_config)
106 new_test_config.update(original_bed_config)
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py197 dimensions.update(_BOT_DEVICE_MAP[id].dimensions)
235 state[u'device'].update(extra_state)
/test/vts-testcase/vndk/golden/
Dvndk_data.py220 lib_sets[VNDK_PRIVATE].update(lib_sets[VNDK] & private)
221 lib_sets[VNDK_SP_PRIVATE].update(lib_sets[VNDK_SP] & private)
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py197 dimensions.update(_BOT_DEVICE_MAP[id].dimensions)
235 state[u'device'].update(extra_state)
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceSummary.java85 summaryMap.get(name).update(ppSummary); in addData()
DProfilingPointSummary.java82 public void update(ProfilingPointSummaryEntity ppSummary) { in update() method in ProfilingPointSummary
/test/vts-testcase/kernel/ltp/
Denvironment_requirement_checker.py189 self._executable_available.update(
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py103 params.update(poc_config[device_model])
/test/vts/drivers/resource/hidl_memory_driver/
DVtsHidlMemoryDriver.cpp82 (mem_info->memory)->update(); in Update()
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py175 resp.update({
/test/vti/dashboard/
DREADME.md88 $ mvn appengine:update
94 You can deploy or update GAE's a config file without deploying the whole project.
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py127 llvmfuzzer_params.update(fuzzer_config.get("llvmfuzzer_params", {}))
/test/vts/utils/python/coverage/
Dcoverage_utils.py325 gcda_files.update(files.split("\n"))
332 gcda_files.update(result.split("\n"))
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py86 symbols.update(
DVtsVndkAbiTest.py92 symbols.update(
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java189 summary.update(profilingPointRun); in updateSummaries()
/test/mlts/benchmark/results/
DChart.bundle.min.js10update:function(t){var e,i,n=this.getMeta().data;for(this._ruler=this.getRuler(),e=0,i=n.length;e<… method
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java216 public void update(ProfilingPointRunEntity profilingRun) { in update() method in ProfilingPointSummaryEntity
/test/vts/utils/python/mirror/
Dresource_mirror.py474 def update(self): member in ResourceHidlMemoryMirror