Home
last modified time | relevance | path

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

/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.cpp89 for (auto it = range.first; it != range.second; ++it) { in RangeInstancesToString() local
90 if (it != range.first) ss << ", "; in RangeInstancesToString()
91 ss << it->second.string(); in RangeInstancesToString()
99 for (auto it = container.begin(); it != container.end(); ++it) { in InstancesToString() local
100 if (it != container.begin()) ss << ", "; in InstancesToString()
101 ss << *it; in InstancesToString()
188 for (auto it = instances.begin(); it != instances.end(); in TEST_P() local
189 it = instances.upper_bound(it->first)) { in TEST_P()
190 EXPECT_THAT(it->first, AnyOf(Transport::HWBINDER, Transport::PASSTHROUGH)) in TEST_P()
192 << it->first << ", ordinal " in TEST_P()
[all …]
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/
Dcommon.cpp69 auto it = kApiLevel2FcmMap.find(shipping_api_level); in TestTargetFcmVersion() local
70 if (it == kApiLevel2FcmMap.end()) { in TestTargetFcmVersion()
76 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/vti/dashboard/src/main/java/com/android/vts/util/
DProfilingPointSummary.java132 Iterator<StatSummary> it = in iterator() local
153 return it; in iterator()
/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/test_serving/gae/frontend/e2e/src/
Dapp.e2e-spec.ts10 it('should display welcome message', () => {
/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/configs/infra/prod/vtslab-config-prod/
Dacl.cfg7 # because it ~never changes.
/test/vti/test_serving/configs/infra/test/vtslab-config-test/
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/vts/doc/
Duser_manual.md3 …ed for building and running VTS. Building on Windows is not supported, but it is possible to [run …
86 …r Windows users, please build on Linux. Then copy the following zip file to Windows and extract it.
/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.
DComponentSpecificationMessage.proto251 // whether it is a callback.
254 // when it is a callback.
/test/mlts/models/
DREADME.txt102 Note that the tensorflow lite model is the acoustic model in the paper. It is used because it is
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp96 /* Loads source code for a particular entry and displays it with
/test/mlts/benchmark/results/
DChart.bundle.min.js10it=/\d{1,4}/,nt=/[+-]?\d{1,6}/,at=/\d+/,rt=/[+-]?\d+/,ot=/Z|[+-]\d\d:?\d\d/gi,st=/Z|[+-]\d\d(?::?\…
/test/mlts/models/assets/image_classification/
DLICENSE4846 Title: Oh just peel it already!
6222 Title: if smbd knows - what is it??? XOKA1975s
6798 Title: Snap it up
9486 …//weheartit.com/entry/40894918 @wickerparadise hearts this and appreciates it like a nice set of w…