/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterLogSaver.java | 151 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/ |
D | RegexTrieTest.java | 239 String regex = "regex"; in testCompPattern_equality() local 264 String regex = "regex"; in testCompPattern_hashmap() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | RegexTrieTest.java | 239 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/ |
D | SourceFile.kt | 108 val regex = in docContainsWord() constant
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | LocalDeviceBuildProvider.java | 230 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/ |
D | gnss_testlog_utils.py | 18 import re as regex namespace
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | TraceFormatItem.java | 51 public void setRegex(Pattern regex) { in setRegex()
|
/tools/test/openhst/ |
D | stress_test.proto | 30 repeated string regex = 3; field 43 string regex = 4; field
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandScheduler.java | 291 public void displayCommandsInfo(PrintWriter printWriter, String regex); in displayCommandsInfo() 301 public void dumpCommandsXml(PrintWriter printWriter, String regex); in dumpCommandsXml()
|
D | CommandScheduler.java | 2359 public void displayCommandsInfo(PrintWriter printWriter, String regex) { in displayCommandsInfo() 2382 public void dumpCommandsXml(PrintWriter printWriter, String regex) { in dumpCommandsXml()
|
/tools/treble/fetcher/ |
D | fetcher_lib.py | 191 def list_artifacts(client, regex, **kwargs): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | amarisoft_sim_utils.py | 400 def grep(regex, output): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 556 def parse_bt_logs(self, ad, begin_time, regex=''): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTest.java | 158 void addFileExclusionFilterRegex(String regex) { in addFileExclusionFilterRegex()
|
D | HostTest.java | 1146 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in setOptionToLoadedObject() local 1192 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in injectOption() local
|
D | GTestBase.java | 306 void addFileExclusionFilterRegex(String regex) { in addFileExclusionFilterRegex()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasher.java | 313 Pattern regex = Pattern.compile(String.format("^%s:\\s*\\S+$", partitionType), in hasPartition() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 2499 private int moveToNextIndexMatchingRegex(String regex, String[] lines, int currentIndex) { in moveToNextIndexMatchingRegex()
|