Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 16 of 16) sorted by relevance

/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py254 for sub in test_case:
255 if sub.tag == 'failure':
256 failure_message = sub.get('message')
259 lambda sub: sub.tag not in _GTEST_RESULT_ATTRIBUTE_ALLOW_LIST, test_case)
262 for sub in test_case_filtered:
263 failure_message += '%s: %s\n' % (sub.tag, sub.attrib)
Dgtest_test_case.py81 name=re.sub(r'\W+', '_', str(self)))
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py51 category = re.sub('|'.join(ILLEGAL_CHARS), '_', category)
52 name = re.sub('|'.join(ILLEGAL_CHARS), '_', name)
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java475 StrSubstitutor sub = new StrSubstitutor(valuesMap); in getLabInfraIssueDescription() local
476 String resolvedDescription = sub.replace(templateDescription); in getLabInfraIssueDescription()
508 StrSubstitutor sub = new StrSubstitutor(valuesMap); in getCrashSecurityDescription() local
509 String resolvedDescription = sub.replace(templateDescription); in getCrashSecurityDescription()
/test/vts/hals/
DREADME.md1 The files and sub dirs under this dir contain test HAL modules that are functionally similar to the…
/test/vts/proto/
DComponentSpecificationMessage.proto266 // not a user-provided variable. used by the frameworks to tell the sub
437 // for sub variables when this's a struct type.
445 // for sub variables when this's a union type.
453 // for sub variables when this's a safe_union type.
517 // To specify a sub-structure.
519 // the sub-structure's variable name in its parent data structure.
/test/vts-testcase/kernel/ltp/
Dtest_case.py109 return (pattern.sub('', executable.split('=')[1])
/test/vts-testcase/vndk/golden/28/binder32/arm/lib/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder64/x86_64/lib64/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder64/arm64/lib64/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder64/arm/lib/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder64/x86/lib/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder32/x86/lib/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts-testcase/vndk/golden/28/binder64/arm64/lib/
Dlibstagefright_amrnb_common.so.dump158 "name":"sub"
/test/vts/runners/host/
Dbase_test.py1493 prefix = re.sub('[^\w\-_\. ]', '_', prefix) + '_'
1579 prefix = re.sub('[^\w\-_\. ]', '_', prefix) + '_'