Searched refs:sub (Results 1 – 16 of 16) sorted by relevance
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 254 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)
|
D | gtest_test_case.py | 81 name=re.sub(r'\W+', '_', str(self)))
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation_event.py | 51 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/ |
D | TestSuiteResultEntity.java | 475 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/ |
D | README.md | 1 The files and sub dirs under this dir contain test HAL modules that are functionally similar to the…
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 266 // 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/ |
D | test_case.py | 109 return (pattern.sub('', executable.split('=')[1])
|
/test/vts-testcase/vndk/golden/28/binder64/arm64/lib64/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder64/x86/lib/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder64/x86_64/lib64/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder64/arm64/lib/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder64/arm/lib/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder32/arm/lib/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts-testcase/vndk/golden/28/binder32/x86/lib/ |
D | libstagefright_amrnb_common.so.dump | 158 "name":"sub"
|
/test/vts/runners/host/ |
D | base_test.py | 1493 prefix = re.sub('[^\w\-_\. ]', '_', prefix) + '_' 1579 prefix = re.sub('[^\w\-_\. ]', '_', prefix) + '_'
|