Searched refs:fields (Results 1 – 17 of 17) sorted by relevance
/build/soong/ui/tracer/ |
D | microfactory.go | 78 fields := strings.SplitN(s.Text(), " ", 3) 79 if len(fields) != 3 { 83 timestamp, err := strconv.ParseUint(fields[0], 10, 64) 88 if fields[1] == "B" { 89 begin[fields[2]] = append(begin[fields[2]], timestamp) 90 } else if beginTimestamps, ok := begin[fields[2]]; ok { 92 Name: fields[2], 96 begin[fields[2]] = beginTimestamps[:len(beginTimestamps)-1]
|
/build/soong/cmd/path_interposer/ |
D | main.go | 190 fields := bytes.SplitN(line, []byte(" "), 2) 191 if len(fields) != 2 { 195 pid, err := strconv.Atoi(string(fields[0])) 200 line = bytes.TrimLeft(fields[1], " ") 202 fields = bytes.SplitN(line, []byte(" "), 2) 203 if len(fields) != 2 { 207 ppid, err := strconv.Atoi(string(fields[0])) 215 Command: string(bytes.TrimLeft(fields[1], " ")),
|
/build/soong/scripts/ |
D | build_broken_logs.go | 228 fields := strings.Split(line, " ") 229 if len(fields) != 5 { 233 if fields[3] == "TARGET_DEVICE" { 234 ret.Device = fields[4] 237 if strings.HasPrefix(fields[3], "BUILD_BROKEN_") { 239 if setting.name == fields[3] { 240 ret.BuildBroken[i] = ParseBoolPtr(fields[4])
|
/build/soong/android/ |
D | arch.go | 828 func filterArchStructFields(fields []reflect.StructField) (filteredFields []reflect.StructField, fi… 829 for _, field := range fields { 879 var fields []reflect.StructField 887 fields = append(fields, prop.Field(i)) 890 filteredFields, filtered := filterArchStructFields(fields) 918 var fields []reflect.StructField 926 fields = append(fields, prop.Field(i)) 929 fields, filtered = filterArchStructFields(fields) 937 if len(fields) == 0 { 941 shards := shardFields(fields, 10) [all …]
|
D | neverallow.go | 179 fields []string // e.x.: Vndk.Enabled member 223 fields: fieldNamesForProperties(properties), 231 fields: fieldNamesForProperties(properties), 257 s += " " + strings.Join(v.fields, ".") + "=" + v.value 260 s += " -" + strings.Join(v.fields, ".") + "=" + v.value 332 for _, v := range prop.fields {
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 110 fields := strings.Split(line, fieldSeperator) 115 if len(fields) < precedingFields+followingFields+1 { 120 end := len(fields) - followingFields 121 filePath := strings.Join(fields[start:end], fieldSeperator)
|
/build/make/core/ |
D | proguard.flags | 34 @android.support.annotation.Keep <fields>; 38 @androidx.annotation.Keep <fields>;
|
D | proguard_basic_keeps.flags | 32 !static !transient <fields>;
|
/build/make/tools/droiddoc/templates-ndk/ |
D | class.cs | 29 <?cs if:subcount(cl.fields) ?> 65 <?cs if:subcount(class.fields) ?> 210 <?cs def:write_field_summary(fields, included) ?> 212 <?cs each:field=fields ?> 229 <?cs def:write_constant_summary(fields, included) ?> 231 <?cs each:field=fields ?>
|
/build/make/tools/ziptime/ |
D | README.txt | 9 (Jan 1 2008). The extra fields are not changed, so you'll need to use the
|
/build/make/tools/ |
D | dump-package-stats | 45 These fields are presented as <uncompressed bytes>/<compressed bytes>:
|
/build/soong/androidmk/cmd/androidmk/ |
D | values.go | 130 fields := ms.Split(" \t") 136 for _, f := range fields {
|
/build/make/tools/releasetools/ |
D | build_image.py | 107 fields = line.split(":") 108 if len(fields) == 2: 109 fs_dict[fields[0].strip()] = fields[1].strip()
|
/build/make/tools/zipalign/ |
D | README.txt | 23 in the "extra" fields may be altered by this process.
|
/build/make/tools/fs_config/ |
D | README | 13 with the sections and fields as defined below. There are two types of sections,
|
/build/kati/ |
D | LICENSE | 182 boilerplate notice, with the fields enclosed by brackets "[]"
|
/build/blueprint/ |
D | LICENSE | 182 boilerplate notice, with the fields enclosed by brackets "[]"
|