Home
last modified time | relevance | path

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

12

/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterList.kt48 val strings = typeParameterStrings(typeListString) in typeParameters() constant
49 val list = ArrayList<TypeParameterItem>(strings.size) in typeParameters()
50 strings.mapTo(list) { TextTypeParameterItem.create(codebase, owner, it) } in typeParameters()
/tools/treble/hacksaw/workspace/
Dworkspace.go306 if !strings.HasPrefix(inPath+"/", bindPath+"/") {
324 if strings.HasPrefix(inPath+"/", dir+"/") {
Dcompose.go146 if strings.HasPrefix(bindPath+"/", listPath+"/") {
Dcopier.go130 if !strings.HasPrefix(sourcePath+"/", codebaseDir+"/") {
/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/slicer/export/slicer/
Ddex_ir.h362 std::vector<own<String>> strings; member
444 void Track(String* p) { PushOwn(strings, p); } in Track()
/tools/dexter/testdata/expected/
Dmin.stats16 strings : 5
Dlarge.am_stats16 strings : 438
Dentry_hooks.stats16 strings : 70
Dmi.stats16 strings : 19
Dmedium.stats16 strings : 9961
Dlarge.stats16 strings : 93603
Dhello_nodebug.stats16 strings : 47
Dhello.hello_stats16 strings : 47
Dtry_catch.stats16 strings : 30
Dhello.stats16 strings : 63
Dexit_hooks.stats16 strings : 58
Dmedium.rewrite35248 .params "currentMax", "strings", "p"
68685 .local v2, "strings", java.lang.String[]
104739 37| const-string/jumbo v8, "Bad allowed-strings list: '"
114941 .local_ex v10, "strings", java.util.ArrayList, "Ljava/util/ArrayList<Ljava/lang/CharSequence;>;"
Dmedium.wrap_invoke35248 .params "currentMax", "strings", "p"
68685 .local v2, "strings", java.lang.String[]
104739 37| const-string/jumbo v8, "Bad allowed-strings list: '"
114941 .local_ex v10, "strings", java.util.ArrayList, "Ljava/util/ArrayList<Ljava/lang/CharSequence;>;"
Dmedium.entry_hook36594 .params "currentMax", "strings", "p"
70668 .local v2, "strings", java.lang.String[]
107402 40| const-string/jumbo v8, "Bad allowed-strings list: '"
117798 .local_ex v10, "strings", java.util.ArrayList, "Ljava/util/ArrayList<Ljava/lang/CharSequence;>;"
/tools/treble/hacksaw/mount/
Dsystem.go70 fields := strings.Fields(line)
/tools/dexter/dexter/
Ddexter.cc203 printf(" strings : %zu\n", dex_ir->strings.size()); in PrintDexIrStats()
/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