/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueue.java | 134 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()
|
D | KeyguardControllerState.java | 46 final Matcher matcher = NAME_PATTERN.matcher(line); in create() local 60 Matcher matcher = SHOWING_PATTERN.matcher(line); in extract() local
|
D | ConfigCompletor.java | 47 Matcher matcher = mRunPattern.matcher(buffer); in complete() local
|
D | SimplePerfStatResultParser.java | 68 Matcher matcher; in parseSingleLine() local
|
D | RegexTrie.java | 101 public Matcher matcher(String string) { in matcher() method in RegexTrie.CompPattern 215 Matcher matcher = pattern.matcher(curKey); in recursiveRetrieve() local
|
D | AppVersionFetcher.java | 90 Matcher matcher = pattern.matcher(lines[0]); in parseVersionString() local
|
D | EmmaXmlReportParser.java | 140 Matcher matcher = COVERAGE_DATA_PATTERN.matcher(value); in parseCoverageData() local
|
D | SubprocessTestResultsParser.java | 291 Matcher matcher = mPattern.matcher(line); in parse() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DumpsysPackageReceiver.java | 67 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
|
D | WifiHelper.java | 98 Matcher matcher = PACKAGE_VERSION_PAT.matcher(inst); in ensureDeviceSetup() local
|
D | NativeDevice.java | 550 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/ |
D | ClassName.kt | 135 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/ |
D | RegexTrie.java | 101 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/ |
D | Camera2LatencyTest.java | 83 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
|
D | CameraBurstStartupTest.java | 71 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
|
D | CameraShotLatencyTest.java | 80 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
|
D | Camera2FrameworkStressTest.java | 174 Matcher matcher = RESULT_FILE_REGEX.matcher(fileName); in getCameraIdList() local
|
D | CameraStartupTest.java | 224 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NativeStressTestParser.java | 71 Matcher matcher = ITERATION_COMPLETE_PATTERN.matcher(line); in parseLine() local
|
D | NativeBenchmarkTestParser.java | 74 Matcher matcher = COMPLETE_PATTERN.matcher(line); in parseLine() local
|
/tools/tradefederation/core/prod-tests/src/com/android/build/tests/ |
D | ImageStats.java | 199 protected String getAggregationLabel(Matcher matcher, String rawLabel) { in getAggregationLabel()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FlashingResourcesParser.java | 328 Matcher matcher = PRODUCT_REQUIRE_PATTERN.matcher(line); in parseAndroidInfo() local
|
D | FastbootDeviceFlasher.java | 680 Matcher matcher = versionOutputPattern.matcher(queryOutput); in getImageVersion() local 707 Matcher matcher; in getCurrentSlot() local
|