/build/blueprint/bootstrap/ |
D | writedocs.go | 141 {{end}} 144 {{end}} 145 {{end}} 159 {{.Name}}{{range .OtherNames}}, {{.}}{{end}} 167 {{range .OtherTexts}}<p>{{.}}</p>{{end}} 173 <h4>{{.Name}}{{range .OtherNames}}, {{.}}{{end}}</h4> 175 {{range .OtherTexts}}<p>{{.}}</p>{{end}} 177 {{if .Default}}<p><i>Default: {{.Default}}</i></p>{{end}} 179 {{end}} 180 {{end}} [all …]
|
D | cleanup.go | 120 end := len(fields) - followingFields 121 filePath := strings.Join(fields[start:end], fieldSeperator)
|
/build/make/tools/atree/ |
D | atree.cpp | 98 for (string::const_iterator iter = name.begin(); iter != name.end(); ++iter) in escape_filename() 192 it!=g_listFiles.end(); it++) { in main() 196 it!=g_inputBases.end(); it++) { in main() 213 it!=g_listFiles.end(); it++) { in main() 223 it!=files.end(); it++) { in main() 229 it!=files.end(); it++) { in main() 235 it!=more.end(); it++) { in main() 241 it!=files.end(); it++) { in main() 251 it!=files.end(); it++) { in main() 265 it!=files.end(); it++) { in main() [all …]
|
D | files.cpp | 151 it != variables.end(); ++it) { in replace_variables() 165 it != variables.end(); ++it) { in replace_variables() 272 for (vector<string>::iterator it = words.begin(); it != words.end(); ++it) { in read_list_file() 344 it!=search.end(); it++) { in locate() 415 it!=excludes.end(); it++) { in matches_excludes() 456 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) { in list_dir()
|
D | fs.cpp | 75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) { in remove_recursively() 82 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) { in remove_recursively()
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 294 …e $i, $mod := .ModuleTypes}}{{if $i}}, {{end}}<a href="{{$pkg.Name}}.html#{{$mod.Name}}">{{$mod.Na… 297 {{end}} 349 {{end -}} 357 {{if $moduleType.Synopsis }}{{$moduleType.Synopsis}}{{else}}<i>Missing synopsis</i>{{end}} 361 {{ if gt $i 0 }}, {{end -}} 363 {{- end -}} 367 {{- end -}} 374 {{- range .OtherNames -}}, {{.}}{{- end -}} 377 {{- .Text}} {{range .OtherTexts}}{{.}}{{end}} 382 <span class="fixed"> </span><b>{{.Name}} {{range .OtherNames}}, {{.}}{{end -}}</b> [all …]
|
/build/make/tools/droiddoc/templates-pdk/ |
D | docpage.cs | 45 <?cs /if ?><?cs # end if/else startpage ?> 47 <?cs /if ?><?cs # end if next.link ?> 58 <?cs /if ?><?cs # end if previous.link ?> 60 </div><!-- end training-nav-top --> 61 <?cs /if ?><?cs # end if trainingnavtop ?> 89 </div> <!-- end training-nav --> 97 </div> <!-- end jd-content --> 100 </div><!-- end doc-content -->
|
D | customizations.cs | 8 </div> <!-- end side-nav --> 17 </div> <!-- end side-nav --> 31 </div> <!-- end side-nav --> 58 </div> <!-- end packages --> 59 </div> <!-- end resize-packages --> 83 </div><!-- end classes --> 84 </div><!-- end nav-panels --> 90 </div><!-- end nav-tree --> 91 </div><!-- end swapper --> 92 </div> <!-- end side-nav -->
|
D | sampleindex.cs | 44 </div><!-- end jd-content --> 48 </div><!-- end doc-content -->
|
D | footer.cs | 3 </div> <!-- end footer -->
|
/build/soong/bp2build/ |
D | bzl_conversion_test.go | 93 # bazel_module end 99 # nested_props end 102 # nested_props_ptr end 124 # nested_props end 127 # nested_props_ptr end 149 # nested_props end 152 # nested_props_ptr end 158 # test_prop end
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 374 {{- end}} 377 {{- end}} 383 {{- end}} 389 {{- end}} 392 {{- end}} 395 {{- end}} 401 {{- end}} 403 {{- end}} 406 {{- end}} 417 {{- end}} [all …]
|
/build/blueprint/gotestmain/ |
D | gotestmain.go | 116 {{end}} 126 {{end}} 133 {{end}} 134 {{end}} 189 {{end}} 194 {{end}}
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 140 var end uint64 142 end = file.Symbols[n].Addr 144 end = symbol.Section.Size 147 if end <= symbol.Addr || end > symbol.Addr+4096 { 148 …maxUint64, maxUint64, fmt.Errorf("symbol end address does not seem valid, %x:%x", symbol.Addr, end) 151 size = end - symbol.Addr
|
/build/soong/ui/status/ |
D | critical_path.go | 38 start, end time.Time member 82 end := cp.clock.Now() 83 duration := end.Sub(start) 101 cp.end = end 113 elapsedTime := cp.end.Sub(cp.start).Round(time.Second)
|
/build/soong/ui/build/ |
D | context.go | 66 func (c ContextImpl) CompleteTrace(name, desc string, begin, end uint64) { 68 c.Tracer.Complete(desc, c.Thread, begin, end) 71 realTime := end - begin
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 234 {{.}}{{end}} 236 {{.}}{{end}} 237 LOCAL_JETIFIER_ENABLED := {{if .Jetifier}}true{{end}} 252 {{.}}{{end}} 257 LOCAL_MANIFEST_FILE := manifests/{{.MkName}}/AndroidManifest.xml{{end}} 259 {{.MkName}}-nodeps{{end}}{{range .MkJarDeps}} \ 260 {{.}}{{end}} 262 {{.MkName}}-nodeps{{end}}{{range .MkAarDeps}} \ 263 {{.}}{{end}}
|
/build/soong/third_party/zip/ |
D | reader.go | 79 end, err := readDirectoryEnd(r, size) 83 if end.directoryRecords > uint64(size)/fileHeaderLen { 84 …return fmt.Errorf("archive/zip: TOC declares impossible %d files in %d byte zip", end.directoryRec… 87 z.File = make([]*File, 0, end.directoryRecords) 88 z.Comment = end.comment 90 if _, err = rs.Seek(int64(end.directoryOffset), io.SeekStart); err != nil { 110 if uint16(len(z.File)) != uint16(end.directoryRecords) { // only compare 16 bits here
|
D | zip_test.go | 283 end := []byte("END\n") 284 _, err = f.Write(end) 319 if !bytes.Equal(gotEnd, end) { 320 t.Errorf("End of zip64 archive %q, want %q", gotEnd, end) 332 if got, want := f0.UncompressedSize64, uint64(size)+uint64(len(end)); got != want {
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | ConvertMakeToGenericConfig.java | 227 int end; in split() local 228 while ((end = haystack.indexOf(needle, start)) >= 0) { in split() 229 result.add(haystack.substring(start, end).trim()); in split() 230 start = end + needleLen; in split()
|
/build/bazel/json_module_graph/ |
D | library.jq | 18 if .DependencyVariations == .Variations then del(.DependencyVariations) else . end 24 def emptyIfNull: if . == null then {} else . end 76 } | del(if has("DependencyVariations") then .DependencyVariations else empty end))
|
/build/soong/ui/tracer/ |
D | tracer.go | 47 Complete(name string, thread Thread, begin, end uint64) 240 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) { 245 Dur: (end - begin) / 1000,
|
/build/blueprint/parser/ |
D | modify.go | 71 func (list *PatchList) Add(start, end int, replacement string) error { 72 patch := Patch{start, end, replacement}
|
/build/soong/androidmk/parser/ |
D | parser.go | 295 func (p *parser) parseExpression(end ...rune) *MakeString { 299 for _, r := range end { 315 for _, r := range end { 393 func (p *parser) parseBracketedVariable(start, end rune, pos Pos) Variable { 395 name := p.parseExpression(end) 396 p.accept(end)
|
/build/blueprint/loadplugins/ |
D | loadplugins.go | 65 {{end}}
|