Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 52) sorted by relevance

123

/build/make/tools/fs_config/end_to_end_test/
Drun_test.sh4 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \
5 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \
16 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \
17 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \
28 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \
29 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \
39 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \
40 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \
50 …--aid-header $ANDROID_BUILD_TOP/system/core/libcutils/include/private/android_filesystem_config.h \
51 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \
[all …]
/build/make/tools/fs_config/
DAndroid.mk160 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
161 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
187 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
188 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
215 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
216 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
241 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
242 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
270 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
271 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
[all …]
DAndroid.bp54 …cmd: "$(location fs_config_generator.py) oemaid --aid-header=$(location :android_filesystem_config…
75 …cmd: "$(location fs_config_generator.py) passwd --partition=system --aid-header=$(location :androi…
92 …cmd: "$(location fs_config_generator.py) passwd --partition=vendor --aid-header=$(location :androi…
110 …cmd: "$(location fs_config_generator.py) passwd --partition=odm --aid-header=$(location :android_f…
128 …cmd: "$(location fs_config_generator.py) passwd --partition=product --aid-header=$(location :andro…
146 …cmd: "$(location fs_config_generator.py) passwd --partition=system_ext --aid-header=$(location :an…
167 …cmd: "$(location fs_config_generator.py) group --partition=system --aid-header=$(location :android…
184 …cmd: "$(location fs_config_generator.py) group --partition=vendor --aid-header=$(location :android…
202 …cmd: "$(location fs_config_generator.py) group --partition=odm --aid-header=$(location :android_fi…
220 …cmd: "$(location fs_config_generator.py) group --partition=product --aid-header=$(location :androi…
[all …]
DREADME.md7 * The `generated_oem_aid.h` header
29 ### The `generated_oem_aid.h` header
32 them in their native code. To do so, include the `oemaids_headers` header library in the
66 generated header file.
/build/make/core/
Dcopy_headers.mk42 $(foreach header,$(LOCAL_COPY_HEADERS), \
43 $(eval _chFrom := $(LOCAL_PATH)/$(header)) \
46 $(TARGET_OUT_HEADERS)/$(LOCAL_COPY_HEADERS_TO)/$(notdir $(header)),\
47 $(TARGET_OUT_HEADERS)/$(notdir $(header)))) \
Djava_common.mk217 full_static_java_header_libs := $(call java-lib-header-files,$(LOCAL_STATIC_JAVA_LIBRARIES),$(LOCAL…
266 …full_java_bootclasspath_libs := $(call java-lib-header-files,$(LEGACY_CORE_PLATFORM_BOOTCLASSPATH_…
308 full_java_bootclasspath_libs := $(call java-lib-header-files,$(sdk_module))
318 full_java_bootclasspath_libs += $(call java-lib-header-files,jacocoagent)
329 full_java_bootclasspath_libs += $(call java-lib-header-files,sdk-core-lambda-stubs)
331 full_java_bootclasspath_libs += $(call java-lib-header-files,core-lambda-stubs)
335 …full_shared_java_header_libs := $(call java-lib-header-files,$(LOCAL_JAVA_LIBRARIES) $(sdk_libs),$…
351 …full_java_bootclasspath_libs := $(call java-lib-header-files,$(addsuffix -hostdex,$(LEGACY_CORE_PL…
356 full_shared_java_header_libs := $(call java-lib-header-files,$(LOCAL_JAVA_LIBRARIES),true)
435 link_apk_header_libs := $(call app-lib-header-files,$(apk_libraries))
[all …]
Dhost_dalvik_java_library.mk32 full_classes_header_jarjar := $(intermediates.COMMON)/classes-header-jarjar.jar
33 full_classes_header_jar := $(intermediates.COMMON)/classes-header.jar
120 $(transform-java-to-header.jar)
Djava.mk56 full_classes_header_jarjar := $(intermediates.COMMON)/classes-header-jarjar.jar
57 full_classes_header_jar := $(intermediates.COMMON)/classes-header.jar
250 $(transform-java-to-header.jar)
/build/make/tools/releasetools/
Dsparse_img.py49 header = struct.unpack("<I4H4I", header_bin)
51 magic = header[0]
52 major_version = header[1]
53 minor_version = header[2]
54 file_hdr_sz = header[3]
55 chunk_hdr_sz = header[4]
56 self.blocksize = blk_sz = header[5]
57 self.total_blocks = total_blks = header[6]
58 self.total_chunks = total_chunks = header[7]
88 header = struct.unpack("<2H2I", header_bin)
[all …]
/build/make/tools/warn/
Dseverity.py26 def __init__(self, value, color, column_header, header): argument
30 self.header = header
/build/soong/cc/
Dndk_headers.go89 func getHeaderInstallDir(ctx android.ModuleContext, header android.Path, from string,
105 headerDir := filepath.Dir(header.String())
129 for _, header := range srcFiles {
130 installDir := getHeaderInstallDir(ctx, header, String(m.properties.From),
132 installedPath := ctx.InstallFile(installDir, header.Base(), header)
133 installPath := installDir.Join(ctx, header.Base())
211 for _, header := range srcFiles {
212 installDir := getHeaderInstallDir(ctx, header, String(m.properties.From), String(m.properties.To))
213 installPath := installDir.Join(ctx, header.Base())
Dtidy.go97 if !android.SubstringInList(flags.TidyFlags, "-header-filter=") {
99 headerFilter := "-header-filter="
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs-devguide.css6 #jd-header h1 {
12 #jd-header table {
/build/soong/java/
Dkotlin.go233 header := &bytes.Buffer{}
234 header.Write([]byte{0xac, 0xed, 0x00, 0x05}) // java serialization header
237 header.WriteByte(0x77) // blockdata
238 header.WriteByte(byte(buf.Len()))
240 header.WriteByte(0x7a) // blockdatalong
241 binary.Write(header, binary.BigEndian, uint32(buf.Len()))
244 return base64.StdEncoding.EncodeToString(append(header.Bytes(), buf.Bytes()...))
/build/make/tools/
Dcheck_elf_file.py178 header = cls._read_elf_header(elf_file_path)
179 if not header or header.ei_magic != _ELF_MAGIC:
183 return cls._read_llvm_readobj(elf_file_path, header, llvm_readobj)
196 def _read_llvm_readobj(cls, elf_file_path, header, llvm_readobj): argument
203 return cls._parse_llvm_readobj(elf_file_path, header, lines)
207 def _parse_llvm_readobj(cls, elf_file_path, header, lines): argument
212 return ELF(dt_soname, dt_needed, imported, exported, header)
382 self._file_under_test.header.e_machine not in _KNOWN_MACHINES:
/build/soong/third_party/zip/
Dwriter.go21 dir []*header
27 type header struct { struct
195 header := &FileHeader{
199 return w.CreateHeader(header)
253 h := &header{
258 fw.header = h
346 *header anonMember
375 fh := w.header.FileHeader
Dandroid.go41 h := &header{
154 h := &header{
159 fw.header = h
198 fh := w.header.FileHeader
Dwriter_test.go144 header := &FileHeader{
149 header.SetMode(wt.Mode)
151 f, err := w.CreateHeader(header)
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css33 #page-header {
40 #page-header a {
235 /* section header divs */
236 /* expanded section header divs */
246 #nav li.selected .nav-section-header a {
249 #nav .nav-section-header {
253 /* section header links */ }
254 #nav .nav-section-header a {
258 #nav .nav-section-header:after {
267 #nav .nav-section-header.empty:after {
[all …]
/build/soong/scripts/hiddenapi/
Dmerge_csv.py58 if args.header:
59 fieldnames = args.header.split(',')
/build/make/core/clang/
Dtidy.mk41 -header-filter=$(if $(DEFAULT_TIDY_HEADER_DIRS),"($1/|$(DEFAULT_TIDY_HEADER_DIRS))",$1/)
/build/make/tools/droiddoc/templates-pdk/components/
Dmasthead.cs17 </div><!-- header --><?cs
/build/soong/zip/
Dzip.go653 header := &zip.FileHeader{
663 header.SetMode(mode)
670 return z.writeFileContents(header, r)
712 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
714 header.SetModTime(z.time)
722 fh: header,
725 ze.allocatedSize = int64(header.UncompressedSize64)
729 fileSize := int64(header.UncompressedSize64)
731 fileSize = int64(header.UncompressedSize)
734 if header.Method == zip.Deflate && fileSize >= minParallelFileSize {
/build/soong/jar/
Djar.go107 header := append(manifestMarker, []byte(" 1.0\nCreated-By: soong_zip\n")...)
111 finalBytes = append(append(header, contents...), byte('\n'))
/build/make/tools/droiddoc/templates-pdk/
Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>

123