Searched refs:includes (Results 1 – 21 of 21) 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 | 75 includes, err := jacocoFiltersToSpecs(j.properties.Jacoco.Include_filter) 84 return jacocoFiltersToZipCommand(includes, excludes) 87 func jacocoFiltersToZipCommand(includes, excludes []string) string { argument 92 if len(includes) > 0 { 93 specs += strings.Join(includes, " ")
|
/build/soong/cc/ |
D | makevars.go | 169 includes, systemIncludes := splitSystemIncludes(ctx, includeFlags) 170 ctx.StrictRaw("SRC_HEADERS", strings.Join(includes, " ")) 218 includes, systemIncludes := splitSystemIncludes(ctx, includeFlags) 219 ctx.StrictRaw(makePrefix+"C_INCLUDES", strings.Join(includes, " ")) 311 func splitSystemIncludes(ctx android.MakeVarsContext, val string) (includes, systemIncludes []strin… 335 flags, includes, found = extract(flags, includes, "-I") 344 return includes, systemIncludes
|
D | cmakelists.go | 218 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) { 219 if len(includes) == 0 { 230 for _, include := range includes { 237 for _, include := range includes {
|
D | library.go | 840 includes := []string{} 842 includes = append(includes, "-I"+flags.proto.SubDir.String()) 844 includes = append(includes, "-I"+flags.proto.Dir.String()) 845 library.reexportFlags(includes) 846 library.reuseExportedFlags = append(library.reuseExportedFlags, 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 | 144 Soong includes a canonical formatter for blueprint files, similar to 151 The canonical format includes 4 space indents, newlines after every element of a 152 multi-element list, and always includes a trailing comma in lists and maps. 156 Soong includes a tool perform a first pass at converting Android.mk files 164 custom Makefile rules, complex conditionals or extra includes must be converted
|
/build/kati/ |
D | CONTRIBUTING.md | 47 separate branches in order to ensure that a pull request only includes the
|
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its
|
/build/make/core/ |
D | soong_cc_prebuilt.mk | 63 @echo Export includes file: $< -- $@
|
D | main.mk | 1334 $(INTERNAL_PRODUCT) includes non-existant modules in PRODUCT_PACKAGES) 1336 $(INTERNAL_PRODUCT) includes redundant whitelist entries for nonexistant PRODUCT_PACKAGES) 1348 $(INTERNAL_PRODUCT) includes non-existant modules in PRODUCT_HOST_PACKAGES) 1412 …$(call maybe-print-list-and-error,$(unused_whitelist),$(makefile) includes redundant whitelist ent… 1427 …$(call maybe-print-list-and-error,$(unused_whitelist),$(INTERNAL_PRODUCT) includes redundant artif…
|
D | prebuilt_internal.mk | 115 @echo Export includes file: $< -- $@
|
D | definitions.mk | 1108 define c-includes 1125 $(c-includes) \ 1176 $(c-includes) \ 1249 $(c-includes) \ 1289 $(c-includes) \
|
D | binary.mk | 1181 @echo Import includes file: $@ 1764 @echo Export includes file: $< -- $@
|
/build/soong/androidmk/parser/ |
D | parser.go | 541 includes []string member
|
/build/make/tools/fs_config/ |
D | README | 130 fs_config_files host targets, and #includes the above supplied or generated
|
/build/soong/docs/ |
D | perf.md | 27 don't rely on output of a `$(shell)` command that includes the current timestamp,
|
/build/blueprint/ |
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its
|
/build/make/ |
D | Changes.md | 329 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 */
|