Searched refs:headers (Results 1 – 17 of 17) sorted by relevance
/build/soong/ui/build/ |
D | kati.go | 177 headers := strings.Fields(string(data)) 178 if len(headers) < 1 { 181 headerDir := headers[0] 182 headers = headers[1:] 192 if !inList(path, headers) {
|
/build/soong/cc/ |
D | vendor_public_library.go | 112 headers := stub.Properties.Export_public_headers 113 deps.HeaderLibs = append(deps.HeaderLibs, headers...) 114 deps.ReexportHeaderLibHeaders = append(deps.ReexportHeaderLibHeaders, headers...)
|
D | llndk_library.go | 99 headers := addSuffix(stub.Properties.Export_llndk_headers, llndkHeadersSuffix) 100 deps.HeaderLibs = append(deps.HeaderLibs, headers...) 101 deps.ReexportHeaderLibHeaders = append(deps.ReexportHeaderLibHeaders, headers...) 219 func (headers *llndkHeadersDecorator) Name(name string) string {
|
D | gen.go | 170 headers := android.WritablePaths{headerFile, publicHeaderFile} 176 ImplicitOutputs: headers, 186 return cppFile, headers.Paths()
|
D | library_sdk_member.go | 249 headers, _ := sdkModuleContext.GlobWithDeps(path.String()+"/**/*.h", nil) 250 for _, file := range headers {
|
D | vndk.go | 609 var headers android.Paths 682 headers = append(headers, l.snapshotHeaders()...) 687 for _, header := range android.FirstUniquePaths(headers) {
|
D | vendor_snapshot.go | 649 var headers android.Paths 801 headers = append(headers, l.snapshotHeaders()...) 817 for _, header := range android.FirstUniquePaths(headers) {
|
D | library.go | 247 headers android.Paths member 291 func (f *flagExporter) addExportedGeneratedHeaders(headers ...android.Path) { 292 f.headers = append(f.headers, headers...) 312 return f.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/partner/ |
D | Android.bp | 47 srcs: ["bpfix/extensions/headers.go"],
|
/build/make/core/ |
D | config.mk | 351 TARGET_DEVICE_KERNEL_HEADERS := $(strip $(wildcard $(TARGET_DEVICE_DIR)/kernel-headers)) 353 define validate-kernel-headers 355 $(filter-out kernel-headers,$(notdir $(hdr_dir))))),\ 356 $(error Kernel header dirs must be end in kernel-headers: $(1))) 364 $(call validate-kernel-headers,$(TARGET_BOARD_KERNEL_HEADERS)) 370 $(call validate-kernel-headers,$(TARGET_PRODUCT_KERNEL_HEADERS))
|
D | Makefile | 126 …$(error duplicate header copies are no longer allowed. For more information about headers, see: ht…
|
/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/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2682 …headers=b.element.find(c.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui…
|
/build/make/ |
D | Changes.md | 109 See the [build/soong/docs/best_practices.md#headers] for more information about 110 how best to handle headers in Android. 665 …g/docs/best_practices.md#headers]: https://android.googlesource.com/platform/build/soong/+/master/…
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 307 /* nested nav headers */
|