Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 6 of 6) sorted by relevance

/test/vts/runners/target/vts_hal_hidl_target/
DVtsCoreUtil.cpp28 bool checkSubstringInCommandOutput(const char* cmd, const char* feature) { in checkSubstringInCommandOutput() argument
41 if (strstr(line, feature)) { in checkSubstringInCommandOutput()
52 feature, hasFeature ? "" : "not "); in checkSubstringInCommandOutput()
58 bool deviceSupportsFeature(const char* feature) { in deviceSupportsFeature() argument
59 return checkSubstringInCommandOutput("/system/bin/pm list features", feature); in deviceSupportsFeature()
DVtsCoreUtil.h21 bool checkSubstringInCommandOutput(const char* cmd, const char* feature);
22 bool deviceSupportsFeature(const char* feature);
/test/vts/utils/python/precondition/
Dprecondition_utils.py114 feature = str(
116 if feature:
129 or feature not in cmd_results[const.STDOUT][0]):
130 logging.warn("The required feature %s not found.", feature)
/test/app_compat/csuite/pylib/
DAndroid.bp23 // artifact location instead of using the Soong 'location' feature.
/test/app_compat/csuite/integration_tests/
DAndroid.bp23 // artifact location instead of using the Soong 'location' feature.
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp471 bool DeviceSupportsFeature(const char *feature) { in DeviceSupportsFeature() argument
478 if (strstr(line, feature)) { in DeviceSupportsFeature()