Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 33) sorted by relevance

12

/system/media/camera/docs/
Dmetadata_template.mako34 % for section in root.sections:
35 <section name="${section.name}">
37 % if section.description is not None:
38 <description>${section.description}</description>
41 % for kind in section.kinds: # dynamic,static,controls
147 </section>
Dhtml.mako23 ….section { font-size: 1.5em; font-weight: bold; background-color: beige; padding: 0.5em 0em 0.5em …
111 % for section in metadata.find_all(lambda x: isinstance(x, metadata_model.Section)):
112 <li><p class="toc_section"><a href="#section_${section.name}">${section.name}</a></p>
114 % for prop in section.find_all(lambda x: isinstance(x, metadata_model.Entry)):
139 % for section in root.sections:
140 <tr><td colspan="7" id="section_${section.name}" class="section">${section.name}</td></tr>
142 % if section.description is not None:
143 <tr class="description"><td>${section.description}</td></tr>
146 % for kind in section.merged_kinds: # dynamic,static,controls
284 <!-- end of section -->
Dmetadata_model.py432 def _construct_kinds(self, section): argument
433 for kind in section.kinds:
435 section.validate_tree()
437 group_entry_by_kind = itertools.groupby(section._leafs, lambda x: x.kind)
444 if idx >= len(section._kinds):
445 kind = Kind(kind_name, section)
446 section._kinds.append(kind)
447 section.validate_tree()
449 kind = section._kinds[idx]
455 for kind in section._kinds:
[all …]
Dcamera_metadata_tags.mako60 * before the section _END tag to preserve existing enumeration values. In
/system/core/init/
Dreadme.txt16 Actions and Services implicitly declare a new section. All commands
17 or options belong to the section most recently declared. Commands
18 or options before the first section are ignored.
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/libcutils/arch-x86/
Dsse2-memset32-atom.S109 .section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits
130 .section .text.sse2,"ax",@progbits
Dsse2-memset16-atom.S109 .section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits
130 .section .text.sse2,"ax",@progbits
/system/core/run-as/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/libpagemap/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/liblog/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/debuggerd/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/netcfg/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/logwrapper/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/libctest/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/procmem/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/libcutils/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/tests/cpueater/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/ext4_utils/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/showslab/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/su/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/timeinfo/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/latencytop/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/core/libzipfile/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/system/extras/showmap/
DNOTICE89 (except as stated in this section) patent license to make, have made,

12