/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
|
/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 | TestDevice.java | 1278 Matcher matcher = pattern.matcher(pmListUsersOutput); in findUserInfo() local 1289 Matcher matcher = findUserInfo(commandOutput); in getUserFlags() local 1319 Matcher matcher = findUserInfo(commandOutput); in isUserRunning() local 1340 Matcher matcher = pattern.matcher(commandOutput); in getUserSerialNumber() local
|
/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/ |
D | ClassName.kt | 136 val matcher = PACKAGE_PATTERN.matcher(source) in getPackage() constant 145 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 | CameraShotLatencyTest.java | 80 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 | Camera2FrameworkStressTest.java | 175 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/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceLine.kt | 73 private val matcher: Matcher constant 106 private val matcher = Pattern.compile(FtraceLineRE).matcher("") constant in trebuchet.importers.ftrace.FtraceLine.Parser
|
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 117 private String getHostConfig(InputStream hostConfigMappingFile, String key, IMatcher matcher) in getHostConfig()
|
/tools/tradefederation/contrib/src/com/android/build/tests/ |
D | ImageStats.java | 215 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 | 688 Matcher matcher = versionOutputPattern.matcher(queryOutput); in getImageVersion() local 715 Matcher matcher; in getCurrentSlot() local
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | BufferReader.kt | 75 var matcher: Matcher? = null variable in trebuchet.util.MatchResult
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationDef.java | 296 Matcher matcher = null; in createConfiguration() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 203 Matcher matcher = namePattern.matcher(bootupLogs); in extractInstanceName() local
|