Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 79) sorted by relevance

1234

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DgenRef.py222 def refPageShell(pageName, pageDesc, fp, head_content = None, sections=None, tail_content=None, man… argument
262 if sections is not None:
263 for title, content in sections.items():
288 sections = OrderedDict()
291 sections['C Specification'] = specText
294 sections[fieldName] = fieldText
300 sections['Description'] = descText
302 refPageShell(pageName, pageDesc, fp, head_content=None, sections=sections)
754 sections = [
769 for (apiDict, label, title) in sections:
[all …]
Dcgenerator.py169 self.sections = {section: [] for section in self.ALL_SECTIONS}
221 self.sections = {section: [] for section in self.ALL_SECTIONS}
262 contents = self.sections[section]
266 if self.genOpts.genFuncPointers and self.sections['commandPointer']:
267 write('\n'.join(self.sections['commandPointer']), file=self.outFile)
270 if self.sections['command']:
277 write('\n'.join(self.sections['command']), end='', file=self.outFile)
310 self.sections[section].append(text)
Dschema_generator.py125 self.sections = {section: [] for section in self.ALL_SECTIONS}
147 self.sections = {section: [] for section in self.ALL_SECTIONS}
156 contents = self.sections[section]
164 self.sections[section].append(text)
Djson_h_generator.py78 self.sections = {section: [] for section in self.ALL_SECTIONS}
172 self.sections = {section: [] for section in self.ALL_SECTIONS}
181 contents = self.sections[section]
Djson_c_generator.py127 self.sections = {section: [] for section in self.ALL_SECTIONS}
239 self.sections = {section: [] for section in self.ALL_SECTIONS}
248 contents = self.sections[section]
257 self.sections[section].append("#ifdef %s" %(extension))
258 self.sections[section].append(text)
261 self.sections[section].append("#endif")
Djson_generator.py296 self.sections = {section: [] for section in self.ALL_SECTIONS}
551 self.sections = {section: [] for section in self.ALL_SECTIONS}
560 contents = self.sections[section]
568 self.sections[section].append(text)
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroid.bp69 "-Wl,--gc-sections",
168 // behavior here. '--gc-sections' has stronger justification: this lets drivers drop
171 "-Wl,--gc-sections",
/hardware/google/camera/common/hal/tests/
Dcamera_provider_tests.cc153 std::vector<VendorTagSection> sections; in TEST_F() local
154 status_t res = provider_->GetVendorTags(&sections); in TEST_F()
161 for (auto returned_section : sections) { in TEST_F()
/hardware/google/gfxstream/guest/vulkan/
DAndroid.bp78 // behavior here. '--gc-sections' has stronger justification: this lets drivers drop
81 "-Wl,--gc-sections",
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DLicenseRef-KhronosSpecCopyright.adoc25 // "Ratified Specifications" sections
103 Where this Specification identifies specific sections of external
104 references, only those specifically identified sections define
133 // links to sections describing technical terminology and the glossary.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dcopyright-spec.adoc25 // "Ratified Specifications" sections
103 Where this Specification identifies specific sections of external
104 references, only those specifically identified sections define
133 // links to sections describing technical terminology and the glossary.
/hardware/interfaces/camera/provider/2.4/
DICameraProvider.hal86 * provider. The tags are grouped into sections.
94 * @return sections
95 * The supported vendor tag sections; empty if there are no supported
99 getVendorTags() generates (Status status, vec<VendorTagSection> sections);
/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp311 SortedVector<String8> sections; in createDescriptorFromOps() local
334 sections.add(sectionString); in createDescriptorFromOps()
345 desc->mSections = sections; in createDescriptorFromOps()
352 ssize_t index = sections.indexOf(sectionString); in createDescriptorFromOps()
/hardware/interfaces/camera/metadata/3.7/
Dtypes.hal31 // No new metadata sections added in this revision
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
Dshared.mk30 CFLAGS += -ffunction-sections
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
Dshared.mk28 CFLAGS += -ffunction-sections
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/ROOT/pages/
Dindex.adoc28 The right sidebar is sections within the current page.
/hardware/invensense/65xx/libsensors_iio/software/build/android/
Dcommon.mk36 ANDROID_LINK += -Wl,--gc-sections
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
Dshared.mk45 CFLAGS += -ffunction-sections
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
Dshared.mk44 CFLAGS += -ffunction-sections
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
Dshared.mk41 CFLAGS += -ffunction-sections
/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
Dshared.mk43 CFLAGS += -ffunction-sections
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
Dtemplate.adoc13 This document outlines the expected flow of a proposal - text in the following sections is there as…
14 When creating a new proposal, text inside these sections (including this note!) should be removed a…
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
Dshared.mk46 CFLAGS += -ffunction-sections
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
Dshared.mk45 CFLAGS += -ffunction-sections

1234