Home
last modified time | relevance | path

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

12

/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()
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
/tools/tradefederation/core/src/com/android/tradefed/device/
DDumpsysPackageReceiver.java69 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/
DKeyguardControllerState.java46 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/
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/parser/
DTimingsLogParser.java155 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/
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
DCameraShotLatencyTest.java80 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
DCameraBurstStartupTest.java71 Matcher matcher = STATS_REGEX.matcher(metric.getValue()); in parseResults() local
DCamera2FrameworkStressTest.java175 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/test_framework/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/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt73 private val matcher: Matcher constant
106 private val matcher = Pattern.compile(FtraceLineRE).matcher("") constant
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DTemperatureThrottlingWaiter.java124 Matcher matcher = TEMPERATURE_RAW_FORMAT_REGEX.matcher(result); in getDeviceTemperature() local
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java117 private String getHostConfig(InputStream hostConfigMappingFile, String key, IMatcher matcher) in getHostConfig()
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dui_utils.py80 def match_node(node, **matcher):
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DStatsdEventMetricPostProcessor.java196 Matcher matcher = FIELD_REF_PATTERN.matcher(formatter); in fillInPlaceholders() local
/tools/apksig/src/main/java/com/android/apksig/
DHints.java68 public Matcher matcher(CharSequence input) { in matcher() method in Hints.PatternWithRange
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java266 Matcher matcher; in getCurrentSlot() local
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java215 protected String getAggregationLabel(Matcher matcher, String rawLabel) { in getAggregationLabel()

12