Home
last modified time | relevance | path

Searched defs:match (Results 1 – 17 of 17) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/parser/
DDmesgParser.java167 Matcher match = null; in parseServiceInfo() local
198 Matcher match = null; in parseStageInfo() local
236 Matcher match = null; in parseActionInfo() local
DEventsLogParser.java75 Matcher match = null; in parseTransitionDelayInfo() local
134 Matcher match = null; in parseLatencyInfo() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DConfigCompletor.java50 String match = matcher.group(1) + configName; in complete() local
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Db29_lib.py125 def _parse_output_of_running_process(self, subprocess, match, timeout=30): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java228 Matcher match = pattern.matcher(serial.trim()); in isTcpDeviceSerial() local
DRemoteAndroidDevice.java163 Matcher match = IP_PATTERN.matcher(serial[0]); in checkSerialFormatValid() local
DNativeDevice.java2537 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzInternal() local
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java79 boolean match(String key, String candidate); in match() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/
DAtestRunner.java168 Matcher match = CONFIG_RE.matcher(originalName); in canonicalizeConfigName() local
/tools/asuite/atest/
Dcli_translator.py241 def _replace(match): argument
/tools/tradefederation/core/atest/
Dcli_translator.py242 def _replace(match): argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java459 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/
DHermeticLaunchTest.java351 Matcher match = null; in analyzeLogCatData() local
552 Matcher match = null; in parseAtraceInfoFile() local
DHermeticMemoryTest.java281 Matcher match = null; in calculateFreeMem() local
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt215 inline fun match(matcher: Matcher, result: MatchResult.() -> Unit) { in match() method in trebuchet.util.BufferReader
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java616 Matcher match = pattern.matcher(optionName); in parseArgs() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt3597 private fun List<GetterSetterPattern>.match( in <lambda>() method