/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 | 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 | 69 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local 104 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local 147 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local 181 Matcher matcher = PACKAGE_PATTERN.matcher(line); in parse() local
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/ |
D | KeyguardControllerState.java | 46 final Matcher matcher = NAME_PATTERN.matcher(line); in create() local 60 Matcher matcher = SHOWING_PATTERN.matcher(line); in extract() 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/parser/ |
D | TimingsLogParser.java | 155 Matcher matcher = durationPattern.mStartTimePattern.matcher(line); in parseGenericTimingItem() local 228 Matcher matcher = SYSTEM_SERVICES_DURATION.matcher(line); in parseSystemServicesTimingItem() local
|
/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/test_framework/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
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | TemperatureThrottlingWaiter.java | 124 Matcher matcher = TEMPERATURE_RAW_FORMAT_REGEX.matcher(result); in getDeviceTemperature() local
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 117 private String getHostConfig(InputStream hostConfigMappingFile, String key, IMatcher matcher) in getHostConfig()
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | ui_utils.py | 80 def match_node(node, **matcher):
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | StatsdEventMetricPostProcessor.java | 196 Matcher matcher = FIELD_REF_PATTERN.matcher(formatter); in fillInPlaceholders() local
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | Hints.java | 68 public Matcher matcher(CharSequence input) { in matcher() method in Hints.PatternWithRange
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | GsiDeviceFlashPreparer.java | 266 Matcher matcher; in getCurrentSlot() local
|
/tools/tradefederation/contrib/src/com/android/build/tests/ |
D | ImageStats.java | 215 protected String getAggregationLabel(Matcher matcher, String rawLabel) { in getAggregationLabel()
|