Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 26) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/util/
DRegexTrie.java114 boolean containsKey(String... strings) { in containsKey() argument
115 return retrieve(strings) != null; in containsKey()
195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve() argument
199 if (strings.isEmpty()) { in recursiveRetrieve()
204 String curKey = strings.get(0); in recursiveRetrieve()
205 List<String> nextKeys = strings.subList(1, strings.size()); in recursiveRetrieve()
233 for (String str : strings) { in recursiveRetrieve()
252 public V retrieve(String... strings) { in retrieve() argument
253 return retrieve(null, strings); in retrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve() argument
[all …]
DLogcatEventParser.java109 public void processNewLines(String[] strings) { in processNewLines() argument
110 parseEvents(strings); in processNewLines()
/tools/loganalysis/src/com/android/loganalysis/util/
DRegexTrie.java114 boolean containsKey(String... strings) { in containsKey() argument
115 return retrieve(strings) != null; in containsKey()
195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve() argument
199 if (strings.isEmpty()) { in recursiveRetrieve()
204 String curKey = strings.get(0); in recursiveRetrieve()
205 List<String> nextKeys = strings.subList(1, strings.size()); in recursiveRetrieve()
233 for (String str : strings) { in recursiveRetrieve()
252 public V retrieve(String... strings) { in retrieve() argument
253 return retrieve(null, strings); in retrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve() argument
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterList.kt49 val strings = typeParameterStrings(typeListString) in typeParameters() constant
50 val list = ArrayList<TypeParameterItem>(strings.size) in typeParameters()
51 strings.mapTo(list) { TextTypeParameterItem.create(codebase, owner, it) } in typeParameters()
/tools/dexter/testdata/expected/
Dlarge.am_stats16 strings : 438
Dhello.stats16 strings : 63
Dexit_hooks.stats16 strings : 58
Dmin.stats16 strings : 5
Dtry_catch.stats16 strings : 30
Dhello.hello_stats16 strings : 47
Dlarge.stats16 strings : 93603
Dentry_hooks.stats16 strings : 70
Dmedium.stats16 strings : 9961
Dhello_nodebug.stats16 strings : 47
Dmi.stats16 strings : 19
/tools/dexter/slicer/export/slicer/
Ddex_ir.h362 std::vector<own<String>> strings; member
444 void Track(String* p) { PushOwn(strings, p); } in Track()
/tools/dexter/slicer/
Dwriter.cc262 offset += dex_->string_ids.Init(offset, dex_ir_->strings.size()); in CreateImage()
366 const auto& strings = dex_ir_->strings; in CreateStringDataSection() local
367 for (size_t i = 0; i < strings.size(); ++i) { in CreateStringDataSection()
368 const auto& ir_string = strings[i]; in CreateStringDataSection()
Ddex_ir.cc198 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize()
/tools/repohooks/tools/
Dpylintrc59 # be used to obtain the result of joining multiple strings with the addition
60 # operator. Joining a lot of strings can lead to a maximum recursion error in
277 # List of strings which can identify a callback function by name. A callback
278 # name must start or end with one of those strings.
/tools/dexter/dexter/
Ddexter.cc203 printf(" strings : %zu\n", dex_ir->strings.size()); in PrintDexIrStats()
/tools/asuite/asuite_plugin/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/ndkports/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/trebuchet/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto169 // For strings, contains the default text contents (not escaped in any way).

12