/tools/apksig/src/main/java/com/android/apksig/ |
D | KeyConfig.java | 31 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/ |
D | CMakeCompatibleVersion.kt | 54 val match = versionRegex.find(versionString) in toString() constant
|
D | NdkVersion.kt | 32 val match = versionRegex.find(versionString) in fromString() constant
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | EventsLogParser.java | 94 Matcher match = null; in parseTransitionDelayInfo() local 153 Matcher match = null; in parseLatencyInfo() local 175 Matcher match = null; in parseBootEventInfo() local
|
D | DmesgParser.java | 211 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/ |
D | DeviceFeatureFlag.java | 41 Matcher match = FLAG_PATTERN.matcher(flagString); in DeviceFeatureFlag() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | RemoteAndroidDevice.java | 62 Matcher match = IP_PATTERN.matcher(serial[0]); in checkSerialFormatValid() local
|
D | ManagedTestDeviceFactory.java | 203 Matcher match = pattern.matcher(serial.trim()); in isTcpDeviceSerial() local
|
D | TestDevice.java | 446 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzInternal() 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/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 | 175 Matcher match = CONFIG_RE.matcher(originalName); in canonicalizeConfigName() local
|
/tools/asuite/atest/ |
D | cli_translator.py | 409 def _replace(match): argument
|
/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 | 282 Matcher match = null; in calculateFreeMem() local
|
D | BootTimeTest.java | 1171 Matcher match = null; in analyzeUnlockBootInfo() 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/device/cloud/ |
D | GceManager.java | 874 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/ |
D | MoblyBinaryHostTest.java | 305 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/ |
D | DocAnalyzer.kt | 492 val match = regexp.matchEntire(enforcement) in <lambda>() constant
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | SuiteModuleLoader.java | 715 Matcher match = pattern.matcher(optionName); in parseArgs() local
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/lint/ |
D | ApiLint.kt | 3385 private fun List<GetterSetterPattern>.match( in <lambda>() method
|