/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | DmesgParser.java | 167 Matcher match = null; in parseServiceInfo() local 198 Matcher match = null; in parseStageInfo() local 236 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/ |
D | ManagedTestDeviceFactory.java | 228 Matcher match = pattern.matcher(serial.trim()); in isTcpDeviceSerial() local
|
D | RemoteAndroidDevice.java | 163 Matcher match = IP_PATTERN.matcher(serial[0]); in checkSerialFormatValid() local
|
D | NativeDevice.java | 2537 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzInternal() local
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 79 boolean match(String key, String candidate); in match() method
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/ |
D | AtestRunner.java | 168 Matcher match = CONFIG_RE.matcher(originalName); in canonicalizeConfigName() local
|
/tools/asuite/atest/ |
D | cli_translator.py | 241 def _replace(match): argument
|
/tools/tradefederation/core/atest/ |
D | cli_translator.py | 242 def _replace(match): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 459 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzWithSsh() local 499 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getNestedDeviceSshBugreportz() 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
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | SuiteModuleLoader.java | 616 Matcher match = pattern.matcher(optionName); in parseArgs() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ApiLint.kt | 3597 private fun List<GetterSetterPattern>.match( in <lambda>() method
|