Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dshared_variables.cpp31 for (auto it = thread_ids.rbegin(); it != thread_ids.rend(); ++it) { in GetKey() local
32 if (keys_.find(*it) == keys_.end() || keys_[*it].find(variable_name) == keys_[*it].end()) { in GetKey()
35 return SharedVariables::keys_[*it][variable_name]; in GetKey()
Dtimespec_utils.cpp29 for (const auto& it : tv) nsv.push_back(TimespecToNanos(it)); in TimespecToNanos() local
36 for (const auto& it : tv) nsv.push_back(TimespecToDoubleNanos(it)); in TimespecToDoubleNanos() local
Dbinder_request.cpp138 for (const auto &it : input ) { in ParseParcelString() local
139 std::string data_str = it.data(); in ParseParcelString()
140 switch (it.type()) { in ParseParcelString()
186 auto inputs = it.nested_parcel().parcel_inputs(); in ParseParcelString()
194 res = ParseParcelString(it.nested_parcel().parcel_inputs(), parcel); in ParseParcelString()
Dresult.cpp168 for (const auto& it : samples_) { in GetMeasurementsNames() local
169 names.insert(it.first); in GetMeasurementsNames()
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/
Dcommon.cpp57 auto it = android::vintf::testing::kApiLevel2FcmMap.find(api_level); in GetFcmVersionFromApiLevel() local
58 if (it == android::vintf::testing::kApiLevel2FcmMap.end()) { in GetFcmVersionFromApiLevel()
63 return it->second; in GetFcmVersionFromApiLevel()
90 auto it = kApiLevel2FcmMap.find(vendor_api_level); in TestTargetFcmVersion() local
91 if (it == kApiLevel2FcmMap.end()) { in TestTargetFcmVersion()
97 Level required_fcm_version = it->second; in TestTargetFcmVersion()
/test/vts-testcase/kernel/isa/
Dvts_kernel_isa_test.cpp27 auto it = configs.find(key); in get_config() local
28 if (it == configs.end()) { in get_config()
31 return it->second; in get_config()
/test/vts/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-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp67 auto it = configs.find(key); in get_config() local
68 if (it == configs.end()) { in get_config()
71 return it->second; in get_config()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp309 for (auto it = fq_instances.rbegin(); it != fq_instances.rend(); ++it) { in TEST_P() local
310 if (kPassthroughHals.find(it->getPackage()) != kPassthroughHals.end()) { in TEST_P()
314 cout << it->string() << " is allowed to be passthrough" << endl; in TEST_P()
315 passthrough_allowed.insert(*it); in TEST_P()
818 for (const auto &it : kKnownNativePackages) { in findKnownNativePackage() local
819 if (it.name == package) { in findKnownNativePackage()
820 return it; in findKnownNativePackage()
/test/cts-root/
DREADME.md11 `cts-root-tradefed` to run it, and `run cts-root` to run the default cts-root
/test/dittosuite/
DREADME.md54 Optionally, it can contain `init` and `clean_up` sections:
89 e.g, delete benchmark files. Similar to `init`, it executes instructions like `main`, but results
140 each item from the list. To use it, `iterate_options` should be set with these options:
169 for it.
205 file if it does not already exist.
213 - (optional) `bool create` (`default = true`) - Specifies if the file should be created if it does
275 If it is set to `-1`, then file size is used.
277 once. If it is set to `-1`, then file size is used.
303 If it is set to `-1`, then file size is used.
305 once. If it is set to `-1`, then file size is used.
DDoxyfile7 # front of the TAG it is preceding.
68 # entered, it will be relative to the location where doxygen was started. If
218 # Javadoc-style will behave just like regular comments and it will not be
253 # documentation from any documented member that it re-implements.
260 # of the file/class/namespace that contains it.
283 # with the commands \{ and \} for these it is advised to use the version @{ and
324 # Doxygen selects the parser to use depending on the extension of the files it
326 # extension. Doxygen has a built-in mapping, but you can override or extend it
436 # type (e.g. under the Public Functions section). Set it to NO to prevent
490 # cores available in the system. You can set it explicitly to a value larger
[all …]
/test/suite_harness/common/host-side/util/tests/
DAndroid.bp24 // Restrict visibility to only those targets that need to access it.
/test/suite_harness/common/util/
DAndroid.bp22 // Restrict visibility to only those targets that need to access it.
/test/vts/
D.gitignore28 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/test/suite_harness/common/host-side/tradefed/tests/
DAndroid.bp23 // Restrict visibility to only those targets that need to access it.
/test/framework/
D.gitignore30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/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/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/vts-testcase/nbu/src/
DREADME.md99 Zip up the content of `/tmp/logs/` and send it to your contact at Google.
/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/mlts/benchmark/
DREADME.txt24 * Connect a target device to your workstation, make sure it's
/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…