Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java151 private Set<File> findFilesRecursively(final File dir, final String regex) { in findFilesRecursively()
160 private Set<String> getGroupNames(final String regex) { in getGroupNames()
185 final String regex, in findTestContextFile()
342 final String regex = in invocationEnded() local
/tools/loganalysis/javatests/com/android/loganalysis/util/
DRegexTrieTest.java239 String regex = "regex"; in testCompPattern_equality() local
264 String regex = "regex"; in testCompPattern_hashmap() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRegexTrieTest.java239 String regex = "regex"; in testCompPattern_equality() local
264 String regex = "regex"; in testCompPattern_hashmap() local
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DSourceFile.kt108 val regex = in docContainsWord() constant
/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_tests/acts_contrib/test_utils/gnss/
Dgnss_testlog_utils.py18 import re as regex namespace
/tools/loganalysis/src/com/android/loganalysis/item/
DTraceFormatItem.java51 public void setRegex(Pattern regex) { in setRegex()
/tools/test/openhst/
Dstress_test.proto30 repeated string regex = 3; field
43 string regex = 4; field
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java291 public void displayCommandsInfo(PrintWriter printWriter, String regex); in displayCommandsInfo()
301 public void dumpCommandsXml(PrintWriter printWriter, String regex); in dumpCommandsXml()
DCommandScheduler.java2359 public void displayCommandsInfo(PrintWriter printWriter, String regex) { in displayCommandsInfo()
2382 public void dumpCommandsXml(PrintWriter printWriter, String regex) { in dumpCommandsXml()
/tools/treble/fetcher/
Dfetcher_lib.py191 def list_artifacts(client, regex, **kwargs): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Damarisoft_sim_utils.py400 def grep(regex, output): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py556 def parse_bt_logs(self, ad, begin_time, regex=''): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java158 void addFileExclusionFilterRegex(String regex) { in addFileExclusionFilterRegex()
DHostTest.java1146 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in setOptionToLoadedObject() local
1192 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in injectOption() local
DGTestBase.java306 void addFileExclusionFilterRegex(String regex) { in addFileExclusionFilterRegex()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java313 Pattern regex = Pattern.compile(String.format("^%s:\\s*\\S+$", partitionType), in hasPartition() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2499 private int moveToNextIndexMatchingRegex(String regex, String[] lines, int currentIndex) { in moveToNextIndexMatchingRegex()