/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 433 for (auto it = original_coverages.begin(); it != original_coverages.end(); in SelectTraces() local 434 ++it) { in SelectTraces() 435 TestReportMessage cur_coverage_msg = it->second.coverage_msg; in SelectTraces() 444 it->second.coverage_msg = cur_coverage_msg; in SelectTraces() 447 long trace_file_size = it->second.trace_file_size; in SelectTraces() 453 selected_coverage_file = it->first; in SelectTraces() 458 selected_coverage_file = it->first; in SelectTraces() 476 for (auto it = selected_coverages.begin(); it != selected_coverages.end(); in SelectTraces() local 477 ++it) { in SelectTraces() 478 cout << "select trace file: " << it->second.trace_file_name << endl; in SelectTraces() [all …]
|
D | VtsCoverageProcessor.cpp | 191 for (auto it = new_coverage_map.begin(); it != new_coverage_map.end(); it++) { in CompareCoverage() local 192 cout << it->first << ": " << endl; in CompareCoverage() 193 for (int covered_line : it->second) { in CompareCoverage()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.cpp | 86 for (auto it = range.first; it != range.second; ++it) { in RangeInstancesToString() local 87 if (it != range.first) ss << ", "; in RangeInstancesToString() 88 ss << it->second.string(); in RangeInstancesToString() 96 for (auto it = container.begin(); it != container.end(); ++it) { in InstancesToString() local 97 if (it != container.begin()) ss << ", "; in InstancesToString() 98 ss << *it; in InstancesToString() 205 for (auto it = instances.begin(); it != instances.end(); in TEST_P() local 206 it = instances.upper_bound(it->first)) { in TEST_P() 207 EXPECT_THAT(it->first, AnyOf(Transport::HWBINDER, Transport::PASSTHROUGH)) in TEST_P() 209 << it->first << ", ordinal " in TEST_P() [all …]
|
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/ |
D | common.cpp | 70 auto it = kApiLevel2FcmMap.find(shipping_api_level); in TestTargetFcmVersion() local 71 if (it == kApiLevel2FcmMap.end()) { in TestTargetFcmVersion() 77 Level required_fcm_version = it->second; in TestTargetFcmVersion()
|
/test/vts/utils/native/libprofiling/ |
D | VtsProfilingInterface.cpp | 43 for (auto it = trace_map_.begin(); it != trace_map_.end(); ++it) { in ~VtsProfilingInterface() local 44 close(it->second); in ~VtsProfilingInterface()
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 312 for (auto it = hal_driver_map_.begin(); it != hal_driver_map_.end(); ++it) { in FindDriverIdInternal() local 313 ComponentSpecificationMessage cur_spec_msg = it->second.spec_msg; in FindDriverIdInternal() 341 it->second.hidl_hal_proxy_pt != interface_pt) { in FindDriverIdInternal() 344 LOG(DEBUG) << "Found hidl hal driver with id: " << it->first; in FindDriverIdInternal() 345 return it->first; in FindDriverIdInternal() 349 LOG(DEBUG) << "Found shared lib driver with id: " << it->first; in FindDriverIdInternal() 350 return it->first; in FindDriverIdInternal()
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetCallbackBase.h | 113 for (auto it : cb_lock_map_) { in ~VtsHalHidlTargetCallbackBase() local 114 delete it.second; in ~VtsHalHidlTargetCallbackBase() 406 for (auto const& it : cb_lock_map_) { in GetWaitAnyCallbackLocks() 407 res.push_back(it.second); in GetWaitAnyCallbackLocks()
|
/test/vts/hals/light/bullhead/ |
D | Android.bp | 23 // *not* include it on all devices, so it is safe even with hardware-specific
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerMutator.cpp | 105 auto it = tbl.begin(); in RandomSelectIface() local 106 std::advance(it, rand_idx); in RandomSelectIface() 107 return it->second.comp_spec_; in RandomSelectIface()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | ProfilingPointSummary.java | 132 Iterator<StatSummary> it = in iterator() local 153 return it; in iterator()
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 29 and conditions of the license they choose before applying it. 220 a. retain the following if it is supplied by the Licensor 248 which You Share the Licensed Material. For example, it may be 321 Section 6(a), it reinstates: 324 it is cured within 30 days of Your discovery of the 360 deemed unenforceable, it shall be automatically reformed to the 361 minimum extent necessary to make it enforceable. If the provision 362 cannot be reformed, it shall be severed from this Public License 380 its public licenses to material it publishes and in those instances
|
/test/vti/test_serving/gae/frontend/e2e/src/ |
D | app.e2e-spec.ts | 10 it('should display welcome message', () => {
|
/test/vti/test_serving/configs/infra/test/vtslab-config-test/ |
D | acl.cfg | 7 # because it ~never changes.
|
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/ |
D | acl.cfg | 7 # because it ~never changes.
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 921 auto it = child_proc_list.begin(); in RunTestInSeparateProc() local 922 while (it != child_proc_list.end()) { in RunTestInSeparateProc() 923 auto& child_proc = *it; in RunTestInSeparateProc() 939 it = child_proc_list.erase(it); in RunTestInSeparateProc() 941 ++it; in RunTestInSeparateProc()
|
/test/cts-root/ |
D | README.md | 11 `cts-root-tradefed` to run it, and `run cts-root` to run the default cts-root
|
/test/framework/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/test/vts/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/test/vti/test_serving/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/test/app_compat/csuite/ |
D | pylintrc | 47 # it should appear only once). See also the "--disable" option for examples. 53 # file where it should appear only once).You can also use "--disable=all" to 154 # and it will be removed in Pylint 2.0. 349 # Spelling dictionary name. Available dictionaries: none. To make it working
|
/test/vti/dashboard/ |
D | README.md | 95 The next commands show how to do it. 228 Close the "Welcome to Stackdriver" banner if you don't need it.
|
/test/vts-testcase/nbu/src/ |
D | README.md | 99 Zip up the content of `/tmp/logs/` and send it to your contact at Google.
|
/test/mlts/benchmark/ |
D | README.txt | 24 * Connect a target device to your workstation, make sure it's
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 134 // Need to add flag TREBLE_TESTING_OVERRIDE=true in environment if it is.
|
/test/mlts/models/ |
D | README.txt | 102 Note that the tensorflow lite model is the acoustic model in the paper. It is used because it is
|