Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRegexTrieTest.java239 String regex = "regex"; in testCompPattern_equality() local
264 String regex = "regex"; in testCompPattern_hashmap() local
/tools/loganalysis/tests/src/com/android/loganalysis/util/
DRegexTrieTest.java239 String regex = "regex"; in testCompPattern_equality() local
264 String regex = "regex"; in testCompPattern_hashmap() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java142 private Set<File> findFilesRecursively(final File dir, final String regex) { in findFilesRecursively()
151 private Set<String> getGroupNames(final String regex) { in getGroupNames()
176 final String regex, in findTestContextFile()
333 final String regex = in invocationEnded() local
/tools/tradefederation/core/src/com/android/tradefed/build/
DLocalDeviceBuildProvider.java230 File findFileInDir(String regex) throws BuildRetrievalError { in findFileInDir()
243 File findFileInDir(String regex, File dir) throws BuildRetrievalError { in findFileInDir()
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_testlog_utils.py18 import re as regex namespace
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocReplacement.kt29 private val regex: Regex, in <lambda>() constant in com.android.tools.metalava.DocReplacement
DOptions.kt1266 val regex = Regex(args[++index]) in <lambda>() constant in com.android.tools.metalava.Options
/tools/loganalysis/src/com/android/loganalysis/item/
DTraceFormatItem.java51 public void setRegex(Pattern regex) { in setRegex()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java276 public void displayCommandsInfo(PrintWriter printWriter, String regex); in displayCommandsInfo()
286 public void dumpCommandsXml(PrintWriter printWriter, String regex); in dumpCommandsXml()
DCommandScheduler.java2012 public void displayCommandsInfo(PrintWriter printWriter, String regex) { in displayCommandsInfo()
2035 public void dumpCommandsXml(PrintWriter printWriter, String regex) { in dumpCommandsXml()
/tools/test/openhst/
Dstress_test.proto30 repeated string regex = 3; field
43 string regex = 4; field
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiCompilationUnit.kt235 val regex = regexMap[word] ?: run { in docContainsWord() constant
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py481 def parse_bt_logs(self, ad, begin_time, regex=''): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java140 void addFileExclusionFilterRegex(String regex) { in addFileExclusionFilterRegex()
DGTestBase.java248 void addFileExclusionFilterRegex(String regex) { in addFileExclusionFilterRegex()
DHostTest.java1084 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in setOptionToLoadedObject() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java259 Pattern regex = Pattern.compile(String.format("^%s:\\s*\\S+$", partitionType), in hasPartition() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1820 private int moveToNextIndexMatchingRegex(String regex, String[] lines, int currentIndex) { in moveToNextIndexMatchingRegex()