Searched refs:includes (Results 1 – 15 of 15) sorted by relevance
/build/soong/java/ |
D | jacoco_test.go | 71 includes, excludes []string 76 includes: []string{}, 81 includes: []string{"package/Class.class"}, 86 includes: []string{"package/Class.class", "package2/Class.class"}, 91 includes: []string{"package/**/*.class"}, 99 got := jacocoFiltersToZipCommand(testCase.includes, testCase.excludes)
|
D | jacoco.go | 76 includes, err := jacocoFiltersToSpecs(j.properties.Jacoco.Include_filter) 86 return jacocoFiltersToZipCommand(includes, excludes) 89 func jacocoFiltersToZipCommand(includes, excludes []string) string { argument 94 if len(includes) > 0 { 95 specs += strings.Join(includes, " ")
|
/build/soong/cc/ |
D | makevars.go | 172 includes, systemIncludes := splitSystemIncludes(ctx, includeFlags) 173 ctx.StrictRaw("SRC_HEADERS", strings.Join(includes, " ")) 221 includes, systemIncludes := splitSystemIncludes(ctx, includeFlags) 222 ctx.StrictRaw(makePrefix+"C_INCLUDES", strings.Join(includes, " ")) 314 func splitSystemIncludes(ctx android.MakeVarsContext, val string) (includes, systemIncludes []strin… 338 flags, includes, found = extract(flags, includes, "-I") 347 return includes, systemIncludes
|
D | cmakelists.go | 234 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) { 235 if len(includes) == 0 { 246 for _, include := range includes { 253 for _, include := range includes {
|
D | library.go | 1147 var includes android.Paths 1149 includes = append(includes, flags.proto.SubDir) 1151 includes = append(includes, flags.proto.Dir) 1152 library.reexportDirs(includes...)
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 44 includes multiFlag var 50 flag.Var(&includes, "X", "include a filespec in the output that was previously excluded") 101 flag.Args(), excludes, includes, uncompress); err != nil { 114 args []string, excludes, includes multiFlag, uncompresses []string) error { 188 if include, err := includes.Match(match.File.Name); err != nil {
|
D | zip2zip_test.go | 34 includes []string 266 includes: []string{"a/b"}, 441 testCase.args, testCase.excludes, testCase.includes, testCase.uncompresses)
|
/build/soong/ |
D | README.md | 135 package includes all files in its directory, plus all subdirectories beneath it, except those which 349 Soong includes a canonical formatter for Android.bp files, similar to 356 The canonical format includes 4 space indents, newlines after every element of a 357 multi-element list, and always includes a trailing comma in lists and maps. 361 Soong includes a tool perform a first pass at converting Android.mk files 369 custom Makefile rules, complex conditionals or extra includes must be converted
|
/build/soong/docs/ |
D | perf.md | 62 don't rely on output of a `$(shell)` command that includes the current timestamp, 174 includes soong_cc_prebuilt.mk, so we can safely assume that 13 of the 18 seconds 178 By default this only includes the top 10 entries, but you can ask for the stats
|
/build/make/core/ |
D | main.mk | 1234 $(INTERNAL_PRODUCT) includes non-existent modules in PRODUCT_PACKAGES) 1236 $(INTERNAL_PRODUCT) includes redundant allow list entries for non-existent PRODUCT_PACKAGES) 1251 $(INTERNAL_PRODUCT) includes non-existent modules in PRODUCT_HOST_PACKAGES) 1319 …$(call maybe-print-list-and-error,$(unused_allowed),$(makefile) includes redundant allowed entries… 1334 …$(call maybe-print-list-and-error,$(unused_allowed),$(INTERNAL_PRODUCT) includes redundant artifac…
|
D | definitions.mk | 1125 define c-includes 1142 $(c-includes) \ 1192 $(c-includes) \ 1265 $(c-includes) \ 1305 $(c-includes) \
|
/build/soong/androidmk/parser/ |
D | parser.go | 541 includes []string member
|
/build/blueprint/ |
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its
|
/build/make/ |
D | Changes.md | 533 To start with, this includes replacing the $PATH with our own directory of
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 3073 /* ... unless studio also includes one of the others */
|