Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java127 private static class Section { class in XmpDepthDecode
134 List<Section> sections = parse(is, true, skipExtendedContent); in read()
196 private static List<Section> parse(InputStream is, boolean readMetaOnly, in parse()
198 List<Section> sections = new ArrayList<Section>(); in parse()
223 Section section = new Section(); in parse()
284 private static Section readSection(InputStream is, int length, in readSection()
287 Section section = new Section(); in readSection()
299 Section section = new Section(); in readSection()
307 Section section = new Section(); in readSection()
345 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
[all …]
/frameworks/base/cmds/incidentd/src/
DSection.h39 class Section {
45 Section(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS);
46 virtual ~Section();
54 class FileSection : public Section {
70 class GZipSection : public Section {
85 class WorkerThreadSection : public Section {
98 class CommandSection : public Section {
DReporter.h42 class Section; variable
198 void warning(const Section* section, status_t err, const char* format, ...);
199 void error(const Section* section, status_t err, const char* format, ...);
247 void vflog(const Section* section, status_t err, int level, const char* levelText,
DSection.cpp78 Section::Section(int i, int64_t timeoutMs) in Section() function in android::os::incidentd::Section
83 Section::~Section() {} in ~Section()
89 : Section(id, timeoutMs), mFilename(filename) { in FileSection()
144 GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) { in GZipSection()
252 : Section(id, timeoutMs) {} in WorkerThreadSection()
367 : Section(id, timeoutMs) { in CommandSection()
379 CommandSection::CommandSection(int id, const char* command, ...) : Section(id) { in CommandSection()
Dsection_list.h34 extern const Section* SECTION_LIST[];
DReporter.cpp397 void ReportWriter::warning(const Section* section, status_t err, const char* format, ...) { in warning()
404 void ReportWriter::error(const Section* section, status_t err, const char* format, ...) { in error()
411 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog()
582 for (const Section** section = SECTION_LIST; *section; section++) { in runReport()
DIncidentService.cpp323 for (const Section** section = SECTION_LIST; *section; section++) { in reportIncidentToDumpstate()
510 const Section* section = SECTION_LIST[idx]; in command()
/frameworks/base/cmds/incidentd/tests/
Dsection_list.cpp11 class TestSection: public Section {
19 :Section(id, 5000 /* ms timeout */) { in TestSection()
50 const Section* SECTION_LIST[] = {
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt63 Section 3.4, Configuration Management, add a row to Table 3.1.
71 Section 3.4, Configuration Management, add a row to Table 3.4.
78 Section 3.4, Configuration Management, add a paragraph at the end of the
86 Section 3.4.1, Querying Configurations, change the last paragraph as follow
DEGL_ANDROID_recordable.txt62 Section 3.4, Configuration Management, add a row to Table 3.1.
69 Section 3.4, Configuration Management, add a row to Table 3.4.
76 Section 3.4, Configuration Management, add a paragraph at the end of the
84 Section 3.4.1, Querying Configurations, change the last paragraph as follow
DEGL_ANDROID_native_fence_sync.txt86 Add the following after the sixth paragraph of Section 3.8.1 (Sync
112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects),
180 Modify table 3.cc in Section 3.8.1 (Sync Objects), added by KHR_fence_sync
191 Modify the second paragraph description of eglDestroySyncKHR in Section
200 Add the following after the last paragraph of Section 3.8.1 (Sync
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy144 /* Input Section Description */
152 /* Output Section Data */
159 /* Output Section Discarding */
161 /* Output Section Keywords */
164 /* Output Section Attributes */
165 /* Output Section Type */
171 /* Output Section LMA */
175 /* Output Section Constraint */
384 /* Output Section Attributes */
481 an input section description (see Input Section)
[all …]
DScriptScanner.ll133 /* Input Section Description */
141 /* Output Section Data */
148 /* Output Section Discarding */
150 /* Output Section Keywords */
153 /* Output Section Attributes */
154 /* Output Section Type */
160 /* Output Section LMA */
164 /* Output Section Constraint */
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp440 ResolveInfo::Section, in TEST_F()
449 ResolveInfo::Section, in TEST_F()
458 ResolveInfo::Section, in TEST_F()
467 ResolveInfo::Section, in TEST_F()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp87 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue()
144 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h53 Section = 3, enumerator
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp183 enum Section { enum
212 std::vector<Section> mSectionStack;
289 Section section() const { in section()
292 Section lastNonIncludeSection() const;
293 void enterSection(Section s) { in enterSection()
467 MediaCodecsXmlParser::Impl::Section
645 Section section = mState->section(); in startElementHandler()
666 Section nextSection; in startElementHandler()
777 Section section = mState->section(); in endElementHandler()
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp40 ResolveInfo::Section, in add()
DRelocator.cpp34 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
DELFBinaryReader.cpp72 ResolveInfo::Section, in readBinary()
DELFReaderIf.cpp34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) { in getSymType()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp446 if (ResolveInfo::Section == pInfo.type() || pInfo.outSymbol() == NULL) in addSymbolToOutput()
602 ResolveInfo::Section == info->type() && in scanRelocations()
806 ResolveInfo::Section == info->type() && in relocation()
890 ResolveInfo::Section == info->type() && in normalSyncRelocationResult()
/frameworks/base/cmds/incidentd/
DAndroid.bp110 "src/Section.cpp",
/frameworks/base/core/proto/android/bluetooth/hci/
Denums.proto23 // HCI command opcodes (OCF+OGF) from Bluetooth 5.0 specification Vol 2, Part E, Section 7
333 // HCI event codes from the Bluetooth 5.0 specification Vol 2, Part 7, Section 7
418 // from the Bluetooth 5.0 specification Vol 2, Part E, Section 7.7.65
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal162 * Section name; must be namespaced within vendor's name.

12