Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 23 of 23) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DConditionPriorityBlockingQueue.java134 public T poll(IMatcher<T> matcher) { in poll()
180 public T poll(long timeout, TimeUnit unit, IMatcher<T> matcher) throws InterruptedException { in poll()
198 private T blockingPoll(Long nanos, IMatcher<T> matcher) throws InterruptedException { in blockingPoll()
272 public T take(IMatcher<T> matcher) throws InterruptedException { in take()
389 public T addUnique(IMatcher<T> matcher, T object) { in addUnique()
DKeyguardControllerState.java46 final Matcher matcher = NAME_PATTERN.matcher(line); in create() local
60 Matcher matcher = SHOWING_PATTERN.matcher(line); in extract() local
DConfigCompletor.java47 Matcher matcher = mRunPattern.matcher(buffer); in complete() local
DSimplePerfStatResultParser.java68 Matcher matcher; in parseSingleLine() local
DRegexTrie.java101 public Matcher matcher(String string) { in matcher() method in RegexTrie.CompPattern
215 Matcher matcher = pattern.matcher(curKey); in recursiveRetrieve() local
DAppVersionFetcher.java90 Matcher matcher = pattern.matcher(lines[0]); in parseVersionString() local
DEmmaXmlReportParser.java140 Matcher matcher = COVERAGE_DATA_PATTERN.matcher(value); in parseCoverageData() local
DSubprocessTestResultsParser.java291 Matcher matcher = mPattern.matcher(line); in parse() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DDumpsysPackageReceiver.java67 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local
102 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local
145 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local
179 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local
DWifiHelper.java98 Matcher matcher = PACKAGE_VERSION_PAT.matcher(inst); in ensureDeviceSetup() local
DNativeDevice.java550 Matcher matcher = fastbootProductPattern.matcher(resultText); in getFastbootVariable() local
1201 Matcher matcher = DF_PATTERN.matcher(dfOutput); in parseFreeSpaceFromModernOutput() local
/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt135 val matcher = PACKAGE_PATTERN.matcher(source) in getPackage() constant
144 val matcher = CLASS_PATTERN.matcher(source.replace('\n', ' ')) in getClassName() constant
/tools/loganalysis/src/com/android/loganalysis/util/
DRegexTrie.java101 public Matcher matcher(String string) { in matcher() method in RegexTrie.CompPattern
215 Matcher matcher = pattern.matcher(curKey); in recursiveRetrieve() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2LatencyTest.java83 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
DCameraBurstStartupTest.java71 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
DCameraShotLatencyTest.java80 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
DCamera2FrameworkStressTest.java174 Matcher matcher = RESULT_FILE_REGEX.matcher(fileName); in getCameraIdList() local
DCameraStartupTest.java224 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTestParser.java71 Matcher matcher = ITERATION_COMPLETE_PATTERN.matcher(line); in parseLine() local
DNativeBenchmarkTestParser.java74 Matcher matcher = COMPLETE_PATTERN.matcher(line); in parseLine() local
/tools/tradefederation/core/prod-tests/src/com/android/build/tests/
DImageStats.java199 protected String getAggregationLabel(Matcher matcher, String rawLabel) { in getAggregationLabel()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java328 Matcher matcher = PRODUCT_REQUIRE_PATTERN.matcher(line); in parseAndroidInfo() local
DFastbootDeviceFlasher.java680 Matcher matcher = versionOutputPattern.matcher(queryOutput); in getImageVersion() local
707 Matcher matcher; in getCurrentSlot() local