/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | endpoint_base_test.py | 51 self.assertEqual(set(attrs), set(result)) 59 self.assertEqual(set(attrs), set(result)) 81 self.assertTrue(set(full_attrs) <= set(result)) 104 self.assertTrue(set(full_attrs) <= set(result))
|
D | lab_info_test.py | 68 api.set(container) 78 api.set(container) 123 api.set(container) 132 self.assertEqual(set(devices[0].device_equipment), 133 set(device_equipment))
|
D | build_info_test.py | 50 response = api.set(container) 75 response = api.set(container) 90 response = api.set(container) 115 response = api.set(container) 131 response = api.set(container)
|
D | host_info_test.py | 55 api.set(container) 72 api.set(container) 84 api.set(container)
|
D | lab_info.py | 56 def set(self, request): member in LabInfoApi 97 if device.hostname == host.hostname and set( 98 device.device_equipment) == set(
|
D | schedule_info_test.py | 75 response = api.set(container) 120 response = api.set(container)
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | dashboard_main.jsp | 228 <c:set var="dataVersion" scope="page" value="new"/> 231 … <c:set var="dataLink" scope="page" value="https://android-vts.appspot.com"/> 234 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.appspot.com"/> 237 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.appspot.com"/> 242 <c:set var="dataVersion" scope="page" value="previous"/> 245 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.googleplex.com"/> 248 … <c:set var="dataLink" scope="page" value="https://android-vts-internal.googleplex.com"/> 251 … <c:set var="dataLink" scope="page" value="https://android-vts-staging.googleplex.com"/> 256 <c:set var="dataVersion" scope="page" value="local dev"/> 257 <c:set var="dataLink" scope="page" value="http://localhost"/> [all …]
|
D | show_coverage_overview.jsp | 353 <c:set var="branchVal" value='${fn:replace(branch, "\\\"", "")}'></c:set> 363 <c:set var="deviceVal" value='${fn:replace(device, "\\\"", "")}'></c:set> 389 <c:set var='trimmed' value='${fn:replace(res, "TEST_CASE_RESULT_", "")}'/> 390 <c:set var='nickname' value='${fn:replace(trimmed, "_", " ")}'/> 440 … <c:set var="coveredLineCnt" value="${codeCoverageEntityMap[testRunEntity.id].coveredLineCount}" /> 441 … <c:set var="totalLineCnt" value="${codeCoverageEntityMap[testRunEntity.id].totalLineCount}" /> 442 <c:set var="covPct" 447 <c:set var="badgeColor" value="red" /> 450 <c:set var="badgeColor" value="green" /> 453 <c:set var="badgeColor" value="orange" />
|
D | show_suite_release.jsp | 22 <c:set var="timeZone" value="America/Los_Angeles"/> 201 …<c:set var="integerVal" value="${fn:substringBefore(testSuiteResultEntity.passedTestCaseRatio, '.'… 207 …<c:set var="decimalVal" value="${fn:substring(fn:substringAfter(testSuiteResultEntity.passedTestCa… 261 …<c:set var="executionTime" scope="page" value="${(testSuiteResultEntity.endTime - testSuiteResultE… 309 <c:set var="searchQueryString" value="" /> 311 <c:set var="searchQueryString" value="${searchQueryString}&branch=${branch}" /> 314 <c:set var="searchQueryString" value="${searchQueryString}&hostName=${hostName}" /> 317 <c:set var="searchQueryString" value="${searchQueryString}&buildId=${buildId}" /> 320 … <c:set var="searchQueryString" value="${searchQueryString}&deviceName=${deviceName}" />
|
/test/vts-testcase/hal/treble/vintf/ |
D | utils.cpp | 48 const set<string> kPassthroughHals = { 87 set<string> ReleasedHashes(const FQName &fq_iface_name) { in ReleasedHashes() 88 set<string> released_hashes{}; in ReleasedHashes()
|
D | VtsTrebleVintfTestBase.cpp | 77 using std::set; 209 set<string> VtsTrebleVintfTestBase::GetPassthroughHals( in GetPassthroughHals() 211 std::set<std::string> manifest_passthrough_hals_; in GetPassthroughHals() 235 set<string> VtsTrebleVintfTestBase::GetHwbinderHals(HalManifestPtr manifest) { in GetHwbinderHals() 236 std::set<std::string> manifest_hwbinder_hals_; in GetHwbinderHals()
|
D | utils.h | 62 using std::set; 85 extern const set<string> kPassthroughHals; 103 set<string> ReleasedHashes(const FQName& fq_iface_name);
|
D | VtsTrebleVintfTestBase.h | 60 static set<string> GetPassthroughHals(HalManifestPtr manifest); 61 static set<string> GetHwbinderHals(HalManifestPtr manifest);
|
D | SingleManifestTest.cpp | 216 set<FqInstance> passthrough_declared; in TEST_P() 222 set<FqInstance> passthrough_allowed; in TEST_P() 267 set<FqInstance> passthrough_not_allowed; in TEST_P() 355 std::set<std::string> manifest_hwbinder_hals_ = GetHwbinderHals(manifest); in TEST_P() 389 std::set<std::string> manifest_passthrough_hals_ = in TEST_P() 477 set<string> released_hashes = ReleasedHashes(fq_iface_name); in TEST_P()
|
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/ |
D | MainActivity.java | 103 mSelectedModelIndex.set((int) id - 1); in onCreate() 108 mSelectedModelIndex.set(-1); in onCreate() 123 mAcceleratorName.set(position == 0 ? null : acceleratorNames.get(position)); in onCreate() 144 mUseSeparateProcess.set(position == 0); in onCreate() 149 mUseSeparateProcess.set(true); in onCreate() 210 mTestRunning.set(false); in testStopped()
|
/test/vts-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 87 std::set<std::string> actual_files; in TEST_F() 97 std::set<std::string> generic_ramdisk_allowlist{ in TEST_F() 104 std::set<std::string> debuggable_allowlist{ in TEST_F()
|
/test/mts/ |
D | README.md | 3 MTS consists of a set of testing frameworks and test cases, designed to help 5 a set of mainline modules).
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestCoordinator.java | 170 mServiceConnection.set(new KeepAliveServiceConnection(testCompletionListener)); in startTest() 172 mServiceBound.set(mContext.bindService(crashTestServiceIntent, mServiceConnection.get(), in startTest() 207 mServiceBound.set(false); in unbindService()
|
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/ |
D | ProcUidConcurrentTimeTests.py | 58 no_repeated_uids = len(set(x[0] for x in times)) == len(times) 104 no_repeated_uids = len(set(x[0] for x in times)) == len(times)
|
/test/vts/utils/python/profiling/ |
D | profiling_utils.py | 51 self.options = set() 86 self.total_apis = set() 87 self.covered_apis = set() 317 total_apis = set()
|
/test/vts-testcase/vndk/files/ |
D | VtsVndkFilesTest.py | 98 vndk_set = set().union(*vndk_lists) 118 vndk_set = set().union(*vndk_lists)
|
D | vts_vndk_files_test.py | 93 vndk_set = set().union(*vndk_lists) 113 vndk_set = set().union(*vndk_lists)
|
/test/mlts/benchmark/ |
D | README.txt | 57 It spawns a separate process each running a set of parallel threads compiling different models. 72 * model-load-random-stress: test compiling a large set of randomly generated models 74 * inference-random-stress: test running a large set of randomly generated models
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation_event.py | 50 if set(ILLEGAL_CHARS) & set(category + name):
|
/test/vts-testcase/kernel/ltp/ |
D | environment_requirement_checker.py | 95 return list(set(result)) 146 set(itertools.chain.from_iterable(executables_generators)))
|