Searched refs:headers (Results 1 – 15 of 15) sorted by relevance
/build/soong/ui/build/ |
D | kati.go | 254 headers := strings.Fields(string(data)) 255 if len(headers) < 1 { 258 headerDir := headers[0] 259 headers = headers[1:] 271 if !inList(path, headers) {
|
/build/soong/scripts/hiddenapi/ |
D | merge_csv.py | 61 headers = {} variable 65 headers[fieldname] = "" 66 fieldnames = list(headers.keys())
|
/build/bazel/rules/ |
D | cc_object.bzl | 24 headers = [] 28 headers += [f] 31 return non_headers, headers
|
/build/make/tools/ziptime/ |
D | README.txt | 8 This tools replaces the timestamps in the zip headers with a static time
|
/build/soong/docs/ |
D | best_practices.md | 54 `LOCAL_COPY_HEADERS` is deprecated. Soong modules cannot use these headers, and 63 access to the headers automatically if you link to the associated code. 66 the exported headers reference a library that you link to, use 69 to re-export the necessary headers to your users. 76 library and re-export it, or move the headers into a more appropriate location. 79 only if the headers are actually standalone, and do not have associated code. 80 Sometimes there are headers that have header-only sections, but also define 90 are using headers that shouldn't be available to them -- usually due to the
|
/build/soong/cc/ |
D | vendor_snapshot.go | 312 var headers android.Paths 493 headers = append(headers, m.SnapshotHeaders()...) 508 for _, header := range android.FirstUniquePaths(headers) {
|
D | gen.go | 184 headers := android.WritablePaths{headerFile, publicHeaderFile} 190 ImplicitOutputs: headers, 200 return cppFile, headers.Paths()
|
D | library.go | 382 headers android.Paths member 441 func (f *flagExporter) addExportedGeneratedHeaders(headers ...android.Path) { 442 f.headers = append(f.headers, headers...) 458 GeneratedHeaders: f.headers, 665 …for _, header := range append(android.CopyOfPaths(l.flagExporter.headers), l.flagExporter.deps...)… 1027 headers := library.Properties.Vendor_public_library.Export_public_headers 1028 deps.HeaderLibs = append([]string(nil), headers...) 1029 deps.ReexportHeaderLibHeaders = append([]string(nil), headers...) 1558 …_, headers := android.FilterPathListPredicate(library.baseCompiler.syspropHeaders, func(path andro… 1566 library.addExportedGeneratedHeaders(headers...)
|
D | library_sdk_member.go | 295 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil) 296 for _, file := range headers {
|
D | snapshot_prebuilt.go | 351 headers := collectSnapshotMap(s.properties.Header_libs, snapshotSuffix, snapshotHeaderSuffix) 362 HeaderLibs: headers,
|
/build/soong/partner/ |
D | Android.bp | 51 srcs: ["bpfix/extensions/headers.go"],
|
/build/make/core/ |
D | config.mk | 356 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers)) 358 define validate-kernel-headers 360 $(filter-out kernel-headers,$(notdir $(hdr_dir))))),\ 361 $(error Kernel header dirs must be end in kernel-headers: $(1))) 369 $(call validate-kernel-headers,$(TARGET_BOARD_KERNEL_HEADERS)) 375 $(call validate-kernel-headers,$(TARGET_PRODUCT_KERNEL_HEADERS))
|
/build/bazel/ |
D | common.bazelrc | 32 # Disable sandboxing for CppCompile actions, as headers are not fully specified.
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 77 performance-critical portions of your apps in native code. It provides headers and
|
/build/make/ |
D | Changes.md | 163 See the [build/soong/docs/best_practices.md#headers] for more information about 164 how best to handle headers in Android. 719 …g/docs/best_practices.md#headers]: https://android.googlesource.com/platform/build/soong/+/master/…
|