Searched refs:strings (Results 1 – 25 of 29) sorted by relevance
12
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterList.kt | 48 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/ |
D | workspace.go | 306 if !strings.HasPrefix(inPath+"/", bindPath+"/") { 324 if strings.HasPrefix(inPath+"/", dir+"/") {
|
D | compose.go | 146 if strings.HasPrefix(bindPath+"/", listPath+"/") {
|
D | copier.go | 130 if !strings.HasPrefix(sourcePath+"/", codebaseDir+"/") {
|
/tools/dexter/slicer/ |
D | writer.cc | 262 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()
|
D | dex_ir.cc | 198 IndexItems(strings, [](const own<String>& a, const own<String>& b) { in Normalize()
|
/tools/repohooks/tools/ |
D | pylintrc | 59 # 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/ |
D | dex_ir.h | 362 std::vector<own<String>> strings; member 444 void Track(String* p) { PushOwn(strings, p); } in Track()
|
/tools/dexter/testdata/expected/ |
D | min.stats | 16 strings : 5
|
D | large.am_stats | 16 strings : 438
|
D | entry_hooks.stats | 16 strings : 70
|
D | mi.stats | 16 strings : 19
|
D | medium.stats | 16 strings : 9961
|
D | large.stats | 16 strings : 93603
|
D | hello_nodebug.stats | 16 strings : 47
|
D | hello.hello_stats | 16 strings : 47
|
D | try_catch.stats | 16 strings : 30
|
D | hello.stats | 16 strings : 63
|
D | exit_hooks.stats | 16 strings : 58
|
D | medium.rewrite | 35248 .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;>;"
|
D | medium.wrap_invoke | 35248 .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;>;"
|
D | medium.entry_hook | 36594 .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/ |
D | system.go | 70 fields := strings.Fields(line)
|
/tools/dexter/dexter/ |
D | dexter.cc | 203 printf(" strings : %zu\n", dex_ir->strings.size()); in PrintDexIrStats()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 169 // For strings, contains the default text contents (not escaped in any way).
|
12