Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 6 of 6) sorted by relevance

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/apilevels/
DVersionedSignatureApiTest.kt62 val strings = listOf("single-path") in Single file - toString() constant
68 val strings = listOf("alpha/common", "beta/common") in Common suffix but no common prefix() constant
74 val strings = listOf("common/alpha", "common/epsilon") in Common prefix but no common suffix() constant
80 val strings = listOf("alpha/beta", "gamma/epsilon") in No common prefix or suffix() constant
86 val strings = in Common prefix and common suffix() constant
/tools/loganalysis/src/com/android/loganalysis/util/
DRegexTrie.java114 boolean containsKey(String... strings) { in containsKey()
195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve()
252 public V retrieve(String... strings) { in retrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRegexTrie.java114 boolean containsKey(String... strings) { in containsKey()
195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve()
252 public V retrieve(String... strings) { in retrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
DGenericLogcatEventParser.java110 public void processNewLines(String[] strings) { in processNewLines()
/tools/dexter/slicer/
Dwriter.cc380 const auto& strings = dex_ir_->strings; in CreateStringDataSection() local
/tools/dexter/slicer/export/slicer/
Ddex_ir.h373 std::vector<own<String>> strings; member