Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 19 of 19) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt73 private val matcher: Matcher constant
74 get() = matcherLocal.getOrSet { Pattern.compile(FtraceLineRE).matcher("") } in <lambda>()
81 tryMatch(matcher) { in create()
86 if (matcher!!.start(3) == -1) InvalidId else int(3), in create()
106 private val matcher = Pattern.compile(FtraceLineRE).matcher("") constant
110 match(matcher) { in parseLine_new()
114 if (matcher!!.start(3) == -1) InvalidId else int(3), in parseLine_new()
/tools/platform-compat/java/com/android/class2nonsdklist/
DApiResolver.java72 Matcher matcher = LINK_TAG_PATTERN.matcher(publicAlternativesString); in resolvePublicAlternatives() local
75 while (matcher.find()) { in resolvePublicAlternatives()
77 String alternativeString = matcher.group(1); in resolvePublicAlternatives()
105 if (!CODE_TAG_PATTERN.matcher(publicAlternativesString).find()) { in resolvePublicAlternatives()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DEventParserState.kt100 val matchers = Array<Matcher>(patterns.size) { patterns[it].matcher("") } in createEventParser()
104 inline fun ifMatches(matcher: Int, slice: DataSlice, result: MatchResult.() -> Unit): Boolean { in createEventParser()
106 return reader.tryMatch(matchers[matcher], result) in createEventParser()
/tools/apksig/src/main/java/com/android/apksig/
DHints.java68 public Matcher matcher(CharSequence input) { in matcher() method in Hints.PatternWithRange
69 return this.pattern.matcher(input); in matcher()
DApkSigner.java432 if (pinPattern.matcher(inputCdRecord.getName()).matches()) { in sign()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dui_utils.py80 def match_node(node, **matcher): argument
91 for k, v in matcher.items():
/tools/platform-compat/java/android/processor/compat/changeid/
DChangeIdProcessor.java210 comment = HIDE_TAG_MATCHER.matcher(comment).replaceAll(""); in createChange()
211 comment = JAVADOC_SANITIZER.matcher(comment).replaceAll(""); in createChange()
/tools/metalava/src/main/java/com/android/tools/metalava/
DCommandArgsPreprocessor.kt235 if (!SHELL_UNSAFE_CHARS.matcher(s).find()) { in shellEscape()
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java171 if (!OVERRIDE_SOURCE_POSITION_PROPERTY_PATTERN.matcher(parameterValue).matches()) { in getSourcePositionOverride()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZipToolsTest.java180 Matcher m = Pattern.compile(mUnzipLineRegex).matcher(l); in testReadZFile()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java116 Matcher m = mLayerPattern.matcher(layer); in getRawData()
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-isolation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
Dtradefed-contrib.jar ... .String getAggregationLabel (java.util.regex.Matcher, java.lang.String) String marker int ...
Dloganalysis.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dtradefed-test-framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/tradefed/
Dtradefed-contrib.jar ... .String getAggregationLabel (java.util.regex.Matcher, java.lang.String) String marker int ...
/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-host-util.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...