/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 127 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/ |
D | Section.h | 39 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 {
|
D | Reporter.h | 42 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,
|
D | Section.cpp | 78 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()
|
D | section_list.h | 34 extern const Section* SECTION_LIST[];
|
D | Reporter.cpp | 397 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()
|
D | IncidentService.cpp | 323 for (const Section** section = SECTION_LIST; *section; section++) { in reportIncidentToDumpstate() 510 const Section* section = SECTION_LIST[idx]; in command()
|
/frameworks/base/cmds/incidentd/tests/ |
D | section_list.cpp | 11 class TestSection: public Section { 19 :Section(id, 5000 /* ms timeout */) { in TestSection() 50 const Section* SECTION_LIST[] = {
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 63 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
|
D | EGL_ANDROID_recordable.txt | 62 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
|
D | EGL_ANDROID_native_fence_sync.txt | 86 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/ |
D | ScriptParser.yy | 144 /* 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 …]
|
D | ScriptScanner.ll | 133 /* 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/ |
D | LinkerTest.cpp | 440 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/ |
D | Relocation.cpp | 87 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue() 144 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 53 Section = 3, enumerator 246 static const uint32_t section_flag = Section << TYPE_OFFSET;
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 183 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/ |
D | SectionSymbolSet.cpp | 40 ResolveInfo::Section, in add()
|
D | Relocator.cpp | 34 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
|
D | ELFBinaryReader.cpp | 72 ResolveInfo::Section, in readBinary()
|
D | ELFReaderIf.cpp | 34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) { in getSymType()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 446 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/ |
D | Android.bp | 110 "src/Section.cpp",
|
/frameworks/base/core/proto/android/bluetooth/hci/ |
D | enums.proto | 23 // 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/ |
D | types.hal | 162 * Section name; must be namespaced within vendor's name.
|