Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DModuleTestTypeUtilTest.java68 List<String> matched = in testPositiveTestTypeMatching() local
73 assertEquals(matched, Arrays.asList(ModuleTestTypeUtil.TEST_TYPE_VALUE_PERFORMANCE)); in testPositiveTestTypeMatching()
78 List<String> matched = in testNegativeTestTypeMatching() local
83 assertTrue(matched.isEmpty()); in testNegativeTestTypeMatching()
DListInstrumentationParserTest.java116 boolean matched = false; in validateInstrumentationTargets()
118 matched = areTargetsEqual(expectedTarget, actualTarget); in validateInstrumentationTargets()
119 if (matched) { in validateInstrumentationTargets()
124 if (!matched) { in validateInstrumentationTargets()
/tools/tradefederation/core/src/com/android/tradefed/util/
DModuleTestTypeUtil.java39 List<String> matched = in isPerformanceModule() local
41 return !matched.isEmpty(); in isPerformanceModule()
/tools/repohooks/tools/
Dcpplint.py969 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
970 if matched:
971 if matched.group(1):
975 category = matched.group(2)
1817 matched = Match(r'^(.*?)\b(?:R|u8R|uR|UR|LR)"([^\s\\()]*)\((.*)$', line)
1818 if (matched and
1820 matched.group(1))):
1821 delimiter = ')' + matched.group(2) + '"'
1823 end = matched.group(3).find(delimiter)
1826 line = (matched.group(1) + '""' +
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DGeneralTestsConfigValidation.java538 List<String> matched = in checkDisallowedTestType() local
540 if (!matched.isEmpty()) { in checkDisallowedTestType()
544 config.getName(), Joiner.on(", ").join(matched))); in checkDisallowedTestType()
/tools/asuite/atest/
Dresult_reporter.py519 matched = False
541 matched = True
544 matched = True
546 if not matched:
/tools/tradefederation/core/tools/
Dcontent_uploader.py188 matched = re.findall(r'version: (\d+\.\d+)', version_output)
189 if not matched:
192 version = tuple(map(int, matched[0].split('.')))
/tools/carrier_settings/proto/
Dcarrier_list.proto23 // The carrier ID is matched against SIM data to determine carrier
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_analysis.py313 matched = _moving_pattern_matching(golden_y, test_signal, threshold)
314 if not matched:
/tools/test/openhst/
Dstress_test.proto45 // matched regex.
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DApiLintTest.kt764 fun `Ensure registration methods are matched`() { in Ensure registration methods are matched()
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dinvocation_policy.proto37 // that flag will be matched using its full name.
Dbuild_event_stream.proto435 // test suites whose label matched a negative pattern.