| /tools/loganalysis/src/com/android/loganalysis/parser/ |
| D | DmesgParser.java | 174 Matcher match = null; in parseServiceInfo() local 205 Matcher match = null; in parseStageInfo() local 244 Matcher match = null; in parseActionInfo() local
|
| D | EventsLogParser.java | 75 Matcher match = null; in parseTransitionDelayInfo() local 134 Matcher match = null; in parseLatencyInfo() local
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | ConfigCompletor.java | 50 String match = matcher.group(1) + configName; in complete() local
|
| /tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
| D | b29_lib.py | 125 def _parse_output_of_running_process(self, subprocess, match, timeout=30): argument
|
| /tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
| D | GceManager.java | 344 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzWithSsh() local 377 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getNestedDeviceSshBugreportz() local 382 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getNestedDeviceSshBugreportz() local
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| D | ManagedTestDeviceFactory.java | 220 Matcher match = pattern.matcher(serial.trim()); in isTcpDeviceSerial() local
|
| D | RemoteAndroidDevice.java | 155 Matcher match = IP_PATTERN.matcher(serial[0]); in checkSerialFormatValid() local
|
| D | NativeDevice.java | 2434 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzInternal() local
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
| D | AtestRunner.java | 135 Matcher match = CONFIG_RE.matcher(originalName); in canonicalizeConfigName() local
|
| D | SuiteModuleLoader.java | 501 Matcher match = pattern.matcher(optionName); in parseArgs() local
|
| /tools/tradefederation/core/src/com/android/tradefed/config/gcs/ |
| D | GCSConfigurationServer.java | 79 boolean match(String key, String candidate); in match() method
|
| /tools/tradefederation/contrib/src/com/android/graphics/tests/ |
| D | UiPerformanceTest.java | 189 Matcher match = mPatterns[i].matcher(line); in logOutputFile() local
|
| /tools/tradefederation/contrib/src/com/android/performance/tests/ |
| D | HermeticLaunchTest.java | 351 Matcher match = null; in analyzeLogCatData() local 552 Matcher match = null; in parseAtraceInfoFile() local
|
| D | HermeticMemoryTest.java | 281 Matcher match = null; in calculateFreeMem() local
|
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
| D | BufferReader.kt | 215 inline fun match(matcher: Matcher, result: MatchResult.() -> Unit) { in match() method in trebuchet.util.BufferReader
|