/build/soong/android/ |
D | depset_generic.go | 125 length := slice.Len() 245 if reflect.ValueOf(slice).Len() > 4 { 256 length := slice.Len() 288 length := slice.Len() 289 seen := reflect.MakeMapWithSize(reflect.MapOf(slice.Type().Elem(), trueValue.Type()), slice.Len()) 310 length := slice.Len() 326 length := slice.Len() 344 length := slice.Len()
|
D | util.go | 74 if v.Len() == 0 { 78 s := make([]string, 0, v.Len()) 92 if v.Len() == 0 { 96 s := make([]string, 0, v.Len())
|
D | path_properties.go | 120 for i := 0; i < v.Len(); i++ { 145 for i := 0; i < v.Len(); i++ {
|
D | config.go | 1732 func (l *ConfiguredJarList) Len() int { func 1754 for i := 0; i < l.Len(); i++ { 1802 apexes := make([]string, 0, l.Len()+other.Len()) 1803 jars := make([]string, 0, l.Len()+other.Len()) 1816 apexes := make([]string, 0, l.Len()) 1817 jars := make([]string, 0, l.Len()) 1855 pairs := make([]string, 0, l.Len()) 1867 paths := make(WritablePaths, l.Len()) 1933 paths := make([]string, l.Len()) 1958 for i := 0; i < l.Len(); i++ {
|
/build/soong/third_party/zip/ |
D | writer_test.go | 81 r, err := NewReader(bytes.NewReader(buf.Bytes()), int64(buf.Len())) 116 r, err := NewReader(bytes.NewReader(buf.Bytes()), int64(buf.Len())) 132 if buf.Len() > 0 { 133 t.Fatalf("Unexpected %d bytes already in buffer", buf.Len()) 138 if buf.Len() == 0 {
|
D | android_test.go | 105 fromZipReader, err := NewReader(bytes.NewReader(fromZipBytes.Bytes()), int64(fromZipBytes.Len())) 126 toZipReader, err := NewReader(bytes.NewReader(toZipBytes.Bytes()), int64(toZipBytes.Len()))
|
/build/make/tools/compliance/ |
D | policy_shareprivacyconflicts.go | 53 size += cs.Intersection(ImpliesShared).Len() * cs.Intersection(ImpliesPrivate).Len()
|
D | conditionset.go | 149 func (cs LicenseConditionSet) Len() int { func 161 result := make([]LicenseCondition, 0, cs.Len()) 172 result := make([]string, 0, cs.Len())
|
D | policy_shareprivacyconflicts_test.go | 27 func (l byConflict) Len() int { return len(l) } func
|
D | resolution.go | 69 func (l ResolutionList) Len() int { return len(l) } func
|
D | graph.go | 151 func (l TargetEdgeList) Len() int { return len(l) } func 498 func (l TargetNodeList) Len() int { return len(l) } func
|
D | test_util.go | 207 func (l byEdge) Len() int { return len(l) } func 306 func (l byAnnotatedEdge) Len() int { return len(l) } func 403 func (l actionList) Len() int { return len(l) } func
|
/build/soong/java/ |
D | kotlin.go | 252 if buf.Len() < 256 { 254 header.WriteByte(byte(buf.Len())) 257 binary.Write(header, binary.BigEndian, uint32(buf.Len()))
|
D | platform_bootclasspath.go | 144 for i := 0; i < modules.Len(); i++ { 218 for i := 0; i < remainingJars.Len(); i++ {
|
D | dexpreopt_bootjars.go | 370 if image.modules.Len() > 0 { 380 ret := make(android.OutputPaths, 0, image.modules.Len()*len(exts)) 381 for i := 0; i < image.modules.Len(); i++ {
|
/build/soong/shared/ |
D | env.go | 117 func (e envFileData) Len() int { func
|
/build/soong/cmd/diff_target_files/ |
D | allow_list_test.go | 38 r, err := zip.NewReader(bytes.NewReader(buf.Bytes()), int64(buf.Len()))
|
/build/soong/androidmk/parser/ |
D | ast.go | 114 func (s byPosition) Len() int { func
|
/build/blueprint/proptools/ |
D | clone.go | 73 newSlice := reflect.MakeSlice(field.Type, srcFieldValue.Len(), 74 srcFieldValue.Len())
|
D | extend.go | 459 dstFieldValue.Len()+srcFieldValue.Len())
|
/build/make/tools/compliance/cmd/shippedlibs/ |
D | shippedlibs_test.go | 214 if stderr.Len() > 0 {
|
/build/soong/bp2build/ |
D | build_conversion.go | 573 elements := make([]string, 0, propertyValue.Len()) 574 for i := 0; i < propertyValue.Len(); i++ { 672 for i := 0; i < value.Len(); i++ {
|
/build/make/tools/compliance/cmd/bom/ |
D | bom_test.go | 295 if stderr.Len() > 0 {
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace_test.go | 302 if stderr.Len() > 0 {
|
/build/make/tools/compliance/cmd/listshare/ |
D | listshare_test.go | 492 if stderr.Len() > 0 {
|