/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | genRef.py | 222 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 …]
|
D | cgenerator.py | 169 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)
|
D | schema_generator.py | 125 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)
|
D | json_h_generator.py | 78 self.sections = {section: [] for section in self.ALL_SECTIONS} 172 self.sections = {section: [] for section in self.ALL_SECTIONS} 181 contents = self.sections[section]
|
D | json_c_generator.py | 127 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")
|
D | json_generator.py | 296 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/ |
D | Android.bp | 69 "-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/ |
D | camera_provider_tests.cc | 153 std::vector<VendorTagSection> sections; in TEST_F() local 154 status_t res = provider_->GetVendorTags(§ions); in TEST_F() 161 for (auto returned_section : sections) { in TEST_F()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | Android.bp | 78 // behavior here. '--gc-sections' has stronger justification: this lets drivers drop 81 "-Wl,--gc-sections",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/ |
D | LicenseRef-KhronosSpecCopyright.adoc | 25 // "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/ |
D | copyright-spec.adoc | 25 // "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/ |
D | ICameraProvider.hal | 86 * 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/ |
D | VendorTagDescriptor.cpp | 311 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/ |
D | types.hal | 31 // No new metadata sections added in this revision
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
D | shared.mk | 30 CFLAGS += -ffunction-sections
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
D | shared.mk | 28 CFLAGS += -ffunction-sections
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/ROOT/pages/ |
D | index.adoc | 28 The right sidebar is sections within the current page.
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
D | common.mk | 36 ANDROID_LINK += -Wl,--gc-sections
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/ |
D | shared.mk | 45 CFLAGS += -ffunction-sections
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
D | shared.mk | 44 CFLAGS += -ffunction-sections
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/ |
D | shared.mk | 41 CFLAGS += -ffunction-sections
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/ |
D | shared.mk | 43 CFLAGS += -ffunction-sections
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | template.adoc | 13 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/ |
D | shared.mk | 46 CFLAGS += -ffunction-sections
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
D | shared.mk | 45 CFLAGS += -ffunction-sections
|