Searched refs:matched (Results 1 – 13 of 13) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | ModuleTestTypeUtilTest.java | 68 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()
|
D | ListInstrumentationParserTest.java | 116 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/ |
D | ModuleTestTypeUtil.java | 39 List<String> matched = in isPerformanceModule() local 41 return !matched.isEmpty(); in isPerformanceModule()
|
/tools/repohooks/tools/ |
D | cpplint.py | 969 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/ |
D | GeneralTestsConfigValidation.java | 538 List<String> matched = in checkDisallowedTestType() local 540 if (!matched.isEmpty()) { in checkDisallowedTestType() 544 config.getName(), Joiner.on(", ").join(matched))); in checkDisallowedTestType()
|
/tools/asuite/atest/ |
D | result_reporter.py | 519 matched = False 541 matched = True 544 matched = True 546 if not matched:
|
/tools/tradefederation/core/tools/ |
D | content_uploader.py | 188 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/ |
D | carrier_list.proto | 23 // The carrier ID is matched against SIM data to determine carrier
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 313 matched = _moving_pattern_matching(golden_y, test_signal, threshold) 314 if not matched:
|
/tools/test/openhst/ |
D | stress_test.proto | 45 // matched regex.
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | ApiLintTest.kt | 764 fun `Ensure registration methods are matched`() { in Ensure registration methods are matched()
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | invocation_policy.proto | 37 // that flag will be matched using its full name.
|
D | build_event_stream.proto | 435 // test suites whose label matched a negative pattern.
|