Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DKeyConfig.java31 public abstract <T> T match(Function<Jca, T> local, Function<Kms, T> kms); in match() method in KeyConfig
41 public <T> T match(Function<Jca, T> jca, Function<Kms, T> kms) { in match() method in KeyConfig.Jca
56 public <T> T match(Function<Jca, T> jca, Function<Kms, T> kms) { in match() method in KeyConfig.Kms
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DCMakeCompatibleVersion.kt54 val match = versionRegex.find(versionString) in toString() constant
DNdkVersion.kt32 val match = versionRegex.find(versionString) in fromString() constant
/tools/loganalysis/src/com/android/loganalysis/parser/
DEventsLogParser.java94 Matcher match = null; in parseTransitionDelayInfo() local
153 Matcher match = null; in parseLatencyInfo() local
175 Matcher match = null; in parseBootEventInfo() local
DDmesgParser.java211 Matcher match = null; in parseServiceInfo() local
241 Matcher match = null; in parseStageInfo() local
294 Matcher match = null; in parseActionInfo() local
319 Matcher match = null; in parseModuleInfo() local
/tools/tradefederation/core/src/com/android/tradefed/util/flag/
DDeviceFeatureFlag.java41 Matcher match = FLAG_PATTERN.matcher(flagString); in DeviceFeatureFlag() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java62 Matcher match = IP_PATTERN.matcher(serial[0]); in checkSerialFormatValid() local
DManagedTestDeviceFactory.java203 Matcher match = pattern.matcher(serial.trim()); in isTcpDeviceSerial() local
DTestDevice.java446 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzInternal() 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/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.java175 Matcher match = CONFIG_RE.matcher(originalName); in canonicalizeConfigName() local
/tools/asuite/atest/
Dcli_translator.py409 def _replace(match): argument
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java351 Matcher match = null; in analyzeLogCatData() local
552 Matcher match = null; in parseAtraceInfoFile() local
DHermeticMemoryTest.java282 Matcher match = null; in calculateFreeMem() local
DBootTimeTest.java1171 Matcher match = null; in analyzeUnlockBootInfo() 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/device/cloud/
DGceManager.java874 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzWithSsh() local
943 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getNestedDeviceSshBugreportz() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java305 public boolean match(String testClassName, String testName, boolean exact) { in match() method in MoblyBinaryHostTest.TestFilter
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt492 val match = regexp.matchEntire(enforcement) in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java715 Matcher match = pattern.matcher(optionName); in parseArgs() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/lint/
DApiLint.kt3385 private fun List<GetterSetterPattern>.match( in <lambda>() method