Searched refs:section (Results 1 – 25 of 33) sorted by relevance
12
/system/media/camera/docs/ |
D | metadata_template.mako | 34 % 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>
|
D | html.mako | 23 ….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 -->
|
D | metadata_model.py | 432 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 …]
|
D | camera_metadata_tags.mako | 60 * before the section _END tag to preserve existing enumeration values. In
|
/system/core/init/ |
D | readme.txt | 16 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.
|
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/libcutils/arch-x86/ |
D | sse2-memset32-atom.S | 109 .section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits 130 .section .text.sse2,"ax",@progbits
|
D | sse2-memset16-atom.S | 109 .section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits 130 .section .text.sse2,"ax",@progbits
|
/system/core/run-as/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/libpagemap/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/liblog/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/debuggerd/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/netcfg/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/logwrapper/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/libctest/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/procmem/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/libcutils/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/tests/cpueater/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/ext4_utils/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/showslab/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/su/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/timeinfo/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/latencytop/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/core/libzipfile/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/system/extras/showmap/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
12