Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 29) sorted by relevance

12

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp433 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 …]
DVtsCoverageProcessor.cpp191 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/
DSingleManifestTest.cpp86 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/
Dcommon.cpp70 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/
DVtsProfilingInterface.cpp43 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/
DVtsHalDriverManager.cpp312 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/
DVtsHalHidlTargetCallbackBase.h113 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/
DAndroid.bp23 // *not* include it on all devices, so it is safe even with hardware-specific
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMutator.cpp105 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/
DProfilingPointSummary.java132 Iterator<StatSummary> it = in iterator() local
153 return it; in iterator()
/test/mlts/models/assets/asr_float/
DLICENSE29 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/
Dapp.e2e-spec.ts10 it('should display welcome message', () => {
/test/vti/test_serving/configs/infra/test/vtslab-config-test/
Dacl.cfg7 # because it ~never changes.
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/
Dacl.cfg7 # because it ~never changes.
/test/vts/runners/target/gtest/
Dgtest_main.cpp921 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/
DREADME.md11 `cts-root-tradefed` to run it, and `run cts-root` to run the default cts-root
/test/framework/
D.gitignore30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/test/vts/
D.gitignore31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/test/vti/test_serving/
D.gitignore31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/test/app_compat/csuite/
Dpylintrc47 # 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/
DREADME.md95 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/
DREADME.md99 Zip up the content of `/tmp/logs/` and send it to your contact at Google.
/test/mlts/benchmark/
DREADME.txt24 * Connect a target device to your workstation, make sure it's
/test/vts/proto/
DAndroidSystemControlMessage.proto134 // Need to add flag TREBLE_TESTING_OVERRIDE=true in environment if it is.
/test/mlts/models/
DREADME.txt102 Note that the tensorflow lite model is the acoustic model in the paper. It is used because it is

12