Home
last modified time | relevance | path

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

123

/build/make/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css114 #header .col-1,
116 #header .col-2,
118 #header .col-3,
120 #header .col-4,
122 #header .col-5,
124 #header .col-6,
126 #header .col-7,
128 #header .col-8,
130 #header .col-9,
132 #header .col-10,
[all …]
/build/make/tools/fs_config/
DAndroid.mk101 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
102 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
126 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
127 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
152 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
153 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
176 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
177 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
203 --aid-header $(PRIVATE_ANDROID_FS_HDR) \
204 --capability-header $(PRIVATE_ANDROID_CAP_HDR) \
[all …]
DAndroid.bp45 …cmd: "$(location fs_config_generator.py) oemaid --aid-header=$(location :android_filesystem_config…
66 …cmd: "$(location fs_config_generator.py) passwd --partition=system --aid-header=$(location :androi…
83 …cmd: "$(location fs_config_generator.py) passwd --partition=vendor --aid-header=$(location :androi…
101 …cmd: "$(location fs_config_generator.py) passwd --partition=odm --aid-header=$(location :android_f…
119 …cmd: "$(location fs_config_generator.py) passwd --partition=product --aid-header=$(location :andro…
137 …cmd: "$(location fs_config_generator.py) passwd --partition=system_ext --aid-header=$(location :an…
158 …cmd: "$(location fs_config_generator.py) group --partition=system --aid-header=$(location :android…
175 …cmd: "$(location fs_config_generator.py) group --partition=vendor --aid-header=$(location :android…
193 …cmd: "$(location fs_config_generator.py) group --partition=odm --aid-header=$(location :android_fi…
211 …cmd: "$(location fs_config_generator.py) group --partition=product --aid-header=$(location :androi…
[all …]
/build/make/tools/fs_config/end_to_end_test/
Drun_test.sh4 --aid-header $ANDROID_BUILD_TOP/system/core/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/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/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/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/include/private/android_filesystem_config.h \
51 --capability-header $ANDROID_BUILD_TOP/bionic/libc/kernel/uapi/linux/capability.h \
[all …]
/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/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)
/build/soong/cc/
Dndk_headers.go94 func getHeaderInstallDir(ctx android.ModuleContext, header android.Path, from string,
110 headerDir := filepath.Dir(header.String())
134 for _, header := range srcFiles {
135 installDir := getHeaderInstallDir(ctx, header, String(m.properties.From),
137 installedPath := ctx.InstallFile(installDir, header.Base(), header)
138 installPath := installDir.Join(ctx, header.Base())
221 for _, header := range srcFiles {
222 installDir := getHeaderInstallDir(ctx, header, String(m.properties.From), String(m.properties.To))
223 installPath := installDir.Join(ctx, header.Base())
Dllndk_library.go120 for _, header := range srcFiles {
121 headerDir := filepath.Dir(header.String())
129 installPaths = append(installPaths, outDir.Join(ctx, relHeaderDir, header.Base()))
/build/make/tools/warn/
Dseverity.py25 def __init__(self, value, color, column_header, header): argument
29 self.header = header
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs-devguide.css6 #jd-header h1 {
12 #jd-header table {
/build/make/tools/droiddoc/templates-ndk/components/
Dmasthead.cs52 <?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
73 </div><!-- end header-wrap.wrap -->
74 </div><!-- end header -->
100 </div> <!--end header-wrapper -->
138 </div><!-- end header-wrap -->
146 </div> <!--end header-wrapper -->
169 <div style="height:20px"><!-- spacer to bump header down --></div>
/build/soong/java/
Dkotlin.go230 header := &bytes.Buffer{}
231 header.Write([]byte{0xac, 0xed, 0x00, 0x05}) // java serialization header
234 header.WriteByte(0x77) // blockdata
235 header.WriteByte(byte(buf.Len()))
237 header.WriteByte(0x7a) // blockdatalong
238 binary.Write(header, binary.BigEndian, uint32(buf.Len()))
241 return base64.StdEncoding.EncodeToString(append(header.Bytes(), buf.Bytes()...))
/build/make/tools/droiddoc/templates-ndk/
Ddesignpage.cs38 <?cs if:header.hide ?>
42 <?cs if:header.justLinks ?>&nbsp;
43 <?cs elif:header.title ?><h2><?cs var:header.title ?></h2>
Ddocpage.cs20 <?cs if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs # header logic…
21 <?cs if:header.hide ?>
25 <?cs if:header.justLinks ?>&nbsp;
77 <?cs /if ?><?cs # end if header.hide ?>
99 <?cs if:(!fullpage && !header.hide) ?>
100 <?cs if:page.landing ?><?cs # header logic for docs that are landing pages ?>
Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
/build/soong/third_party/zip/
Dwriter.go21 dir []*header
27 type header struct { struct
188 header := &FileHeader{
192 return w.CreateHeader(header)
246 h := &header{
251 fw.header = h
327 *header anonMember
356 fh := w.header.FileHeader
Dandroid.go41 h := &header{
145 h := &header{
150 fw.header = h
189 fh := w.header.FileHeader
Dwriter_test.go144 header := &FileHeader{
149 header.SetMode(wt.Mode)
151 f, err := w.CreateHeader(header)
/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/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/make/core/clang/
Dtidy.mk41 -header-filter="($(subst $(space),,$1|$(DEFAULT_TIDY_HEADER_DIRS)))"
/build/soong/zip/
Dzip.go667 header := &zip.FileHeader{
674 header.SetMode(0700)
682 return z.writeFileContents(header, r)
724 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
726 header.SetModTime(z.time)
734 fh: header,
737 ze.allocatedSize = int64(header.UncompressedSize64)
741 fileSize := int64(header.UncompressedSize64)
743 fileSize = int64(header.UncompressedSize)
746 if header.Method == zip.Deflate && fileSize >= minParallelFileSize {
/build/make/tools/droiddoc/templates-pdk/components/
Dmasthead.cs17 </div><!-- header --><?cs

123